Home
last modified time | relevance | path

Searched refs:nsc_held (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsctl.c614 resv = (nsc_held(fd) == 0); in nscread()
645 resv = (nsc_held(fd) == 0); in nscwrite()
674 if (nsc_held(fd)) { in _nscreserve()
702 if (!nsc_held(fd)) { in _nscrelease()
730 resv = (nsc_held(fd) == 0); in _nscpartsize()
H A Dnsc_resv.c246 nsc_held(fd) in nsc_held() function
271 if (!fd || !nsc_held(fd)) in nsc_waiting()
H A Dnsc_dev.c1387 if (!nsc_held(fd)) in nsc_setval()
1425 !nsc_held(fd)) in nsc_getval()
/titanic_50/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h91 int nsc_held(nsc_fd_t *) { } in nsc_held() function
H A Dnsctl.h221 extern int nsc_held(nsc_fd_t *);
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_ft.c715 (CD == -1 && nsc_held(cdi->cd_rawfd))) { in _sd_hash_invalidate_cd()
953 if (FILE_OPENED(cd) && nsc_held(cdi->cd_rawfd)) in _sd_failover_file_open()
H A Dsd_bcache.c1899 if (!(cdi->cd_rawfd) || !nsc_held(cdi->cd_rawfd)) { in _sdbc_io_detach_cd()
3613 !nsc_held(_sd_cache_files[cd].cd_rawfd)) {
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.c1156 sts = nsc_held(oldfd) ? 0 : nsc_reserve(oldfd, 0); in rdc_move_bitmap()