Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h54 int gptwocfg_next_node(gptwocfg_cookie_t, dev_info_t *, dev_info_t **);
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c810 if (gptwocfg_next_node(cookie->port_cookie, NULL, &dip)) { in sc_next_node()
819 if (gptwocfg_next_node(cookie->port_cookie, previous, &dip)) { in sc_next_node()
/titanic_50/usr/src/uts/sun4u/io/
H A Dgptwocfg.c484 gptwocfg_next_node(gptwocfg_cookie_t c, dev_info_t *previous, dev_info_t **next) in gptwocfg_next_node() function