Searched refs:ldi_handle (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | ldi.c | 47 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; in ldi_handle_walk_init() 88 if ((mdb_vread(&lhwp->lhp, sizeof (struct ldi_handle *), in ldi_handle_walk_init() 114 if ((mdb_vread(&lhwp->lhp, sizeof (struct ldi_handle *), in ldi_handle_walk_step() 130 if (mdb_vread(&lhwp->buf, sizeof (struct ldi_handle), in ldi_handle_walk_step() 310 struct ldi_handle lh; in ldi_handle_print() 314 if (mdb_vread(&lh, sizeof (struct ldi_handle), addr) == -1) { in ldi_handle_print() 364 ldi_handle(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in ldi_handle() function
|
H A D | ldi.h | 46 extern int ldi_handle(uintptr_t, uint_t, int, const mdb_arg_t *);
|
H A D | genunix.c | 4018 ldi_handle, ldi_handle_help },
|
/titanic_50/usr/src/uts/common/os/ |
H A D | driver_lyr.c | 130 static struct ldi_handle *ldi_handle_hash[LH_HASH_SZ]; 321 static struct ldi_handle ** 324 struct ldi_handle **lhpp = NULL; in handle_find_ref_nolock() 341 static struct ldi_handle * 344 struct ldi_handle **lhpp, *retlhp; in handle_find() 354 static struct ldi_handle * 357 struct ldi_handle *lhp, **lhpp, *retlhp; in handle_alloc() 382 kmem_free(lhp, sizeof (struct ldi_handle)); in handle_alloc() 424 handle_release(struct ldi_handle *lhp) in handle_release() 426 struct ldi_handle **lhpp; in handle_release() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sunldi_impl.h | 97 struct ldi_handle { struct 99 struct ldi_handle *lh_next; argument 125 struct ldi_handle *le_lhp; argument 133 struct ldi_handle *lec_lhp;
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vds.c | 451 ldi_handle_t ldi_handle[V_NUMPAR]; /* LDI slice handles */ member 906 if (ldi_strategy(vd->ldi_handle[0], &buf) != 0) { in vd_dskimg_rw() 1443 status = ldi_ioctl(vd->ldi_handle[VD_ENTIRE_DISK_SLICE], in vd_do_scsi_rdwr() 1898 status = ldi_ioctl(vd->ldi_handle[0], DKIOCFLUSHWRITECACHE, in vd_flush_write() 1918 status = ldi_strategy(vd->ldi_handle[0], buf); in vd_bio_task() 2182 request->status = ldi_strategy(vd->ldi_handle[slice], buf); in vd_start_bio() 3423 status = ldi_ioctl(vd->ldi_handle[0], cmd, (intptr_t)arg, in vd_backend_ioctl() 3437 status = ldi_ioctl(vd->ldi_handle[0], cmd, in vd_backend_ioctl() 3448 status = ldi_ioctl(vd->ldi_handle[0], cmd, in vd_backend_ioctl() 3798 status = ldi_ioctl(vd->ldi_handle[0], USCSICMD, (intptr_t)&uscsi, in vd_scsi_reset() [all …]
|