Searched refs:nosig (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/audio/utilities/ |
H A D | AudioGain.cc | 343 double nosig; in process_weighted() local 365 nosig = NoSigWeight * gain_cache_size; in process_weighted() 387 if (weighted_sum > nosig) { in process_weighted()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_ioctl.c | 748 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 D | cachefs_fscache.c | 1143 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_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1243 sowaitconnected(struct sonode *so, int fmode, int nosig) in sowaitconnected() argument 1260 if (nosig) in sowaitconnected()
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 602 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_44/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 2111 uint32_t ilen, int timeout, int nrtry, int nosig, in drmach_mbox_req_rply() argument 2147 if (nosig) in drmach_mbox_req_rply()
|