Home
last modified time | relevance | path

Searched refs:handler (Results 101 – 125 of 206) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/sys/
H A Dsservice.h428 f_tt *handler; /* client IO IRQ handler entry point */ member
446 f_tt *handler; /* client IO IRQ handler entry point */ member
H A Dddi_intr.h208 int soft_pri, ddi_intr_handler_t handler, void *arg1);
H A Dddi_obsolete.h81 void (*handler)(ldi_handle_t, ddi_eventcookie_t, void *, void *),
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.S795 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
804 ldn [THREAD_REG + T_LOFAULT], %l6 ! save existing handler
841 ! and bcopy. kcopy will *always* set a t_lofault handler
897 jmp %o4 ! goto real handler
1848 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
2149 ldn [%o3 + CP_COPYOUT], %o5 ! if handler, invoke it with
2178 ldn [THREAD_REG + T_LOFAULT], %l6 ! save existing handler
2401 ldn [%o4 + CP_COPYOUT], %g2 ! if handler, invoke it with
2469 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
2903 ldn [%o3 + CP_COPYIN], %o5 ! if handler, invoke it with
[all …]
H A Dopl_olympus_copy.S752 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
761 ldn [THREAD_REG + T_LOFAULT], %l6 ! save existing handler
798 ! and bcopy. kcopy will *always* set a t_lofault handler
854 jmp %o4 ! goto real handler
1782 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
2083 ldn [%o3 + CP_COPYOUT], %o5 ! if handler, invoke it with
2113 ldn [THREAD_REG + T_LOFAULT], %l6 ! save existing handler
2326 ldn [%o4 + CP_COPYOUT], %g2 ! if handler, invoke it with
2394 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
2828 ldn [%o3 + CP_COPYIN], %o5 ! if handler, invoke it with
[all …]
H A Dspitfire_copy.S488 ldn [THREAD_REG + T_LOFAULT], %l7 ! save existing handler
560 ! and bcopy. kcopy will *always* set a t_lofault handler
1547 ! Here via bcopy. Check to see if the handler was NULL.
1549 ! handler and go home.
1568 ! Here via kcopy or bcopy with a handler.Reset the
1569 ! fault handler.
1811 ! Here via bcopy. Check to see if the handler was NULL.
1813 ! handler and go home.
1818 ! Null handler.
1823 ! Here via kcopy or bcopy with a handler.Reset the
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c508 zfs_uri_handler_t *handler = NULL; in get_key_material() local
533 for (handler = uri_handlers; handler->zuh_scheme != NULL; in get_key_material()
534 handler++) { in get_key_material()
535 if (strcmp(handler->zuh_scheme, scheme) != 0) in get_key_material()
537 if ((ret = handler->zuh_handler(hdl, keylocation, in get_key_material()
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c126 void (*handler)(); in smb_netlogon_receive() member
238 (*netlogon_opt[i].handler)(primary, src_ipaddr); in smb_netlogon_receive()
/illumos-gate/usr/src/cmd/bhyve/
H A Dfwctl.c566 iop.handler = fwctl_handler; in fwctl_init()
576 iop.handler = fwctl_handler; in fwctl_init()
H A Dpci_lpc.c323 iop.handler = lpc_uart_io_handler; in lpc_init()
371 ldp->handler(); in pci_lpc_write_dsdt()
H A Datkbdc.c525 iop.handler = atkbdc_sts_ctl_handler; in atkbdc_init()
536 iop.handler = atkbdc_data_handler; in atkbdc_init()
H A Dtpm_ppi_qemu.c94 .handler = tpm_ppi_mem_handler,
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.S53 ! %g5 PC for fasttrap TL>0 handler
75 ! the arguments for the fast trap handler.
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandocdb.c1607 const struct mdoc_handler *handler; in parse_mdoc() local
1613 handler = mdoc_handlers + (n->tok - MDOC_Dd); in parse_mdoc()
1614 if (n->flags & handler->taboo) in parse_mdoc()
1623 if (handler->fp != NULL && in parse_mdoc()
1624 (*handler->fp)(mpage, meta, n) == 0) in parse_mdoc()
1626 if (handler->mask) in parse_mdoc()
1628 handler->mask, handler->taboo); in parse_mdoc()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c957 ACPI_NOTIFY_HANDLER handler, void *ctx) in cpu_acpi_install_notify_handler() argument
960 ACPI_DEVICE_NOTIFY, handler, ctx))) in cpu_acpi_install_notify_handler()
970 ACPI_NOTIFY_HANDLER handler) in cpu_acpi_remove_notify_handler() argument
973 ACPI_DEVICE_NOTIFY, handler))) in cpu_acpi_remove_notify_handler()
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.S98 andl $-16,%esp / make sure handler is called with
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscr.ss75 ; The sync (SDTR) message interrupt handler restarts here if the
157 ; The sync (SDTR) or wide (WDTR) message interrupt handler restarts here
310 ; don't ack the last byte until after the interrupt handler returns
316 ; don't ack the last byte until after the interrupt handler returns
325 ; don't ack the last byte until after the interrupt handler returns
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c76 …e_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token);
77 …e_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void *end_token);
1113 devinfo_volume_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void… in devinfo_volume_hotplug_begin_add() argument
1134 hal_util_callout_device_preprobe (d, devinfo_volume_preprobing_done, end_token, handler); in devinfo_volume_hotplug_begin_add()
1144 devinfo_storage_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, voi… in devinfo_storage_hotplug_begin_add() argument
1206 hal_util_callout_device_preprobe (d, devinfo_callouts_preprobing_done, end_token, handler); in devinfo_storage_hotplug_begin_add()
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java219 Handler handler = new ConsoleHandler(); in configureLogging() local
220 handler.setLevel(Level.ALL); in configureLogging()
221 logger.addHandler(handler); in configureLogging()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c449 handler(int sig, siginfo_t *info, void *data) in handler() function
693 act.sa_sigaction = &handler; in main()
/illumos-gate/usr/src/uts/sun4/sys/
H A Debus.h59 uint_t (*handler)(); member
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c99 iscsit_auth_handler_t handler; member
191 return (p->handler); in iscsit_auth_get_handler()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h173 error_t (*handler)(); member
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S417 .kcopy_small: ! setup error handler
420 ldn [THREAD_REG + T_LOFAULT], %o5 ! save existing handler
452 ! handler after resetting the t_lofault value.
538 jmp %o5 ! goto real handler
573 ! LOFAULT_SET flag before restoring the error handler.
593 .bcopy_small: ! setup error handler
2029 ! handler and return.
7469 ! Always set a lo_fault handler
7504 ! Old handler was zero. Just return the error.
7723 ! bzero() sets a lofault handler *only* if one was
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java41 Handler handler = new ConsoleHandler();
42 handler.setLevel(Level.ALL);
43 logger.addHandler(handler);

123456789