Searched refs:cmp (Results 1 – 1 of 1) sorted by relevance
79 const struct uuidcmp *cmp = data; in match_dev_by_uuid() local85 if (strncasecmp(cmp->uuid, part->info->uuid, cmp->len)) in match_dev_by_uuid()110 struct uuidcmp cmp; in devt_from_partuuid() local118 cmp.uuid = uuid_str; in devt_from_partuuid()130 cmp.len = slash - uuid_str; in devt_from_partuuid()132 cmp.len = strlen(uuid_str); in devt_from_partuuid()135 if (!cmp.len) { in devt_from_partuuid()140 dev = class_find_device(&block_class, NULL, &cmp, in devt_from_partuuid()