Home
last modified time | relevance | path

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

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