Home
last modified time | relevance | path

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

/xnu-11215/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig194 …* @param entryCount number of queue entries to check. Entries are assumed to be the same siz…
200 CanEnqueueData(uint32_t dataSize, uint32_t entryCount) LOCALONLY;
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp5143 uint16_t entryCount; member
5421 (pt->version != 1) || (0 == pt->entryCount)) {
5426 (sizeof(IOPMSystemSleepPolicyEntry) * pt->entryCount))) {
5430 for (uint32_t i = 0; i < pt->entryCount; i++) {