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

/illumos-gate/usr/src/cmd/mailx/
H A Dsigretro.c81 * supposed to call. s_func is SIG_DFL / SIG_IGN if appropriate.
84 sigtype s_func; /* What to call */ member in struct:sigtable
93 #define SSET 4 /* s_func is believable */
140 sigtable[sig].s_func = func;
217 if (sigtable[sig].s_func == SIG_DFL)
288 sigtable[sig].s_func = old;
296 * in s_func.
298 return(sigtable[sig].s_func);
337 if (sigtable[sig].s_func == SIG_IGN)
344 if (sigtable[sig].s_func
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser_rseq.c58 if (s->s_func == NULL) {
61 s->s_rval = (i != fail_num) ? s->s_func(arg) : fail_err;
88 if (s->s_func == NULL) {
91 s->s_rval = (i != fail_num) ? s->s_func(arg) : fail_err;
/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 in struct:rseq_step
77 uintptr_t s_rval; /* s_func's return value */

Completed in 59 milliseconds