Searched defs:hostPriv (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/
H A DOSKextLib.cpp189 kext_request( host_priv_t hostPriv, uint32_t clientLogSpec, vm_offset_t requestIn, mach_msg_type_number_t requestLengthIn, vm_offset_t * responseOut, mach_msg_type_number_t * responseLengthOut, vm_offset_t * logDataOut, mach_msg_type_number_t * logDataLengthOut, kern_return_t * op_result) argument
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp7318 handleRequest( host_priv_t hostPriv, OSKextLogSpec clientLogFilter, char * requestBuffer, uint32_t requestLength, char ** responseOut, uint32_t * responseLengthOut, char ** logInfoOut, uint32_t * logInfoLengthOut) argument
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c8400 host_priv_t hostPriv = HOST_PRIV_NULL; // xxx - need to clean up? local
8480 mach_port_deallocate(mach_task_self(), hostPriv); local
8587 host_priv_t hostPriv = HOST_PRIV_NULL; // xxx - need to clean up? local

Completed in 116 milliseconds