Searched refs:resourceName (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c220 char resourceName[80]; local
222 snprintf(resourceName, sizeof(resourceName), "com.apple.AppleFSCompression.Type%u", type);
223 printf("waiting for %s\n", resourceName);
226 if (IOServiceWaitForMatchingResource(resourceName, delay)) {
236 printf("still waiting for %s\n", resourceName);
916 char resourceName[80]; local
931 snprintf(resourceName, sizeof(resourceName), "com.apple.AppleFSCompression.Type%u", compression_type);
932 IOServicePublishResource(resourceName, TRU
946 char resourceName[80]; local
[all...]
/darwin-on-arm/xnu/libkern/
H A DOSKextLib.cpp163 const char * resourceName,
168 return OSKext::requestResource(kextIdentifier, resourceName,
161 OSKextRequestResource( const char * kextIdentifier, const char * resourceName, OSKextRequestResourceCallback callback, void * context, OSKextRequestTag * requestTagOut) argument
/darwin-on-arm/xnu/libkern/libkern/
H A DOSKextLib.h747 * @param resourceName The name of the resource file to read.
766 * if <code>kextIdentifier</code> or <code>resourceName</code> or if
824 const char * resourceName,
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h555 const char * resourceName,
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp8230 OSString * resourceName = NULL; // must release local
8301 resourceName = OSString::withCString(resourceNameCString);
8305 !resourceName ||
8310 kKextRequestArgumentNameKey, resourceName) ||
8388 if (resourceName) resourceName->release();

Completed in 97 milliseconds