Home
last modified time | relevance | path

Searched refs:hvg_hcall_get_bootsessionuuid (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.61.3/osfmk/kern/
H A Dhvg_hypercall.h109 extern hvg_hcall_return_t hvg_hcall_get_bootsessionuuid(uuid_string_t uuid);
/xnu-10002.61.3/osfmk/arm64/
H A Darm64_hypercall.c237 hvg_hcall_get_bootsessionuuid(uuid_string_t uuid_str) in hvg_hcall_get_bootsessionuuid() function
308 hvg_hcall_get_bootsessionuuid(__attribute__((unused)) uuid_string_t uuid) in hvg_hcall_get_bootsessionuuid() function
/xnu-10002.61.3/osfmk/i386/
H A Dx86_hypercall.c146 hvg_hcall_get_bootsessionuuid(uuid_string_t uuid) in hvg_hcall_get_bootsessionuuid() function
/xnu-10002.61.3/bsd/kern/
H A Dhvg_sysctl.c127 const hvg_hcall_return_t ret = hvg_hcall_get_bootsessionuuid(uuid); in sysctl_get_bootsessionuuid()