Home
last modified time | relevance | path

Searched refs:vguuid (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_exclave_fs_helper.cpp47 uuid_t vguuid; in vfs_exclave_fs_query_volume_group() local
52 error = uuid_parse(vguuid_str, vguuid); in vfs_exclave_fs_query_volume_group()
H A Dvfs_exclave_fs.h78 int vfs_exclave_fs_query_volume_group(const uuid_string_t vguuid, bool *exists);
/xnu-12377.81.4/osfmk/kern/
H A Dexclaves_storage.c956 exclaves_storage_upcall_queryvolumegroup(const uint8_t vguuid[_Nonnull 37],
960 "[storage_upcalls_server] queryvolumegroup exclaveid %s\n", vguuid);
966 if ((error = verify_string_length((const char *)vguuid, 37))) {
970 error = vfs_exclave_fs_query_volume_group((const char *)&vguuid[0], &exists);
H A Dexclaves_storage.h166 exclaves_storage_upcall_queryvolumegroup(const uint8_t vguuid[_Nonnull 37],
H A Dexclaves_upcalls.c432 .queryvolumegroup = ^(const uint8_t vguuid[_Nonnull 37],
434 return exclaves_storage_upcall_queryvolumegroup(vguuid, completion);