Searched refs:newmask (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c369 _nc_sigprocmask(int how, const sigset_t * newmask, sigset_t * oldmask) argument
372 return pthread_sigmask(how, newmask, oldmask);
374 return sigprocmask(how, newmask, oldmask);
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_dg.c173 sigset_t newmask; local
177 sigfillset(&newmask);
178 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
334 sigset_t newmask; local
341 sigfillset(&newmask);
342 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
624 sigset_t newmask; local
626 sigfillset(&newmask);
627 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
651 sigset_t newmask; local
794 sigset_t newmask; local
822 sigset_t newmask; local
[all...]
H A Dclnt_vc.c174 sigset_t newmask; local
192 sigfillset(&newmask);
193 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
326 sigset_t mask, newmask; local
332 sigfillset(&newmask);
333 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
478 sigset_t newmask; local
485 sigfillset(&newmask);
486 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
525 sigset_t newmask; local
643 sigset_t newmask; local
764 sigset_t mask, newmask; local
[all...]
/freebsd-11.0-release/contrib/binutils/ld/emultempl/
H A Dspu_ovl.S39 #define newmask $75 define
258 ilh newmask, 1 << MFC_TAG_ID
260 ilhu newmask, 1 << (MFC_TAG_ID - 16)
262 wrch $MFC_WrTagMask, newmask
/freebsd-11.0-release/contrib/unbound/util/storage/
H A Dlruhash.c117 int newmask)
126 int newbit = newmask - table->size_mask;
140 newbin = &newa[p->hash & newmask];
233 int newmask; local
247 newmask = (table->size_mask << 1) | 1;
248 bin_split(table, newa, newmask);
257 table->size_mask = newmask;
116 bin_split(struct lruhash* table, struct lruhash_bin* newa, int newmask) argument
H A Dlruhash.h350 * @param newmask: new lookup mask.
353 int newmask);
/freebsd-11.0-release/lib/libc/net/
H A Drcmd.c89 sigset_t oldmask, newmask; local
143 sigemptyset(&newmask);
144 sigaddset(&newmask, SIGURG);
145 __libc_sigprocmask(SIG_BLOCK, (const sigset_t *)&newmask, &oldmask);
/freebsd-11.0-release/sys/kern/
H A Dkern_cpuset.c314 cpuset_t newmask; local
323 CPU_COPY(&set->cs_mask, &newmask);
324 CPU_AND(&newmask, mask);
326 CPU_COPY(mask, &newmask);
329 if ((error = cpuset_testupdate(nset, &newmask, 1)) != 0)
H A Dvfs_syscalls.c4055 int newmask; member in struct:umask_args
4062 int newmask;
4070 fdp->fd_cmask = uap->newmask & ALLPERMS;
H A Dsystrace_args.c405 iarg[0] = p->newmask; /* int */
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1529 NCURSES_SP_NAME(mousemask) (NCURSES_SP_DCLx mmask_t newmask, mmask_t * oldmask)
1537 (unsigned long) newmask,
1544 if (newmask || SP_PARM->_mouse_initialized) {
1547 result = newmask &
1585 mousemask(mmask_t newmask, mmask_t * oldmask)
1587 return NCURSES_SP_NAME(mousemask) (CURRENT_SCREEN, newmask, oldmask);
/freebsd-11.0-release/contrib/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h427 #define __sanitizer_syscall_pre_ssetmask(newmask) \
428 __sanitizer_syscall_pre_impl_ssetmask((long)(newmask))
429 #define __sanitizer_syscall_post_ssetmask(res, newmask) \
430 __sanitizer_syscall_post_impl_ssetmask(res, (long)(newmask))
2243 void __sanitizer_syscall_pre_impl_ssetmask(long newmask);
2244 void __sanitizer_syscall_post_impl_ssetmask(long res, long newmask);
/freebsd-11.0-release/sys/i386/linux/
H A Dlinux_systrace_args.c395 iarg[0] = p->newmask; /* int */
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_systrace_args.c830 iarg[0] = p->newmask; /* int */
/freebsd-11.0-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c387 iarg[0] = p->newmask; /* int */
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c408 iarg[0] = p->newmask; /* int */
/freebsd-11.0-release/sys/sys/
H A Dsysproto.h250 char newmask_l_[PADL_(int)]; int newmask; char newmask_r_[PADR_(int)]; member in struct:umask_args
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10879 u32 newmask; /* Mask of new.* columns referenced */ member in struct:Parse
98382 int newmask; /* Mask of NEW.* columns accessed by BEFORE triggers */ local
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c13794 u32 newmask; /* Mask of new.* columns referenced */ member in struct:Parse
117611 int newmask; /* Mask of NEW.* columns accessed by BEFORE triggers */ local
[all...]

Completed in 795 milliseconds