Home
last modified time | relevance | path

Searched refs:uc_uuid (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dget_devname.c27 char *uc_uuid; /* prefix makes it easier to grep for */ member
97 last->uc_uuid = uuid; in uuidcache_addentry()
171 if (strcmp(t, uc->uc_uuid) == 0) { in get_spec_by_x()
241 if (uc->uc_uuid[0]) in display_uuid_cache()
242 printf(" UUID=\"%s\"", uc->uc_uuid); in display_uuid_cache()
298 if (strcasecmp(spec, uc->uc_uuid) == 0) { in get_devname_from_uuid()