Searched refs:asynchronous (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOCatalogue.h | 192 …IOReturn terminateDriversForModule( OSString * moduleName, bool unload = true, bool asynchronous =… 201 …IOReturn terminateDriversForModule( const char * moduleName, bool unload = true, bool asynchronous… 203 IOReturn terminateDrivers(OSDictionary * matching, io_name_t className, bool asynchronous);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOCatalogue.cpp | 696 IOCatalogue::terminateDrivers(OSDictionary * matching, io_name_t className, bool asynchronous) in terminateDrivers() argument 786 if (!asynchronous) { in terminateDrivers() 952 bool asynchronous) in terminateDriversForModule() argument 992 ret = terminateDrivers(dict.get(), NULL, asynchronous); in terminateDriversForModule() 1021 bool asynchronous) in terminateDriversForModule() argument 1031 ret = terminateDriversForModule(name.get(), unload, asynchronous); in terminateDriversForModule()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 216 * @brief Send asynchronous arguments to a completion supplied by ExternalMethod(). 218 * To deliver the asynchronous results the driver calls AsyncCompletion().
|
| H A D | IODispatchQueue.iig | 118 * invokes a callback block. Canceling is asynchronous.
|
| H A D | IOService.iig | 305 * The termination is asynchronous and will later call Stop() on the service.
|