/titanic_51/usr/src/lib/print/libipp-listener/common/ |
H A D | ipp-listener.c | 55 * protocol request handlers are inserted below. The handler must be 57 * must be inserted in the "handlers" table a little further down. 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[inde in ipp_operation_handler() [all...] |
/titanic_51/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 38 /* the list of handlers and their arguments */ 39 struct handlers *_exit_handlers; 48 register struct handlers *h;
|
/titanic_51/usr/src/lib/libbc/libc/sys/common/ |
H A D | sigaction.c | 37 extern void (*handlers[])(); 80 oldhand = handlers[newsig]; 98 * calls the user's handler through handlers[]. 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() 97 * This allows a child of vfork(2) to set signal handlers in sigvec() 102 handlers[newsig] = tvecp->sv_handler; in sigvec() 108 handlers[newsig] = oldhand; in sigvec()
|
/titanic_51/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_51/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_51/usr/src/cmd/ldmad/ |
H A D | ldma.h | 166 ldma_msg_handler_t *handlers; /* message handlers */ member 167 int nhandlers; /* number of handlers */
|
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_51/usr/src/lib/libdll/common/ |
H A D | dlfcn.c | 358 static NSLinkEditErrorHandlers handlers = variable 379 NSInstallLinkEditErrorHandlers(&handlers); in dlopen()
|
/titanic_51/usr/src/contrib/ast/src/lib/libdll/ |
H A D | dlfcn.c | 358 static NSLinkEditErrorHandlers handlers = variable 379 NSInstallLinkEditErrorHandlers(&handlers); in dlopen()
|
/titanic_51/usr/src/uts/sun4/ml/ |
H A D | proc_init.s | 125 ! Otherwise, overflow/underflow handlers, etc. can get very upset!
|
/titanic_51/usr/src/cmd/power/ |
H A D | Makefile | 31 PMCFG_SRCS = conf.c parse.c handlers.c
|
/titanic_51/usr/src/uts/sun4u/ml/ |
H A D | mach_xc.s | 68 ! TL>0 handlers are expected to do "retry" 202 * xtrap handlers have exececuted. The hardware (mondo dispatch
|
/titanic_51/usr/src/uts/sun4v/ml/ |
H A D | mach_xc.s | 70 ! TL>0 handlers are expected to do "retry" 276 * This is to ensure that previously called xtrap handlers have executed on
|
/titanic_51/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_51/usr/src/test/test-runner/cmd/ |
H A D | run | 30 from logging.handlers import WatchedFileHandler
|
/titanic_51/usr/src/boot/sys/boot/i386/btx/btx/ |
H A D | btx.S | 151 mov $0x10,%cx # Number of handlers
|
/titanic_51/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 ar [all...] |
/titanic_51/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 178 handlers and timer queues was context. Recall that the event-driven
|
/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 293 ** turns off all busy handlers.
|
/titanic_51/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 376 SYMBOL_VERSION ILLUMOS_0.5 { # common C++ ABI exit handlers
|