Searched defs:int_handler (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h68 uint_t (*int_handler)(caddr_t, caddr_t); member in struct:bofi_shadow::__anon7043::__anon7044
/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c65 static void int_handler(int);
956 if (signal(SIGHUP, int_handler) == SIG_ERR) {
960 if (signal(SIGINT, int_handler) == SIG_ERR) {
964 if (signal(SIGQUIT, int_handler) == SIG_ERR) {
968 if (signal(SIGABRT, int_handler) == SIG_ERR) {
972 if (signal(SIGTERM, int_handler) == SIG_ERR) {
976 if (signal(SIGPWR, int_handler) == SIG_ERR) {
980 if (signal(SIGXCPU, int_handler) == SIG_ERR) {
984 if (signal(SIGXFSZ, int_handler) == SIG_ERR) {
988 if (signal(SIGSEGV, int_handler)
1066 int_handler(int sig) function
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c299 uint_t (*int_handler)(caddr_t),
339 int_handler, (caddr_t)hba_handle) != DDI_SUCCESS) {
289 ghd_register(char *labelp, ccc_t *cccp, dev_info_t *dip, int inumber, void *hba_handle, int (*ccballoc)(gtgt_t *, gcmd_t *, int, int, int, int), void (*ccbfree)(gcmd_t *), void (*sg_func)(gcmd_t *, ddi_dma_cookie_t *, int, int), int (*hba_start)(void *, gcmd_t *), void (*hba_complete)(void *, gcmd_t *, int), uint_t (*int_handler)(caddr_t), int (*get_status)(void *, void *), void (*process_intr)(void *, void *), int (*timeout_func)(void *, gcmd_t *, gtgt_t *, gact_t, int), tmr_t *tmrp, void (*hba_reset_notify_callback)(gtgt_t *, void (*)(caddr_t), caddr_t)) argument
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c290 int_handler(int sig, siginfo_t *sip, ucontext_t *ucp, void *data) function
1083 (void) mdb_signal_sethandler(SIGINT, int_handler, NULL);

Completed in 98 milliseconds