Function report |
Source Code:init\do_mounts.c |
Create Date:2022-07-28 13:56:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:match_dev_by_uuid - callback for finding a partition using its uuid*@dev: device passed in by the caller*@data: opaque pointer to the desired struct uuidcmp to match* Returns 1 if the device matches, and 0 otherwise.
Proto:static int match_dev_by_uuid(struct device *dev, const void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct device * | dev | |
const void * | data |
81 | part = dev_to_part(dev) |
86 | If strncasecmp - Case insensitive, length-limited string comparison*@s1: One string*@s2: The other string*@len: the maximum number of characters to compare Then Go to no_match |
89 | Return 1 |
90 | no_match : |
91 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |