Searched refs:gptwocfg_next_node (Results 1 – 3 of 3) sorted by relevance
54 int gptwocfg_next_node(gptwocfg_cookie_t, dev_info_t *, dev_info_t **);
810 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()
484 gptwocfg_next_node(gptwocfg_cookie_t c, dev_info_t *previous, dev_info_t **next) in gptwocfg_next_node() function