Home
last modified time | relevance | path

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

/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp112 thread_call_t corefile_open_call = NULL; variable
122corefile_open_call = thread_call_allocate_with_options(IOOpenPolledCoreFile, NULL, THREAD_CALL_PRI… in IOKitBSDInit()
1501 thread_call_enter1(corefile_open_call, (void *) kdp_corefile_path); in IOBSDMountChange()
1507 thread_call_cancel_wait(corefile_open_call); in IOBSDMountChange()
1523 thread_call_cancel_wait(corefile_open_call); in IOBSDLowSpaceUnlinkKernelCore()