Home
last modified time | relevance | path

Searched refs:nosig (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/audio/utilities/
H A DAudioGain.cc343 double nosig; in process_weighted() local
365 nosig = NoSigWeight * gain_cache_size; in process_weighted()
387 if (weighted_sum > nosig) { in process_weighted()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c748 int nosig = 1; in cachefs_io_stateset() local
765 while (nosig && (fscp->fs_cdrefcnt != 0)) { in cachefs_io_stateset()
766 nosig = cv_wait_sig(&fscp->fs_cdwaitcv, &fscp->fs_cdlock); in cachefs_io_stateset()
768 if (!nosig) { in cachefs_io_stateset()
888 int nosig = 1; in cachefs_io_xwait() local
897 while (nosig && in cachefs_io_xwait()
899 nosig = cv_wait_sig(&fscp->fs_cdwaitcv, &fscp->fs_cdlock); in cachefs_io_xwait()
902 if (!nosig) in cachefs_io_xwait()
H A Dcachefs_fscache.c1143 int nosig; in cachefs_cd_access() local
1168 nosig = cv_wait_sig(&fscp->fs_cdwaitcv, in cachefs_cd_access()
1172 if (nosig == 0) { in cachefs_cd_access()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c1243 sowaitconnected(struct sonode *so, int fmode, int nosig) in sowaitconnected() argument
1260 if (nosig) in sowaitconnected()
/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c602 int nosig; in _ii_wait_for_it() local
604 nosig = 1; in _ii_wait_for_it()
606 nosig = cv_wait_sig(&ip->bi_reservecv, &ip->bi_rlsemutex); in _ii_wait_for_it()
607 if (!nosig) { in _ii_wait_for_it()
612 return (nosig? 0 : EINTR); in _ii_wait_for_it()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c2111 uint32_t ilen, int timeout, int nrtry, int nosig, in drmach_mbox_req_rply() argument
2147 if (nosig) in drmach_mbox_req_rply()