Searched refs:cmp (Results 1 – 1 of 1) sorted by relevance
80 const struct uuidcmp *cmp = data; in match_dev_by_uuid() local86 if (strncasecmp(cmp->uuid, part->info->uuid, cmp->len)) in match_dev_by_uuid()111 struct uuidcmp cmp; in devt_from_partuuid() local119 cmp.uuid = uuid_str; in devt_from_partuuid()131 cmp.len = slash - uuid_str; in devt_from_partuuid()133 cmp.len = strlen(uuid_str); in devt_from_partuuid()136 if (!cmp.len) { in devt_from_partuuid()141 dev = class_find_device(&block_class, NULL, &cmp, in devt_from_partuuid()