Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_promif_isadep.c127 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()
/titanic_44/usr/src/psm/promif/ieee1275/common/
H A Dprom_node.c113 case PROM_WALK_CONTINUE: in prom_walk_devs()
146 return (PROM_WALK_CONTINUE); in bytype_cb()
169 return (PROM_WALK_CONTINUE); in byname_cb()
/titanic_44/usr/src/uts/sun/sys/
H A Dpromif.h300 #define PROM_WALK_CONTINUE 0 /* keep walking to next node */ macro