Searched refs:___io_path_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDABase.h45 typedef char ___io_path_t[1024]; typedef
67 __private_extern__ kern_return_t ___IORegistryEntryGetPath( io_registry_entry_t entry, const io_name_t plane, ___io_path_t path );
H A DDABase.c629 __private_extern__ kern_return_t ___IORegistryEntryGetPath( io_registry_entry_t entry, const io_name_t plane, ___io_path_t path )
663 if ( strlen( path ) + strlen( "/" ) + strlen( name ) + strlen( "@" ) + strlen( location ) < sizeof( ___io_path_t ) )
665 strlcat( path, "/", sizeof( ___io_path_t ) );
666 strlcat( path, name, sizeof( ___io_path_t ) );
667 strlcat( path, "@", sizeof( ___io_path_t ) );
668 strlcat( path, location, sizeof( ___io_path_t ) );
677 if ( strlen( path ) + strlen( "/" ) + strlen( name ) < sizeof( ___io_path_t ) )
679 strlcat( path, "/", sizeof( ___io_path_t ) );
680 strlcat( path, name, sizeof( ___io_path_t ) );
H A DDADisk.c251 ___io_path_t path;

Completed in 68 milliseconds