Home
last modified time | relevance | path

Searched refs:handler (Results 151 – 175 of 206) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h762 int pcmcia_set_em_handler(int (*handler)(), caddr_t events,
H A Dcis_handlers.h46 uint32_t (*handler)(); /* tuple handler */ member
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c2262 iscsit_auth_handler_t handler; in iscsit_handle_security_key() local
2276 handler = iscsit_auth_get_handler(client, kv_id); in iscsit_handle_security_key()
2277 if (handler) { in iscsit_handle_security_key()
2278 kvrc = handler(ict, nvp, ikvx); in iscsit_handle_security_key()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2232 static char handler[] = "unix-interrupt-handler"; variable
2240 char buf[sizeof (handler) + sizeof (handler_defined)]; in master_interrupt_init()
2250 (void) sprintf(buf, handler_defined, handler); in master_interrupt_init()
2254 "%s is not defined\n", handler); in master_interrupt_init()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c622 iop.handler = pci_emul_io_handler; in modify_bar_registration()
636 mr.handler = pci_emul_mem_handler; in modify_bar_registration()
1604 mr.handler = pci_emul_fallback_handler; in init_pci()
1614 mr.handler = pci_emul_ecfg_handler; in init_pci()
H A Dtpm_intf_crb.c411 .handler = tpm_crb_mem_handler, in tpm_crb_modify_mmio_registration()
H A Dvga.c1306 iop.handler = vga_port_handler; in vga_init()
1323 sc->mr.handler = vga_mem_handler; in vga_init()
/illumos-gate/usr/src/lib/libc/
H A DREADME138 from a pthread_atfork()-registered fork handler function while a fork()
142 non-zero only if it is called from a fork handler. This is of interest
/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h163 int (*handler)(struct stream *, struct token **, struct token *); member
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME151 Each object type registers a set of event handler functions with the event
152 framework such that when an event occurs, the appropriate handler for the
368 queue. Each object registers its own handler for this
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1068 storms that aren't easily managed by the normal handler. The raw handler
1714 handler interfaces.
3601 handler installation, handler removal, notify event queuing, and notify
3853 SCI interrupt (and handler)
4111 handler
4655 handler
4884 handler. ACPICA BZ 870.
8910 requested, such as global lock handler, notify handler, GPE handler, etc.
11672 a system exception handler to be installed. This handler is invoked upon
12161 handler.
[all …]
/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c102 int (*handler)(struct l9p_request *); member
231 return (hp->handler(req)); in l9p_dispatch_request()
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c946 return (subcommand->handler(argc - operInd, &argv[operInd], in cmdParse()
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c932 *funcRet = subcommand->handler(argc - operInd, &argv[operInd], in cmdParse()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2529 int (*handler)(dev_info_t *, dev_info_t *, ddi_ctl_enum_t, void *, in pci_peekpoke_check()
2555 rval = handler(dip, rdip, ctlop, arg, result); in pci_peekpoke_check()
2569 rval = handler(dip, rdip, ctlop, arg, result); in pci_peekpoke_check()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.S1825 stn %l5, [THREAD_REG + T_LOFAULT] ! set up the lofault handler
1828 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
1843 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
H A Dopl_olympus_asm.S1601 stn %l5, [THREAD_REG + T_LOFAULT] ! set up the lofault handler
1605 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
1620 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
H A Dus3_common_asm.S2381 stn %l5, [THREAD_REG + T_LOFAULT] ! set up the lofault handler
2384 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
2399 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib278 # Set an exit handler
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c3929 (ddi_intr_handler_t *)intr_ctx->handler, in ql_add_intr_handlers()
4049 intr_ctx->handler = ql_isr; in ql_resolve_queues_to_irqs()
4056 intr_ctx->handler = ql_msix_isr; in ql_resolve_queues_to_irqs()
4058 intr_ctx->handler = ql_msix_tx_isr; in ql_resolve_queues_to_irqs()
4064 intr_ctx->handler = ql_msix_isr; in ql_resolve_queues_to_irqs()
4066 intr_ctx->handler = ql_msix_rx_isr; in ql_resolve_queues_to_irqs()
4098 intr_ctx->handler = ql_msix_isr; in ql_resolve_queues_to_irqs()
4103 intr_ctx->handler = ql_msix_rx_isr; in ql_resolve_queues_to_irqs()
4129 intr_ctx->handler = ql_isr; in ql_resolve_queues_to_irqs()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h2045 int (*handler)(dev_info_t *, dev_info_t *, ddi_ctl_enum_t, void *, void *),
2159 void (*handler)(dev_info_t *, ddi_eventcookie_t, void *, void *),
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_main.c940 ddi_intr_handler_t *handler; in qede_config_intrs() local
960 handler = qede_sp_handler; in qede_config_intrs()
971 handler = qede_fp_handler; in qede_config_intrs()
978 handler, in qede_config_intrs()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg194 length handler type_blk"
198 length handler type_blk"
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h595 uint_t (*handler)(caddr_t, caddr_t); member
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c1671 jobject obj, jlong conf, jlong elem, jobject handler, jobject userobj) in Java_com_sun_solaris_service_pools_Element_walkProps() argument
1676 pc.pc_handler = handler; in Java_com_sun_solaris_service_pools_Element_walkProps()

123456789