Home
last modified time | relevance | path

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

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