Searched refs:blob_handle (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c2898 ipc_port_t blob_handle; local
2909 blob_handle = IPC_PORT_NULL;
2923 &blob_handle,
2939 blob_handle = IPC_PORT_NULL;
2948 blob->csb_mem_handle = blob_handle;
3187 if (blob_handle != IPC_PORT_NULL) {
3188 mach_memory_entry_port_release(blob_handle);
3189 blob_handle = IPC_PORT_NULL;

Completed in 18 milliseconds