Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOUserServer.h243 IOPStrings * copyInStringArray(const char * string, uint32_t userSize);
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2753 IOUserServer::copyInStringArray(const char * string, uint32_t userSize) in copyInStringArray() function in IOUserServer
4457 cls->queueNames = copyInStringArray(queueNames, desc->queueNamesSize); in registerClass()