Searched refs:sig (Results 201 - 225 of 465) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c297 int sig; local
300 if ((sig = sigwait(&hdl_set)) < 0) {
316 (void) sig2str(sig, buf);
317 switch (sig) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dpclose.c135 pabort(int sig) argument
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h241 #define VALID_BPBSIG(sig) ((sig) == MBB_MAGIC)
242 #define VALID_BOOTSIG(sig) ((sig) == 0x29)
328 * there that are valid FAT32 structurally but don't have a valid sig.
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinput.c47 catchint(int sig) argument
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc.h61 extern int kill(pid_t pid, int sig);
65 extern int thr_kill(thread_t tid, int sig);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c988 sigpause(int sig) argument
993 PERFORM(__sigpause(sig))
1028 int sig; local
1033 sig = -1;
1035 sig = __sigtimedwait(set, &info, timeout);
1036 if (sig == SIGCANCEL &&
1040 sig = -1;
1044 if (sig != -1 && infop)
1046 return (sig);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c3064 ** sig -- incoming signal.
3089 intindebug(sig)
3090 int sig;
3094 FIX_SYSV_SIGNAL(sig, intindebug);
3096 CHECK_CRITICAL(sig);
3106 ** sig -- signal number.
3122 sigterm(sig)
3123 int sig;
3127 FIX_SYSV_SIGNAL(sig, sigterm);
3136 ** sig
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c22 static krb5_sigtype intrfunc(int sig);
124 static krb5_sigtype intrfunc(int sig) argument
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsignals.c28 #define VAL(sig,mode) ((sig+1)|((mode)<<SH_SIGBITS))
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd3.c84 void (*sig[2])(int);
96 sig[t-SIGINT] = sigset(t, SIG_IGN);
102 if (sig[t-SIGINT] != SIG_IGN)
113 sigset(t, sig[t-SIGINT]);
129 void (*sig[2])(int);
137 sig[t-SIGINT] = sigset(t, SIG_IGN);
143 if (sig[t-SIGINT] != SIG_IGN)
154 sigset(t, sig[t-SIGINT]);
/illumos-gate/usr/src/cmd/more/
H A Dmore.c159 void end_it(int sig);
160 void onquit(int sig);
161 void chgwinsz(int sig);
163 void onsusp(int sig);
567 * sig is put in as a dummy arg to have the compiler not to complain
572 onquit(int sig) argument
597 chgwinsz(int sig) argument
621 * sig is put in as a dummy arg to have the compiler not to complain
626 end_it(int sig) argument
1784 * sig i
1789 onsusp(int sig) argument
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c220 handler(int sig) argument
223 fmd.d_signal = sig;
H A Dfmd_timerq.c241 fmd_timerq_alrm(int sig) argument
243 TRACE((FMD_DBG_TMR, "timer thread received alarm sig#%d", sig));
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfseek.c43 ** sig -- unused
58 seekalrm(sig)
59 int sig;
H A Dt-sem.c114 ** sig -- signal.
122 sem_cleanup(sig)
123 int sig;
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dmain.c37 static void sigexit(int sig);
340 sigexit(int sig) argument
/illumos-gate/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c298 * If 'sig' is TRUE, signals may interrupt the drain.
301 audio_drain(int fd, int sig) argument
308 if (sig) {
/illumos-gate/usr/src/cmd/audit/
H A Daudit.c161 * sig_auditd(sig)
170 sig_auditd(int sig) argument
186 if (sigsend(P_CTID, (ctid_t)*cid, sig) != 0) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c73 onsigbus(sig)
74 int sig;
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dscript_handler.c81 sigalarm_handler(int sig) argument
100 sigterm_handler(int sig) argument
/illumos-gate/usr/src/cmd/svc/startd/
H A Dcontract.c64 contract_kill(ctid_t ctid, int sig, const char *fmri) argument
66 if (sigsend(P_CTID, ctid, sig) == -1 && errno != ESRCH) {
/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c103 write_old_elfnotes(proc_t *p, int sig, vnode_t *vp, offset_t offset, argument
178 lwp->lwp_cursig = (uchar_t)sig;
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_uthread.c48 cpr_signal_user(int sig) argument
66 sigtoproc(p, NULL, sig);
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c178 int sig = WTERMSIG(status); local
183 proc_signame(sig, name, sizeof (name)));
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c84 pt_sig_handler(int sig) argument
86 switch (sig) {

Completed in 157 milliseconds

1234567891011>>