Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c103 } handlers[] = { variable
158 for (i = 0; handlers[i].name != NULL; i++) in ipp_operation_name_to_index()
159 if (strcasecmp(name, handlers[i].name) == 0) in ipp_operation_name_to_index()
170 for (i = 0; handlers[i].name != NULL; i++) in ipp_operation_id_to_index()
171 if (id == handlers[i].id) in ipp_operation_id_to_index()
202 handlers[index].name); in ipp_operation_handler()
206 if ((index == -1) || (handlers[index].function == NULL)) { in ipp_operation_handler()
224 handlers[index].name, &configured); in ipp_operation_handler()
228 handlers[index].name, id); in ipp_operation_handler()
232 return (handlers[index].function); in ipp_operation_handler()
[all …]
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Don_exit.c32 struct handlers { struct
35 struct handlers *next; argument
38 extern struct handlers *_exit_handlers;
45 register struct handlers *h =
46 (struct handlers *)malloc(sizeof (*h));
H A Dexit.c30 struct handlers { struct
33 struct handlers *next; argument
39 struct handlers *_exit_handlers;
48 register struct handlers *h;
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dsigaction.c37 extern void (*handlers[])();
80 oldhand = handlers[newsig];
100 handlers[newsig] = act->sa_handler;
133 handlers[newsig] = oldhand;
H A Dsignalmap.c34 void (*handlers[32])(); /* XXX - 32??? NSIG, maybe? */ variable
52 __sendsig(maptooldsig(sig), code, scp, addr, handlers[sig]); in maphandler()
88 oldhand = handlers[newsig]; in sigvec()
102 handlers[newsig] = tvecp->sv_handler; in sigvec()
108 handlers[newsig] = oldhand; in sigvec()
/titanic_41/usr/src/uts/common/io/warlock/
H A Dib.wlcmd24 # ibnexus Callback handlers for IBDM
35 # IBDM callback handlers from IBTL
38 # ibdm Callback handlers for IBMF / SAA
H A Dibcm.wlcmd89 # Callback handlers from IBTL
94 # Callback handlers from ibcm
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.wlcmd30 # List of interrupt handlers in the port driver
79 # Make all callback handlers as root
/titanic_41/usr/src/cmd/ldmad/
H A Dldma.h166 ldma_msg_handler_t *handlers; /* message handlers */ member
H A Dldmad.c339 if (agent->info->handlers[i].msg_type == request->msg_type) { in ldma_data_cb()
340 handler = &agent->info->handlers[i]; in ldma_data_cb()
/titanic_41/usr/src/lib/libdll/common/
H A Ddlfcn.c358 static NSLinkEditErrorHandlers handlers = variable
379 NSInstallLinkEditErrorHandlers(&handlers); in dlopen()
/titanic_41/usr/src/uts/sun4/ml/
H A Dproc_init.s125 ! Otherwise, overflow/underflow handlers, etc. can get very upset!
/titanic_41/usr/src/cmd/power/
H A DMakefile31 PMCFG_SRCS = conf.c parse.c handlers.c
/titanic_41/usr/src/uts/sun4u/ml/
H A Dmach_xc.s68 ! TL>0 handlers are expected to do "retry"
/titanic_41/usr/src/uts/sun4v/ml/
H A Dmach_xc.s70 ! TL>0 handlers are expected to do "retry"
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME48 object-specific event handlers:
153 object type is used. The event handlers are usually called
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt319 To fully support the feature above, the default operation region handlers
329 operating systems that simply use the default handlers for SystemMemory,
445 handlers.
1071 scenario, handlers should use the AcpiSetGpe() API to disable/enable the
1074 temporarily disable it. Raw handlers allow enabling and disabling of a
1075 GPE by removing GPE register locking. As such, raw handlers much provide
2205 handlers. Certain ACPI functionality requires the host to handle raw
2208 if the doorbell has been activated. Multiple SCI handlers can be
2264 mechanism and any installed handlers.
2593 AcpiExec: Updated to ensure that all operation region handlers are
[all …]
/titanic_41/usr/src/cmd/ssh/
H A DREADME.altprivsep618 even handlers only for the relevant key exchange messages and the
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME178 handlers and timer queues was context. Recall that the event-driven
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers223 SYMBOL_VERSION ILLUMOS_0.5 { # common C++ ABI exit handlers
/titanic_41/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in293 ** turns off all busy handlers.