Home
last modified time | relevance | path

Searched refs:bsdPath (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dfile-posix.c4040 static kern_return_t GetBSDPath(io_iterator_t mediaIterator, char *bsdPath,
4084 kern_return_t GetBSDPath(io_iterator_t mediaIterator, char *bsdPath, in GetBSDPath() argument
4089 *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()