Home
last modified time | relevance | path

Searched refs:handler (Results 176 – 200 of 206) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c2451 ddi_eventcookie_t eventid, ddi_event_cb_f handler, void *arg, in i_ddi_rootnex_add_eventcall() argument
2457 eventid, handler, arg, NDI_SLEEP, cb_id)); in i_ddi_rootnex_add_eventcall()
H A Ddriver_lyr.c2831 void (*handler)(ldi_handle_t, ddi_eventcookie_t, void *, void *), in ldi_add_event_handler()
2841 if ((lh == NULL) || (ec == NULL) || (handler == NULL) || (id == NULL)) in ldi_add_event_handler()
2862 lep->le_handler = handler; in ldi_add_event_handler()
H A Dsunddi.c8070 void (*handler)(dev_info_t *, ddi_eventcookie_t, void *, void *), in ddi_add_event_handler()
8073 return (ndi_busop_add_eventcall(dip, dip, event, handler, arg, id)); in ddi_add_event_handler()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsvcctl.ndl151 * handler function (see Handler and HandlerEx). A user interface
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1058 #define SIGNAL(s, handler) if (1) { \ in setup_signals() argument
1059 sa.sa_handler = handler; \ in setup_signals()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY20 07/11/89 add PP_BUILTIN for external #(...) handler
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c2295 sih.handler = (f_tt *)(uintptr_t)hdlp->ih_cb_func; in cardbus_enable_intr_impl()
2331 cih.handler = (f_tt *)(uintptr_t)hdlp->ih_cb_func; in cardbus_disable_intr_impl()
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S2268 ! %g1 = First TSB entry pointer, as TSB miss handler expects
2278 ! %g3 = 4M tsb entry pointer, as TSB miss handler expects
4592 ! %g1 = First TSB entry pointer, as TSB miss handler expects
4601 ! %g3 = 4M tsb entry pointer, as TSB miss handler expects
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME691 Add the following block to the end of 'start' action handler in
699 Add the following block to the end of 'stop' action handler (may need
/illumos-gate/usr/src/data/perfmon/
H A Dreadme.txt110 …ough the Local APIC and additional architectural state can be collected in the interrupt handler.
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c91 int (*handler)(); /* Error handling fuction */ member
1568 err |= row->handler(derr, bit, impl->pf_dq_head_p, pfd_p); in pf_analyse_error_tbl()
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c1769 sbd_error_t *(*handler)(drmachid_t id, drmach_opts_t *opts); member
1795 err = (*drmach_pt_arr[i].handler)(id, opts); in drmach_passthru()
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c173 return ((*co->handler) (co, tp, flags, arg)); in cis_tuple_handler()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c2604 sbd_error_t *(*handler)(drmachid_t id, drmach_opts_t *opts); member
2634 err = (*drmach_pt_arr[i].handler)(id, opts); in drmach_passthru()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c6218 set_irq_handler.handler = (f_t *)irqr->irq_handler;
6237 client->irq_alloc.irq_handler = (f_t *)set_irq_handler.handler;
6334 clear_irq_handler.handler = (f_t *)client->irq_alloc.irq_handler;
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1032 static int gl_set_tty_signal(int signo, void (*handler)(int));
11222 static int gl_set_tty_signal(int signo, void (*handler)(int))
11235 act.sa_handler = handler;
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c127 int (*handler)(int argc, char *argv[]); /* function to call */ member
5631 return (cmdtab[i].handler(argc - 1, &(argv[1]))); in parse_and_run()
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg179 @ MSG_ERR_SIGACTION "unable to set signal handler: %s\n"
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS480 * New floppy handler will claim a non-existent drive if the floppy
H A DChangeLog2921 handler with set_tf_int13_handler. Instead, track_int13 itself
6167 use int3 any more, but replace the int13 handler with
6176 (set_tf_int13_handler): New interrupt handler.
6320 [DEFINE_TRACK_INT13] (int1_handler): New interrupt handler for
6365 [!STAGE1_5] (int15_handler): New interrupt handler for the real
6471 [!STAGE1_5] (int13_handler): New interrupt handler for the real
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt535 handler should be scheduled to handle the recovery flow.
H A Decore.tex509 …teed HW will not generate any more slowpath interrupts, so the interrupt handler can be released […
585 …e OSes it should be possible to connect each interrupt with the specific handler of that interrupt…
857 …Just like for Rx-queues, the ecore would fill the \texttt{p\_ret\_params} with an opaque handler t…
1637 …ss to the Ustorm RAM is trapped as an aggregated interrupt to and activates a handler in Storm FW.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE735 executing the handler, it is deferred until the handler completes.
963 09-11-11 A bug in which an interrupt handler processed during the read builtin
1120 a signal handler was incorrect and has been fixed.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt1281 queues and move into a handler-based implementation.
2880 handler.
4058 to enable the FW error handler to invoke in this case.
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE367 07-09-18 misc/signal.c: unblock SIG_DFL after setting handler, sig<0 => don't unblock
1761 vmalloc() exception handler replaces nomalloc()

123456789