Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp5652 size_t busyEntriesStringLen; in waitQuietWithOptions() local
5713 busyEntriesStringLen = 256; in waitQuietWithOptions()
5716 busyEntriesString = IONewZeroData(char, busyEntriesStringLen); in waitQuietWithOptions()
5767 busyEntriesStringRemaining = busyEntriesStringLen; in waitQuietWithOptions()
5817 IODeleteData(busyEntriesString, char, busyEntriesStringLen); in waitQuietWithOptions()