Home
last modified time | relevance | path

Searched refs:top_node (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_dr.c180 apktp->top_node = dip; in sbdp_find_ssm_dip()
298 apktp->top_node = NULL; in sbdp_attach_bd()
305 if (apktp->top_node == NULL) { in sbdp_attach_bd()
315 (void) e_ddi_branch_create(apktp->top_node, &b, NULL, 0); in sbdp_attach_bd()
320 ndi_rele_devi(apktp->top_node); in sbdp_attach_bd()
H A Dssm.c359 softsp->top_node = devi; in ssm_attach()
740 if (softsp->top_node == NULL) { in ssm_open()
758 rv = (*sbd_setup_instance)(instance, softsp->top_node, in ssm_open()
/onnv-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dssm.h51 dev_info_t *top_node; member
H A Dsbdp_priv.h221 dev_info_t *top_node; member
/onnv-gate/usr/src/lib/libparted/common/lib/
H A Dregexec.c165 state_array_t *path, Idx top_node,
2913 check_arrival (re_match_context_t *mctx, state_array_t *path, Idx top_node, in check_arrival() argument
2924 subexp_num = dfa->nodes[top_node].opr.idx; in check_arrival()
2955 err = re_node_set_init_1 (&next_nodes, top_node); in check_arrival()