Home
last modified time | relevance | path

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

/xnu-8796.121.2/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
620 if (!IOServiceWaitForMatchingResource("IONVRAM", UINT64_MAX)) { in IOSetRecoveryBoot()
/xnu-8796.121.2/bsd/kern/
H A Ddecmpfs.c202 extern boolean_t IOServiceWaitForMatchingResource( const char * property, uint64_t timeout );
233 if (IOServiceWaitForMatchingResource(resourceName, delay)) {
/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor.c729 extern boolean_t IOServiceWaitForMatchingResource(const char * property, uint64_t timeout);
734 if (!IOServiceWaitForMatchingResource("IONVRAM", UINT64_MAX)) { in erase_csegbufsz_experiment_property()
/xnu-8796.121.2/libkern/c++/
H A DOSKext.cpp13008 while (!IOServiceWaitForMatchingResource(kOSKextReceiptQueried, UINT64_MAX)) {