Home
last modified time | relevance | path

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

/xnu-8796.101.5/iokit/IOKit/
H A DIOUserServer.h240 uint32_t stringArrayIndex(IOPStrings * array, const char * look);
/xnu-8796.101.5/iokit/Kernel/
H A DIOUserServer.cpp418 …index = reserved->uvars->userServer->stringArrayIndex(reserved->uvars->userMeta->queueNames, name); in CopyDispatchQueue_Impl()
485 …index = reserved->uvars->userServer->stringArrayIndex(reserved->uvars->userMeta->queueNames, name); in SetDispatchQueue_Impl()
2737 IOUserServer::stringArrayIndex(IOPStrings * array, const char * look) in stringArrayIndex() function in IOUserServer