/titanic_41/usr/src/lib/print/libipp-listener/common/ |
H A D | ipp-listener.c | 103 } 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 D | on_exit.c | 32 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 D | exit.c | 30 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 D | sigaction.c | 37 extern void (*handlers[])(); 80 oldhand = handlers[newsig]; 100 handlers[newsig] = act->sa_handler; 133 handlers[newsig] = oldhand;
|
H A D | signalmap.c | 34 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 D | ib.wlcmd | 24 # ibnexus Callback handlers for IBDM 35 # IBDM callback handlers from IBTL 38 # ibdm Callback handlers for IBMF / SAA
|
H A D | ibcm.wlcmd | 89 # Callback handlers from IBTL 94 # Callback handlers from ibcm
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.wlcmd | 30 # List of interrupt handlers in the port driver 79 # Make all callback handlers as root
|
/titanic_41/usr/src/cmd/ldmad/ |
H A D | ldma.h | 166 ldma_msg_handler_t *handlers; /* message handlers */ member
|
H A D | ldmad.c | 339 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 D | dlfcn.c | 358 static NSLinkEditErrorHandlers handlers = variable 379 NSInstallLinkEditErrorHandlers(&handlers); in dlopen()
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | proc_init.s | 125 ! Otherwise, overflow/underflow handlers, etc. can get very upset!
|
/titanic_41/usr/src/cmd/power/ |
H A D | Makefile | 31 PMCFG_SRCS = conf.c parse.c handlers.c
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | mach_xc.s | 68 ! TL>0 handlers are expected to do "retry"
|
/titanic_41/usr/src/uts/sun4v/ml/ |
H A D | mach_xc.s | 70 ! TL>0 handlers are expected to do "retry"
|
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 48 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 D | changes.txt | 319 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 D | README.altprivsep | 618 even handlers only for the relevant key exchange messages and the
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 178 handlers and timer queues was context. Recall that the event-driven
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 223 SYMBOL_VERSION ILLUMOS_0.5 { # common C++ ABI exit handlers
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 293 ** turns off all busy handlers.
|