Searched refs:xs_ldi_li (Results 1 – 2 of 2) sorted by relevance
1130 &ldi_hdl, vdp->xs_ldi_li); in xdb_setup_node()1185 &ldi_hdl, vdp->xs_ldi_li); in xdb_teardown_node()1227 ASSERT(vdp->xs_ldi_li == NULL); in xdb_open_device()1244 if (ldi_ident_from_dip(dip, &vdp->xs_ldi_li) != 0) in xdb_open_device()1253 ldi_ident_release(vdp->xs_ldi_li); in xdb_open_device()1260 kcred, &vdp->xs_ldi_hdl, vdp->xs_ldi_li) != 0) { in xdb_open_device()1262 ldi_ident_release(vdp->xs_ldi_li); in xdb_open_device()1273 ldi_ident_release(vdp->xs_ldi_li); in xdb_open_device()1312 ASSERT(vdp->xs_ldi_li == NULL); in xdb_close_device()1320 ldi_ident_release(vdp->xs_ldi_li); in xdb_close_device()[all …]
122 ldi_ident_t xs_ldi_li; member