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

/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_sigsuspend.c50 sigset_t oldmask, newmask, tempset; local
58 newmask = *set;
59 SIG_CANTMASK(newmask);
67 curthread->sigmask = newmask;
69 SIGSETNAND(tempset, newmask);
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c324 _nc_sigprocmask(int how, const sigset_t * newmask, sigset_t * oldmask) argument
327 return pthread_sigmask(how, newmask, oldmask);
329 return sigprocmask(how, newmask, oldmask);
/freebsd-10.0-release/lib/libc/rpc/
H A Dclnt_dg.c172 sigset_t newmask; local
176 sigfillset(&newmask);
177 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
330 sigset_t newmask; local
337 sigfillset(&newmask);
338 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
626 sigset_t newmask; local
628 sigfillset(&newmask);
629 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
657 sigset_t newmask; local
801 sigset_t newmask; local
829 sigset_t newmask; local
[all...]
H A Dclnt_vc.c174 sigset_t newmask; local
192 sigfillset(&newmask);
193 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
334 sigset_t mask, newmask; local
340 sigfillset(&newmask);
341 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
491 sigset_t newmask; local
498 sigfillset(&newmask);
499 thr_sigsetmask(SIG_SETMASK, &newmask, &mask);
528 sigset_t newmask; local
657 sigset_t newmask; local
785 sigset_t mask, newmask; local
[all...]
/freebsd-10.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-10.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-10.0-release/lib/libc/net/
H A Drcmd.c95 sigset_t oldmask, newmask; local
149 sigemptyset(&newmask);
150 sigaddset(&newmask, SIGURG);
151 _sigprocmask(SIG_BLOCK, (const sigset_t *)&newmask, &oldmask);
/freebsd-10.0-release/sys/kern/
H A Dkern_cpuset.c309 cpuset_t newmask; local
318 CPU_COPY(&set->cs_mask, &newmask);
319 CPU_AND(&newmask, mask);
321 CPU_COPY(mask, &newmask);
324 if ((error = cpuset_testupdate(nset, &newmask, 1)) != 0)
H A Dvfs_syscalls.c4105 int newmask; member in struct:umask_args
4112 int newmask;
4120 fdp->fd_cmask = uap->newmask & ALLPERMS;
H A Dsystrace_args.c410 iarg[0] = p->newmask; /* int */
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1327 mousemask(mmask_t newmask, mmask_t * oldmask)
1332 T((T_CALLED("mousemask(%#lx,%p)"), (unsigned long) newmask, oldmask));
1338 if (newmask || SP->_mouse_initialized) {
1341 result = newmask &
/freebsd-10.0-release/contrib/ncurses/ncurses/
H A Dllib-lncurses1267 mmask_t newmask,
H A Dllib-lncursest1271 mmask_t newmask,
H A Dllib-lncursesw1775 mmask_t newmask,
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_systrace_args.c387 iarg[0] = p->newmask; /* int */
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_systrace_args.c395 iarg[0] = p->newmask; /* int */
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c413 iarg[0] = p->newmask; /* int */
/freebsd-10.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-10.0-release/contrib/sqlite3/
H A Dsqlite3.c11494 u32 newmask; /* Mask of new.* columns referenced */ member in struct:Parse
102367 int newmask; /* Mask of NEW.* columns accessed by BEFORE triggers */ local
[all...]
/freebsd-10.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...]

Completed in 719 milliseconds