Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Dsigretro.c84 sigtype s_func; /* What to call */ member
140 sigtable[sig].s_func = func; in sigset()
217 if (sigtable[sig].s_func == SIG_DFL) in sigrelse()
288 sigtable[sig].s_func = old; in sigdisp()
298 return(sigtable[sig].s_func); in sigdisp()
337 if (sigtable[sig].s_func == SIG_IGN) in _Sigtramp()
344 if (sigtable[sig].s_func == SIG_DFL) { in _Sigtramp()
362 (*sigtable[sig].s_func)(sig); in _Sigtramp()
/titanic_44/usr/src/uts/common/io/warlock/
H A Dusbser.wlcmd83 add rseq_step::s_func targets usbser_free_soft_state
84 add rseq_step::s_func targets usbser_init_soft_state
85 add rseq_step::s_func targets usbser_fini_soft_state
86 add rseq_step::s_func targets usbser_attach_dev
87 add rseq_step::s_func targets usbser_detach_dev
88 add rseq_step::s_func targets usbser_attach_ports
89 add rseq_step::s_func targets usbser_detach_ports
90 add rseq_step::s_func targets usbser_create_taskq
91 add rseq_step::s_func targets usbser_destroy_taskq
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser_rseq.c59 if (s->s_func == NULL) { in rseq_do_common()
62 s->s_rval = (i != fail_num) ? s->s_func(arg) : fail_err; in rseq_do_common()
89 if (s->s_func == NULL) { in rseq_undo_common()
92 s->s_rval = (i != fail_num) ? s->s_func(arg) : fail_err; in rseq_undo_common()
/titanic_44/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_rseq.h73 rseq_func_t s_func; /* step function; ignored if NULL */ member