Searched defs:uuid (Results 1 – 14 of 14) sorted by relevance
/busybox-1.35.0/util-linux/volume_id/ |
D | get_devname.c | 32 #define get_label_uuid(fd, label, uuid, type) \ argument 34 #define uuidcache_addentry(device, label, uuid, type) \ argument 43 get_label_uuid(int fd, char **label, char **uuid, const char **type) in get_label_uuid() 80 uuidcache_addentry(char *device, /*int major, int minor,*/ char *label, char *uuid, const char *typ… in uuidcache_addentry() 201 unsigned char uuid[16]; in get_spec_by_uuid() local 254 char *uuid = uuid; /* for compiler */ in add_to_uuid_cache() local
|
D | reiserfs.c | 42 uint8_t uuid[16]; member 49 uint8_t uuid[16]; member
|
D | linux_swap.c | 34 uint8_t uuid[16]; member
|
D | jfs.c | 37 uint8_t uuid[16]; member
|
D | xfs.c | 35 uint8_t uuid[16]; member
|
D | erofs.c | 39 uint8_t uuid[16]; /* 128-bit uuid for volume */ member
|
D | linux_raid.c | 56 uint8_t uuid[16]; in volume_id_probe_linux_raid() local
|
D | luks.c | 51 uint8_t uuid[UUID_STRING_L]; member
|
D | bcache.c | 34 uint8_t uuid[16]; member
|
D | f2fs.c | 59 /* 0x6C */ uint8_t uuid[F2FS_UUID_SIZE]; // 128-bit uuid for volume member
|
D | ubifs.c | 98 uint8_t uuid[16]; member
|
D | volume_id_internal.h | 82 char uuid[VOLUME_ID_UUID_SIZE+1]; member
|
D | btrfs.c | 50 uint8_t uuid[BTRFS_UUID_SIZE]; member
|
D | hfs.c | 144 uint8_t uuid[16]; in hfs_set_uuid() local
|