Searched refs:pathBuf (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp225 char * pathBuf = 0; local
240 pathBuf = (char *) IOMalloc( kMaxPathLen );
241 if ( pathBuf == 0 ) break;
244 if ( netif->getPath( pathBuf, &len, gIOServicePlane )
247 path = OSString::withCStringNoCopy( pathBuf );
260 if ( pathBuf ) IOFree(pathBuf, kMaxPathLen);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp532 char * pathBuf; local
556 pathBuf = (char *) IOMalloc( kMaxPathLen );
561 if( pathBuf && getPath( pathBuf, &len, gIOServicePlane)) {
563 path = pathBuf;
576 if( pathBuf)
577 IOFree( pathBuf, kMaxPathLen );

Completed in 33 milliseconds