Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-posix.c4077 CFTypeRef bsdPathAsCFString; in GetBSDPath() local
4078bsdPathAsCFString = IORegistryEntryCreateCFProperty( nextMedia, CFSTR( kIOBSDNameKey ), kCFAllocat… in GetBSDPath()
4079 if ( bsdPathAsCFString ) { in GetBSDPath()
4086 …if ( CFStringGetCString( bsdPathAsCFString, bsdPath + devPathLength, maxPathSize - devPathLength, … in GetBSDPath()
4089 CFRelease( bsdPathAsCFString ); in GetBSDPath()