Home
last modified time | relevance | path

Searched refs:s_func (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsigretro.c82 sigtype s_func; /* What to call */ member
138 sigtable[sig].s_func = func; in sigset()
215 if (sigtable[sig].s_func == SIG_DFL) in sigrelse()
286 sigtable[sig].s_func = old; in sigdisp()
296 return(sigtable[sig].s_func); in sigdisp()
335 if (sigtable[sig].s_func == SIG_IGN) in _Sigtramp()
342 if (sigtable[sig].s_func == SIG_DFL) { in _Sigtramp()
360 (*sigtable[sig].s_func)(sig); in _Sigtramp()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser_rseq.c58 if (s->s_func == NULL) { in rseq_do_common()
61 s->s_rval = (i != fail_num) ? s->s_func(arg) : fail_err; in rseq_do_common()
88 if (s->s_func == NULL) { in rseq_undo_common()
91 s->s_rval = (i != fail_num) ? s->s_func(arg) : fail_err; in rseq_undo_common()
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_rseq.h73 rseq_func_t s_func; /* step function; ignored if NULL */ member