Searched refs:cmp (Results 1 – 1 of 1) sorted by relevance
86 const struct uuidcmp *cmp = data; in match_dev_by_uuid() local92 if (strncasecmp(cmp->uuid, part->info->uuid, cmp->len)) in match_dev_by_uuid()117 struct uuidcmp cmp; in devt_from_partuuid() local125 cmp.uuid = uuid_str; in devt_from_partuuid()137 cmp.len = slash - uuid_str; in devt_from_partuuid()139 cmp.len = strlen(uuid_str); in devt_from_partuuid()142 if (!cmp.len) { in devt_from_partuuid()147 dev = class_find_device(&block_class, NULL, &cmp, in devt_from_partuuid()