Home
last modified time | relevance | path

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

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