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

/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp233 char * pathBuf = 0; local
248 pathBuf = (char *) IOMalloc( kMaxPathLen );
249 if ( pathBuf == 0 ) break;
252 if ( netif->getPath( pathBuf, &len, gIOServicePlane )
255 path = OSString::withCStringNoCopy( pathBuf );
268 if ( pathBuf ) IOFree(pathBuf, kMaxPathLen);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp482 char * pathBuf; local
506 pathBuf = (char *) IOMalloc( kMaxPathLen );
511 if( pathBuf && getPath( pathBuf, &len, gIOServicePlane)) {
513 path = pathBuf;
526 if( pathBuf)
527 IOFree( pathBuf, kMaxPathLen );

Completed in 99 milliseconds