Searched refs:oset (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-9.3-release/contrib/xz/src/common/
H A Dmythread.h25 # define mythread_sigmask(how, set, oset) \
26 pthread_sigmask(how, set, oset)
39 # define mythread_sigmask(how, set, oset) \
40 sigprocmask(how, set, oset)
/freebsd-9.3-release/lib/libc/gen/
H A Dpause.c47 sigset_t oset; local
49 if (_sigprocmask(SIG_BLOCK, NULL, &oset) == -1)
51 return (_sigsuspend(&oset));
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_sigprocmask.c45 _sigprocmask(int how, const sigset_t *set, sigset_t *oset) argument
49 ret = _pthread_sigmask(how, set, oset);
H A Dthr_sigmask.c46 _pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) argument
53 ret = __sys_sigprocmask(how, set, oset);
67 if (oset != NULL)
110 if (ret == 0 && oset != NULL)
111 *oset = oldset;
/freebsd-9.3-release/lib/libedit/
H A Dsig.c70 sigset_t nset, oset; local
74 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
103 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
115 sigset_t *nset, oset; local
126 (void) sigprocmask(SIG_BLOCK, nset, &oset);
134 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
159 sigset_t oset; local
166 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
175 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
186 sigset_t oset; local
[all...]
H A Del.c582 sigset_t oset, nset; local
586 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
592 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ascii.c78 register const u_char *cp, register u_int length, register u_int oset)
101 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE,
104 oset += HEXDUMP_BYTES_PER_LINE;
118 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE,
135 register u_int oset)
144 (void)printf("%s0x%04x: ", ident, oset);
145 oset += HEXDUMP_BYTES_PER_LINE;
152 (void)printf("%s0x%04x: ", ident, oset);
77 hex_and_ascii_print_with_offset(register const char *ident, register const u_char *cp, register u_int length, register u_int oset) argument
134 hex_print_with_offset(register const char *ident, register const u_char *cp, register u_int length, register u_int oset) argument
/freebsd-9.3-release/lib/libc/stdio/
H A Dtmpfile.c53 sigset_t set, oset; local
72 (void)_sigprocmask(SIG_BLOCK, &set, &oset);
80 (void)_sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dsignal.c123 sigset_t sset, oset;
127 if (sigprocmask(SIG_BLOCK, &sset, &oset) < 0)
130 return sigismember(&oset, sig);
162 sigset_t sset, oset;
166 if (sigprocmask(SIG_UNBLOCK, &sset, &oset) < 0)
169 return sigismember(&oset, sig);
/freebsd-9.3-release/lib/libc/compat-43/
H A Dsigcompat.c75 sigset_t set, oset; local
80 n = _sigprocmask(SIG_SETMASK, &set, &oset);
83 return (oset.__bits[0]);
90 sigset_t set, oset; local
95 n = _sigprocmask(SIG_BLOCK, &set, &oset);
98 return (oset.__bits[0]);
/freebsd-9.3-release/usr.bin/mail/
H A Dpopen.c135 sigset_t nset, oset; local
143 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
145 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
338 sigset_t nset, oset; local
343 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
348 (void)sigsuspend(&oset);
351 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
361 sigset_t nset, oset; local
366 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
372 (void)sigprocmask(SIG_SETMASK, &oset, NUL
[all...]
H A Dfio.c273 static sigset_t nset, oset; variable
286 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
298 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.help.c135 sigset_t oset, set; local
146 (void)sigprocmask(SIG_UNBLOCK, &set, &oset);
147 cleanup_push(&oset, sigprocmask_cleanup);
H A Ded.init.c556 sigset_t set, oset;
569 (void)sigprocmask(SIG_BLOCK, &set, &oset);
570 cleanup_push(&oset, sigprocmask_cleanup);
572 cleanup_until(&oset);
H A Dsh.proc.c487 sigset_t oset, set, pause_mask; local
506 (void)sigprocmask(SIG_BLOCK, &set, &oset);
507 cleanup_push(&oset, sigprocmask_cleanup);
508 pause_mask = oset;
522 cleanup_until(&oset);
1967 sigset_t oset, set; local
1982 (void)sigprocmask(SIG_BLOCK, &set, &oset);
1983 cleanup_push(&oset, sigprocmask_cleanup);
2018 cleanup_until(&oset);
/freebsd-9.3-release/contrib/libreadline/
H A Dsignals.c294 static sigset_t bset, oset; local
326 sigemptyset (&oset);
327 sigprocmask (SIG_BLOCK, &bset, &oset);
365 sigprocmask (SIG_SETMASK, &oset, (sigset_t *)NULL);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_create.c59 sigset_t set, oset; local
175 __sys_sigprocmask(SIG_SETMASK, &set, &oset);
176 new_thread->sigmask = oset;
192 __sys_sigprocmask(SIG_SETMASK, &oset, NULL);
H A Dthr_sig.c488 sigset_t oset; local
490 if (_sigprocmask(SIG_BLOCK, NULL, &oset) == -1)
492 return (__sigsuspend(&oset));
575 _sigprocmask(int how, const sigset_t *set, sigset_t *oset) argument
587 return (__sys_sigprocmask(how, p, oset));
593 _pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) argument
595 if (_sigprocmask(how, set, oset))
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_signal.c269 l_sigset_t set, oset; local
287 args->omask ? &oset : NULL);
290 mask = oset.__bits[0];
300 l_sigset_t set, oset; local
321 args->omask ? &oset : NULL);
324 error = copyout(&oset, args->omask, sizeof(l_sigset_t));
/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_open.c392 sigset_t set, oset; local
407 (void)_sigprocmask(SIG_BLOCK, &set, &oset);
410 (void)_sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-9.3-release/lib/librt/
H A Dsigev_thread.c308 sigset_t set, oset; local
335 _sigprocmask(SIG_SETMASK, &set, &oset);
338 _sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_xenix.h63 char oset_l_[PADL_(ibcs2_sigset_t *)]; ibcs2_sigset_t * oset; char oset_r_[PADR_(ibcs2_sigset_t *)]; member in struct:ibcs2_sigprocmask_args
H A Dibcs2_signal.c374 if (error == 0 && uap->oset != NULL) {
376 error = copyout(&iss, uap->oset, sizeof(iss));
/freebsd-9.3-release/sys/sys/
H A Dsignalvar.h161 #define SIGSETOLD(set, oset) ((set).__bits[0] = (oset))
/freebsd-9.3-release/sys/kern/
H A Dkern_sig.c964 kern_sigprocmask(struct thread *td, int how, sigset_t *set, sigset_t *oset, argument
974 if (oset != NULL)
975 *oset = td->td_sigmask;
1030 sigset_t *oset; member in struct:sigprocmask_args
1038 sigset_t set, oset; local
1043 osetp = (uap->oset != NULL) ? &oset : NULL;
1051 error = copyout(osetp, uap->oset, sizeof(oset));
1068 sigset_t set, oset; local
1377 sigset_t set, oset; local
1395 sigset_t set, oset; local
[all...]

Completed in 340 milliseconds

12