Searched refs:sig (Results 226 - 250 of 465) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c880 sendsig(int sig, k_siginfo_t *sip, void (*hdlr)()) argument
970 newstack = (sigismember(&PTOU(curproc)->u_sigonstack, sig) &&
992 if (sig == SIGSEGV &&
1010 printf("sendsig: bad signal stack cmd=%s, pid=%d, sig=%d\n",
1011 PTOU(p)->u_comm, p->p_pid, sig);
1062 if (sig == SIGPROF &&
1167 rp->r_o0 = sig;
1190 printf("sendsig: bad signal stack cmd=%s, pid=%d, sig=%d\n",
1191 PTOU(p)->u_comm, p->p_pid, sig);
1209 sendsig32(int sig, k_siginfo_ argument
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c242 unsigned char *sig; local
311 sig = (unsigned char *)(authblocks + off);
316 err = do_verify(inbytes, inbytes_len, bsd, sig, siglen, spi);
712 * sig IN the signature
713 * siglen IN length of sig
720 unsigned short bsd, const unsigned char *sig,
772 aid, sig, siglen)) != AMI_OK) {
719 do_verify(unsigned char *inbytes, size_t inbytes_len, unsigned short bsd, const unsigned char *sig, size_t siglen, const char *esc_spi) argument
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c385 int id, sig; local
394 if (proc_str2sig(argv->a_un.a_str, &sig) == -1) {
402 sig = (int)(intmax_t)argv->a_un.a_val;
404 if ((id = mdb_tgt_add_signal(mdb.m_target, sig, flags,
406 mdb_warn("failed to trace signal %d", sig);
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfmode.c54 #include <sig.h>
202 static void ignoresig(int sig) argument
204 static void ignoresig(sig)
205 int sig;
208 signal(sig, ignoresig);
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h520 #define tracing(p, sig) (sigismember(&(p)->p_sigmask, sig))
546 #define ISSTOP(sig) (u.u_signal[sig-1] == SIG_DFL && \
547 sigismember(&stopdefault, sig))
H A Ducode.h178 #define UCODE_SHORT_NAME_LEN 12 /* "32-bit-sig"-"8-bit-platid"\0 */
247 uint32_t sig; /* signature */ member in struct:ucode_update
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm893 my $sig;
898 foreach $sig (@sigs) {
899 $SIG{$sig} = $handler;
902 foreach $sig (@sigs) {
903 $SIG{$sig} = 'DEFAULT';
906 foreach $sig (@sigs) {
907 $SIG{$sig} = 'IGNORE';
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c499 uchar_t sig[SIG_MAX_LENGTH]; local
596 bzero(sig, sizeof (sig));
598 hash, hash_len, sig, &sig_len)) {
610 tohexstr(sig, sig_len, sigstr, sigstr_len);
611 cryptodebug("sig value is: %s", sigstr);
616 dn, dn_len, sig, sig_len, NULL, 0);
648 bzero(sig, sig_len);
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c906 sigv(char *cmd, int sig, char *args) argument
936 if (sig == SIGSTOP) {
951 if (kill(id, sig) < 0) {
970 } else if (sig == SIGTERM && pgrp)
996 int sig = SIGTERM; local
1032 if (str2sig(&argv[1][1], &sig)) {
1040 sigv(cmd, sig, *argv);
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c129 vscand_sig_handler(int sig) argument
132 (void) atomic_swap_uint(&vscand_sigval, sig);
134 if (sig == SIGHUP)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c704 * If sig !=0, iterate over all contracts in the cached list of contract
706 * If sig == 0, read in the contract ids that were last associated
720 iterate_repository_contracts(instance_t *inst, int sig) argument
730 if (sig != 0) {
737 if (sigsend(P_CTID, (ctid_t)spval->val, sig) == -1 &&
748 * sig == 0 case.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rexecd.c174 char buf[BUFSIZ], sig; local
394 if (read(s, &sig, 1) <= 0)
397 (void) killpg(pid, sig);
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.c177 term_handler(int sig) argument
187 usr1_handler(int sig) argument
189 NOTE(ARGUNUSED(sig))
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dedit.h40 # include <sig.h>
/illumos-gate/usr/src/lib/libcmd/common/
H A Dtee.c57 #include <sig.h>
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_svc.c91 closedown(int sig) argument
/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c161 printhdr(int sig) argument
/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_init.c40 sigalarmhandler(int sig) argument
/illumos-gate/usr/src/cmd/dtrace/demo/
H A DMakefile81 sig.d \
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.c96 fmd_trace_frame(uintptr_t pc, int sig, fmd_tracerec_t *trp) argument
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c244 closedown(int sig) argument
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derror.h244 void onintr(int sig);
/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c730 noop(int sig) argument
743 parenthandler(int sig, siginfo_t *si, ucontext_t *uc) argument
774 childcleanup(int sig) argument
788 termhandler(int sig) argument
/illumos-gate/usr/src/lib/libast/
H A DMakefile126 sig.h \
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c168 write_elfnotes(proc_t *p, int sig, vnode_t *vp, offset_t offset, argument
233 bigwad->psinfo.pr_wstat = wstat(CLD_DUMPED, sig);
252 lwp->lwp_cursig = (uchar_t)sig;
499 lwp->lwp_cursig = (uchar_t)sig;

Completed in 151 milliseconds

1234567891011>>