Searched refs:bsdPath (Results 1 – 1 of 1) sorted by relevance
3929 static kern_return_t GetBSDPath(io_iterator_t mediaIterator, char *bsdPath,3973 kern_return_t GetBSDPath(io_iterator_t mediaIterator, char *bsdPath, in GetBSDPath() argument3978 *bsdPath = '\0'; in GetBSDPath()3986 strcpy( bsdPath, _PATH_DEV ); in GetBSDPath()3988 strcat(bsdPath, "r"); in GetBSDPath()3990 devPathLength = strlen( bsdPath ); in GetBSDPath()3991 …if ( CFStringGetCString( bsdPathAsCFString, bsdPath + devPathLength, maxPathSize - devPathLength, … in GetBSDPath()