Home
last modified time | relevance | path

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

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