Home
last modified time | relevance | path

Searched refs:handler (Results 126 – 150 of 206) sorted by relevance

123456789

/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h209 extern void *prom_set_callback(void *handler);
/illumos-gate/usr/src/cmd/bhyve/
H A Dbootrom.c303 .handler = bootrom_var_mem_handler, in bootrom_loadrom()
H A Dbhyverun.c1027 static const vmexit_handler_t handler[VM_EXITCODE_MAX] = { variable
1082 if (exitcode >= VM_EXITCODE_MAX || handler[exitcode] == NULL) { in vm_loop()
1088 rc = (*handler[exitcode])(ctx, vcpu, &vme); in vm_loop()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddump.c1404 conn.handler(&conn); in new_dd_dds()
1483 conn.handler(&conn); in del_dd_dds()
1563 conn.handler(&conn); in update_dds()
1695 conn.handler(&conn); in update_member()
H A Dserver.c152 status = conn->handler(conn); in isns_connection()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c807 int (*handler)(sbdp_handle_t *, void *); member
855 rv = (*sbdp_passthrus[i].handler)(hp, buf); in sbdp_ioctl()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dlock.test240 # Test the built-in busy timeout handler
263 # Make sure the busy handler and error messages work when
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h216 uint_t (*handler)(caddr_t arg), caddr_t arg);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in273 ** Sqlite is re-entrant, so the busy handler may start a new query.
275 ** is allowed, in theory.) But the busy handler may not close the
276 ** database. Closing the database from a busy handler will delete
283 ** This routine sets a busy handler that sleeps for a while when a
284 ** table is locked. The handler will sleep multiple times until
286 ** "ms" milleseconds of sleeping, the handler returns 0 which
670 ** The return code will only be SQLITE_BUSY if no busy handler is registered
672 ** a busy handler callback has been registered but returns 0, then this
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.S1659 be 3f ! dtlb parity handler
1673 nop ! TLB parity handler
1748 save %sp, -SA(MINFRAME32), %sp ! window for trap handler
1764 rdpr %tstate, %g1 ! cwp for trap handler
1768 wrpr %g0, %g5, %tnpc ! trap handler address
1835 save %sp, -SA(MINFRAME64), %sp ! window for trap handler
1849 rdpr %tstate, %g2 ! cwp for trap handler
1865 stn %g5, [%g1 + PCB_TRACEPC] ! save trap handler addr in pcb
1867 add %l6, 4, %l7 ! handler, %l6 == pc, %l7 == npc
1874 wrpr %g0, %g5, %tnpc ! trap handler address
H A Dmach_locore.S372 ! force tl=1, update %cwp, branch to correct handler
1458 jmpl %i0, %o7 ! Call cif handler
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c118 void (*handler)(int, char **); member
784 (*c->handler)(argc, argv); in command()
/illumos-gate/usr/src/uts/common/os/
H A Dddifm.c555 ddi_fm_handler_register(dev_info_t *dip, ddi_err_func_t handler, in ddi_fm_handler_register() argument
589 new_eh->eh_func = handler; in ddi_fm_handler_register()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c811 cpupm_add_notify_handler(cpu_t *cp, CPUPM_NOTIFY_HANDLER handler, void *ctx) in cpupm_add_notify_handler() argument
819 entry->nq_handler = handler; in cpupm_add_notify_handler()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.S115 jmp .SVIDerr / SVID error handler
249 jmp .SVIDerr / SVID error handler
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S389 ! force tl=1, update %cwp, branch to correct handler
1514 jmpl %i0, %o7 ! Call cif handler
H A Dtrap_table.S1520 save %sp, -SA(MINFRAME32), %sp ! window for trap handler
1536 rdpr %tstate, %g1 ! cwp for trap handler
1540 wrpr %g0, %g5, %tnpc ! trap handler address
1607 save %sp, -SA(MINFRAME64), %sp ! window for trap handler
1621 rdpr %tstate, %g2 ! cwp for trap handler
1637 stn %g5, [%g1 + PCB_TRACEPC] ! save trap handler addr in pcb
1639 add %l6, 4, %l7 ! handler, %l6 == pc, %l7 == npc
1646 wrpr %g0, %g5, %tnpc ! trap handler address
/illumos-gate/usr/src/cmd/power/
H A Dparse.c444 if ((*cip->handler)() != OKUP) in parse_conf_file()
H A Dconf.c417 (void) (*cip->handler)(); in search()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm888 my ($mode, $handler) = @_;
899 $SIG{$sig} = $handler;
/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c681 *funcRet = subcommand->handler(argc - operInd, &argv[operInd], in cmdParse()
/illumos-gate/usr/src/boot/forth/
H A Dpnp.4th54 ptr pnpi.handler \ pnphandler
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c651 *funcRet = subcommand->handler(argc - operInd, &argv[operInd], in cmdParse()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S124 ! %g1 - interrupt handler at TL==0
128 ! %g4 - initial pil for handler
130 ! figure which handler to run and which %pil it starts at
618 ! for each interrupt handler we invoke. If we hit INTRCNT_LIMIT, then
1939 * handler that they've interrupted. This results in a growing discrepancy
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h292 void (*handler)(struct ib_event_handler *, member

123456789