Searched refs:get_label_uuid (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/util-linux/volume_id/ |
D | get_devname.c | 32 #define get_label_uuid(fd, label, uuid, type) \ macro 33 get_label_uuid(fd, label, uuid) 43 get_label_uuid(int fd, char **label, char **uuid, const char **type) in get_label_uuid() function 266 if (get_label_uuid(fd, &label, &uuid, &type) == 0) { in add_to_uuid_cache()
|