Searched refs:PROM_WALK_CONTINUE (Results 1 – 3 of 3) sorted by relevance
127 return (PROM_WALK_CONTINUE); in walk_cpus_cb()135 return (PROM_WALK_CONTINUE); in walk_cpus_cb()142 return (PROM_WALK_CONTINUE); in walk_cpus_cb()
113 case PROM_WALK_CONTINUE: in prom_walk_devs()146 return (PROM_WALK_CONTINUE); in bytype_cb()169 return (PROM_WALK_CONTINUE); in byname_cb()
300 #define PROM_WALK_CONTINUE 0 /* keep walking to next node */ macro