Searched defs:uuidCache_s (Results 1 – 2 of 2) sorted by relevance
21 static struct uuidCache_s { struct22 struct uuidCache_s *next; argument24 char *device;25 char *label;26 char *uc_uuid; /* prefix makes it easier to grep for */
103 static struct uuidCache_s { struct104 struct uuidCache_s *next; argument105 char uuid[16];106 char *label;107 char *device;