HomeSort by: relevance | last modified time | path
    Searched defs:ide_node (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
autoconf.c 886 int child = 0, ide_node = 0; local in function:dev_path_drive_match
909 for (ide_node = prom_firstchild(ctrlnode); ide_node != 0;
910 ide_node = prom_nextsibling(ide_node)) {
911 const char * name = prom_getpropstring(ide_node,
914 for (child = prom_firstchild(ide_node); child != 0;
937 else if (ide_node)
autoconf.c 886 int child = 0, ide_node = 0; local in function:dev_path_drive_match
909 for (ide_node = prom_firstchild(ctrlnode); ide_node != 0;
910 ide_node = prom_nextsibling(ide_node)) {
911 const char * name = prom_getpropstring(ide_node,
914 for (child = prom_firstchild(ide_node); child != 0;
937 else if (ide_node)

Completed in 25 milliseconds