Searched refs:ii_dev (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 119 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF, 379 (void) nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI); 380 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF, fba, 390 nsc_release(op->ii_dev->bi_fd); 470 (void) nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI); 475 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_RDBUF, fba, 499 nsc_release(op->ii_dev->bi_fd);
|
H A D | dsw_dev.c | 5981 if (!(rc = nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI))) { 5982 rc = _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, 5985 (void) nsc_release(op->ii_dev->bi_fd); 5995 if ((op->ii_dev = kmem_zalloc(sizeof (_ii_info_dev_t), KM_SLEEP)) 6011 op->ii_dev->bi_fd = nsc_open(name, NSC_IIR_ID|NSC_FILE|NSC_RDWR, NULL, 6012 (blind_t)&(op->ii_dev->bi_iodev), &rc); 6013 if (!op->ii_dev->bi_fd) 6014 op->ii_dev->bi_fd = nsc_open(name, 6016 (blind_t)&(op->ii_dev->bi_iodev), &rc); 6017 if (op->ii_dev [all...] |
H A D | dsw_dev.h | 211 struct _ii_info_dev_s *ii_dev; /* pointer to device details */ member in struct:_ii_overflow_s 465 #define OVRFD(ip) (ip->bi_overflow->ii_dev->bi_fd)
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ii/ |
H A D | ii.c | 179 if (ii_overflow.ii_dev) 180 ii_info_dev((uintptr_t)ii_overflow.ii_dev, flags, 0, NULL);
|
Completed in 89 milliseconds