Searched defs:ldi_handle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.c47 struct ldi_handle **hash; /* current bucket pointer */
48 struct ldi_handle *lhp; /* ldi handle pointer */
50 struct ldi_handle buf; /* buffer used for handle reads */
84 lhwp->hash = (struct ldi_handle **)(uintptr_t)sym.st_value;
88 if ((mdb_vread(&lhwp->lhp, sizeof (struct ldi_handle *),
114 if ((mdb_vread(&lhwp->lhp, sizeof (struct ldi_handle *),
130 if (mdb_vread(&lhwp->buf, sizeof (struct ldi_handle),
310 struct ldi_handle lh;
314 if (mdb_vread(&lh, sizeof (struct ldi_handle), addr) == -1) {
364 ldi_handle(uintptr_ function
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi_impl.h97 struct ldi_handle { struct
99 struct ldi_handle *lh_next;
125 struct ldi_handle *le_lhp;
133 struct ldi_handle *lec_lhp;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c451 ldi_handle_t ldi_handle[V_NUMPAR]; /* LDI slice handles */ member in struct:vd
906 if (ldi_strategy(vd->ldi_handle[0], &buf) != 0) {
1443 status = ldi_ioctl(vd->ldi_handle[VD_ENTIRE_DISK_SLICE],
1898 status = ldi_ioctl(vd->ldi_handle[0], DKIOCFLUSHWRITECACHE,
1918 status = ldi_strategy(vd->ldi_handle[0], buf);
2182 request->status = ldi_strategy(vd->ldi_handle[slice], buf);
3423 status = ldi_ioctl(vd->ldi_handle[0], cmd, (intptr_t)arg,
3437 status = ldi_ioctl(vd->ldi_handle[0], cmd,
3448 status = ldi_ioctl(vd->ldi_handle[0], cmd,
3798 status = ldi_ioctl(vd->ldi_handle[
[all...]

Completed in 71 milliseconds