Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-posix.c3982 CFTypeRef bsdPathAsCFString; in GetBSDPath() local
3983bsdPathAsCFString = IORegistryEntryCreateCFProperty( nextMedia, CFSTR( kIOBSDNameKey ), kCFAllocat… in GetBSDPath()
3984 if ( bsdPathAsCFString ) { in GetBSDPath()
3991 …if ( CFStringGetCString( bsdPathAsCFString, bsdPath + devPathLength, maxPathSize - devPathLength, … in GetBSDPath()
3994 CFRelease( bsdPathAsCFString ); in GetBSDPath()