Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dlockdown_mode.c59 extern boolean_t IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
65 if (!IOServiceWaitForMatchingResource("IONVRAM", UINT64_MAX)) { in lockdown_mode_init_async_thread()
H A Ddecmpfs.c202 extern boolean_t IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
233 if (IOServiceWaitForMatchingResource(resourceName, delay)) {
/xnu-10002.81.5/iokit/bsddev/
H A DIOKitBSDInit.h39 IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
H A DIOKitBSDInit.cpp132 IOServiceWaitForMatchingResource( const char * property, uint64_t timeout ) in IOServiceWaitForMatchingResource() function
632 if (!IOServiceWaitForMatchingResource("IONVRAM", UINT64_MAX)) { in IOSetRecoveryBoot()
/xnu-10002.81.5/osfmk/vm/
H A Dvm_compressor.c732 extern boolean_t IOServiceWaitForMatchingResource(const char * property, uint64_t timeout);
737 if (!IOServiceWaitForMatchingResource("IONVRAM", UINT64_MAX)) { in erase_csegbufsz_experiment_property()
/xnu-10002.81.5/libkern/c++/
H A DOSKext.cpp13040 while (!IOServiceWaitForMatchingResource(kOSKextReceiptQueried, UINT64_MAX)) {