Searched refs:NSC_MULTI (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 1071 if (sv_reserve(svp->sv_fd, NSC_READ|NSC_MULTI|NSC_PCATCH) == 0) { in sv_enable() 1269 NSC_TRY | NSC_NOWAIT | NSC_MULTI | NSC_PCATCH); in sv_lyr_open() 1454 if ((rc = sv_reserve(svp->sv_fd, NSC_MULTI|NSC_PCATCH)) != 0) { in sv_lyr_uio() 1585 if (sv_reserve(svp->sv_fd, NSC_MULTI|NSC_PCATCH) == 0) { in sv_list() 2138 if ((rc = sv_reserve(svp->sv_fd, NSC_MULTI|NSC_PCATCH)) != 0) { in _sv_lyr_strategy() 2460 NSC_MULTI|NSC_PCATCH) == 0) { in sv_fix_dkiocgvtoc() 2482 NSC_MULTI|NSC_PCATCH) == 0) { in sv_fix_dkiocgvtoc() 2578 if (sv_reserve(svp->sv_fd, NSC_MULTI|NSC_PCATCH) == 0) { in sv_fix_dkiocgetefi() 2665 if (sv_reserve(svp->sv_fd, NSC_MULTI|NSC_PCATCH) == 0) { in sv_fix_dkiocpartition()
|
/titanic_50/usr/src/uts/common/avs/ns/dsw/ |
H A D | ii_tree.c | 379 (void) nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI); in ii_free_overflow() 470 (void) nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI); in ii_alloc_overflow()
|
H A D | dsw_dev.c | 5981 if (!(rc = nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI))) { in ii_overflow_attach() 6134 (void) nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI); in ii_overflow_free() 6155 (void) nsc_reserve(op->ii_dev->bi_fd, NSC_MULTI); in ii_overflow_free() 6525 (void) nsc_reserve(OVRFD(ip), NSC_MULTI); in _ii_copy_chunks() 8951 (void) nsc_reserve(OVRFD(ip), NSC_MULTI); in ii_read_volume() 10108 (void) nsc_reserve(OVRFD(ip), NSC_MULTI); in _ii_write()
|
/titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_resv.c | 166 fd->sf_mode = (flag & NSC_MULTI); 454 if ((flag & fd->sf_mode & NSC_MULTI) && fd->sf_reserve)
|
/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | nsctl.h | 201 #define NSC_MULTI (1<<27) /* Multiple reserves */ macro
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_ft.c | 890 (void) nsc_reserve(cdi->cd_rawfd, NSC_MULTI); in _sd_cd_online() 979 rc = nsc_reserve(cdi->cd_rawfd, NSC_MULTI); in _sd_failover_file_open()
|
H A D | sd_tdaemon.c | 410 (void) nsc_reserve(_sd_cache_files[cd].cd_rawfd, NSC_MULTI); in _td_attach_cd()
|
H A D | sd_bcache.c | 1807 rc = nsc_reserve(cdi->cd_rawfd, NSC_MULTI); in _sdbc_io_attach_cd()
|
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 91 { "NSC_MULTI", NSC_MULTI, NSC_MULTI },
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_clnt.c | 444 ret = nsc_reserve(krdc->remote_fd, NSC_MULTI); in rdc_net_read() 744 ret = nsc_reserve(krdc->remote_fd, NSC_MULTI); in rdc_net_write()
|