Home
last modified time | relevance | path

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

/xnu-11215/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-11215/iokit/bsddev/
H A DIOKitBSDInit.h39 IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
H A DIOKitBSDInit.cpp139 IOServiceWaitForMatchingResource( const char * property, uint64_t timeout ) in IOServiceWaitForMatchingResource() function
639 if (!IOServiceWaitForMatchingResource("IONVRAM", UINT64_MAX)) { in IOSetRecoveryBoot()
/xnu-11215/osfmk/vm/
H A Dvm_compressor.c768 extern boolean_t IOServiceWaitForMatchingResource(const char * property, uint64_t timeout);
773 if (!IOServiceWaitForMatchingResource("IONVRAM", UINT64_MAX)) { in erase_csegbufsz_experiment_property()
/xnu-11215/libkern/c++/
H A DOSKext.cpp13190 while (!IOServiceWaitForMatchingResource(kOSKextReceiptQueried, UINT64_MAX)) {