Lines Matching refs:uuid
130 int (*uuid)(char *uuid_str); member
164 .uuid = fs_uuid_unsupported,
186 .uuid = ext4fs_uuid,
202 .uuid = fs_uuid_unsupported,
218 .uuid = fs_uuid_unsupported,
233 .uuid = fs_uuid_unsupported,
352 return info->uuid(uuid_str); in fs_uuid()
652 char uuid[37]; in do_fs_uuid() local
653 memset(uuid, 0, sizeof(uuid)); in do_fs_uuid()
661 ret = fs_uuid(uuid); in do_fs_uuid()
666 env_set(argv[3], uuid); in do_fs_uuid()
668 printf("%s\n", uuid); in do_fs_uuid()