Searched refs:xs_ldi_hdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.h123 ldi_handle_t xs_ldi_hdl; member in struct:xdb
H A Dxdb.c649 err = ldi_strategy(vdp->xs_ldi_hdl, nbp);
699 (void) ldi_ioctl(vdp->xs_ldi_hdl,
1228 ASSERT(vdp->xs_ldi_hdl == NULL);
1260 kcred, &vdp->xs_ldi_hdl, vdp->xs_ldi_li) != 0) {
1269 if (ldi_get_size(vdp->xs_ldi_hdl, &devsize) != DDI_SUCCESS) {
1270 (void) ldi_close(vdp->xs_ldi_hdl,
1278 blksize = ldi_prop_get_int64(vdp->xs_ldi_hdl,
1282 blksize = ldi_prop_get_int(vdp->xs_ldi_hdl,
1290 if (ldi_prop_get_int(vdp->xs_ldi_hdl, LDI_DEV_T_ANY | DDI_PROP_DONTPASS,
1295 if (ldi_prop_exists(vdp->xs_ldi_hdl,
[all...]

Completed in 62 milliseconds