Lines Matching refs:uuid
175 int (*uuid)(char *uuid_str); member
217 .uuid = fat_uuid,
248 .uuid = ext4fs_uuid,
269 .uuid = fs_uuid_unsupported,
289 .uuid = fs_uuid_unsupported,
310 .uuid = fs_uuid_unsupported,
332 .uuid = btrfs_uuid,
355 .uuid = fs_uuid_unsupported,
377 .uuid = fs_uuid_unsupported,
399 .uuid = fs_uuid_unsupported,
418 .uuid = fs_uuid_unsupported,
533 return info->uuid(uuid_str); in fs_uuid()
947 char uuid[37]; in do_fs_uuid() local
948 memset(uuid, 0, sizeof(uuid)); in do_fs_uuid()
956 ret = fs_uuid(uuid); in do_fs_uuid()
961 env_set(argv[3], uuid); in do_fs_uuid()
963 printf("%s\n", uuid); in do_fs_uuid()