Home
last modified time | relevance | path

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

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