Searched refs:ldi_handle (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dldi.h45 /* ::ldi_handle dcmd */
46 extern int ldi_handle(uintptr_t, uint_t, int, const mdb_arg_t *);
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...]
H A Dgenunix.c4102 { "ldi_handle", "?[-i]", "display a layered driver handle",
4103 ldi_handle, ldi_handle_help },
4478 { "ldi_handle", "walk the layered driver handle hash",
/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/common/os/
H A Ddriver_lyr.c130 static struct ldi_handle *ldi_handle_hash[LH_HASH_SZ];
321 static struct ldi_handle **
324 struct ldi_handle **lhpp = NULL;
341 static struct ldi_handle *
344 struct ldi_handle **lhpp, *retlhp;
354 static struct ldi_handle *
357 struct ldi_handle *lhp, **lhpp, *retlhp;
382 kmem_free(lhp, sizeof (struct ldi_handle));
424 handle_release(struct ldi_handle *lhp)
426 struct ldi_handle **lhp
[all...]
/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 92 milliseconds