Searched refs:bi_fd (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 158 if (dp->id_cache_dev.bi_fd && in rdc_idev_open() 159 strcmp(pathname, nsc_pathname(dp->id_cache_dev.bi_fd)) == 0) in rdc_idev_open() 169 dp->id_cache_dev.bi_fd = nsc_open(pathname, in rdc_idev_open() 172 if (!dp->id_cache_dev.bi_fd) { in rdc_idev_open() 178 dp->id_raw_dev.bi_fd = nsc_open(pathname, in rdc_idev_open() 181 if (!dp->id_raw_dev.bi_fd) { in rdc_idev_open() 182 (void) nsc_close(dp->id_cache_dev.bi_fd); in rdc_idev_open() 265 if (dp->id_cache_dev.bi_fd) { in rdc_idev_close() 266 (void) nsc_close(dp->id_cache_dev.bi_fd); in rdc_idev_close() 267 dp->id_cache_dev.bi_fd = NULL; in rdc_idev_close() [all …]
|
H A D | rdc_io.h | 371 nsc_fd_t *bi_fd; /* file descriptor */ member 535 #define c_fd devices->id_cache_dev.bi_fd 543 #define r_fd devices->id_raw_dev.bi_fd
|
/titanic_50/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, in update_overflow_header() 379 (void) nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI); in ii_free_overflow() 380 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_WRBUF, fba, in ii_free_overflow() 390 nsc_release(op->ii_dev->bi_fd); in ii_free_overflow() 470 (void) nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI); in ii_alloc_overflow() 475 (void) _ii_nsc_io(ip, KS_OVR, op->ii_dev->bi_fd, NSC_RDBUF, fba, in ii_alloc_overflow() 499 nsc_release(op->ii_dev->bi_fd); in ii_alloc_overflow()
|
H A D | dsw_dev.h | 325 nsc_fd_t *bi_fd; /* Bitmap file descriptor */ member 390 #define bi_bmpfd bi_bmpdev.bi_fd 391 #define bi_mstfd bi_mstdev->bi_fd 392 #define bi_mstrfd bi_mstrdev->bi_fd 393 #define bi_shdfd bi_shddev.bi_fd 394 #define bi_shdrfd bi_shdrdev.bi_fd 465 #define OVRFD(ip) (ip->bi_overflow->ii_dev->bi_fd)
|
H A D | dsw_dev.c | 354 nsc_set_owner(cip->bi_fd, cip->bi_iodev); 356 nsc_set_owner(cip->bi_fd, rip->bi_iodev); 358 nsc_set_owner(cip->bi_fd, NULL); 362 nsc_release(cip->bi_fd); 374 nsc_set_owner(rip->bi_fd, rip->bi_iodev); 376 nsc_set_owner(rip->bi_fd, cip->bi_iodev); 378 nsc_set_owner(rip->bi_fd, NULL); 383 nsc_release(rip->bi_fd); 491 nsc_set_owner(p->bi_fd, p->bi_iodev); in _ii_rsrv_d() 498 if ((rc = nsc_reserve(p->bi_fd, 0)) == 0) { in _ii_rsrv_d() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/ii/ |
H A D | ii.c | 119 ipdev.bi_fd, ipdev.bi_iodev, ipdev.bi_tok); in ii_info_dev() 126 if (ipdev.bi_fd) { in ii_info_dev() 129 mdb_call_dcmd("nsc_fd", (uintptr_t)(ipdev.bi_fd), in ii_info_dev()
|
/titanic_50/usr/src/cmd/mdb/common/modules/rdc/ |
H A D | rdc.c | 841 infp->bi_fd, infp->bi_iodev, infp->bi_krdc); in rdc_infodev() 853 infp->bi_fd, infp->bi_iodev, infp->bi_krdc); in rdc_infodev()
|