Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h192 …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 DIOCatalogue.cpp696 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 DIOUserClient.iig216 * @brief Send asynchronous arguments to a completion supplied by ExternalMethod().
218 * To deliver the asynchronous results the driver calls AsyncCompletion().
H A DIODispatchQueue.iig118 * invokes a callback block. Canceling is asynchronous.
H A DIOService.iig305 * The termination is asynchronous and will later call Stop() on the service.