Searched refs:bsdPath (Results 1 – 1 of 1) sorted by relevance
4040 static kern_return_t GetBSDPath(io_iterator_t mediaIterator, char *bsdPath,4084 kern_return_t GetBSDPath(io_iterator_t mediaIterator, char *bsdPath, in GetBSDPath() argument4089 *bsdPath = '\0'; in GetBSDPath()4097 strcpy( bsdPath, _PATH_DEV ); in GetBSDPath()4099 strcat(bsdPath, "r"); in GetBSDPath()4101 devPathLength = strlen( bsdPath ); in GetBSDPath()4102 …if ( CFStringGetCString( bsdPathAsCFString, bsdPath + devPathLength, maxPathSize - devPathLength, … in GetBSDPath()