Home
last modified time | relevance | path

Searched refs:fResponseArray (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp610 if (fResponseArray) { in PMfree()
611 fResponseArray->release(); in PMfree()
612 fResponseArray = NULL; in PMfree()
6189 if (fResponseArray) { in cleanClientResponses()
6190 fResponseArray->release(); in cleanClientResponses()
6191 fResponseArray = NULL; in cleanClientResponses()
6223 if (!fResponseArray) { in tellClientsWithResponse()
6343 if (fResponseArray) { in tellClientsWithResponse()
6344 fResponseArray->release(); in tellClientsWithResponse()
6345 fResponseArray = NULL; in tellClientsWithResponse()
[all …]
H A DIOServicePMPrivate.h437 #define fResponseArray pwrMgt->ResponseArray macro