Home
last modified time | relevance | path

Searched defs:uuidCache_s (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/util-linux/volume_id/
H A Dget_devname.c21 static struct uuidCache_s { struct
22 struct uuidCache_s *next; argument
24 char *device;
25 char *label;
26 char *uc_uuid; /* prefix makes it easier to grep for */
/dports/net-mgmt/collectd5/collectd-5.12.0/src/utils/mount/
H A Dmount.c103 static struct uuidCache_s { struct
104 struct uuidCache_s *next; argument
105 char uuid[16];
106 char *label;
107 char *device;