Searched defs:handlers (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexit.c30 struct handlers { struct
33 struct handlers *next;
38 /* the list of handlers and their arguments */
39 struct handlers *_exit_handlers;
48 register struct handlers *h;
H A Don_exit.c32 struct handlers { struct
35 struct handlers *next;
38 extern struct handlers *_exit_handlers;
45 register struct handlers *h =
46 (struct handlers *)malloc(sizeof (*h));
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c34 void (*handlers[32])(); /* XXX - 32??? NSIG, maybe? */ variable
52 __sendsig(maptooldsig(sig), code, scp, addr, handlers[sig]); local
88 oldhand = handlers[newsig];
97 * This allows a child of vfork(2) to set signal handlers
102 handlers[newsig] = tvecp->sv_handler;
108 handlers[newsig] = oldhand;
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c55 * 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 in typeref:struct:__anon4305
158 for (i = 0; handlers[i].name != NULL; i++)
159 if (strcasecmp(name, handlers[i].name) == 0)
170 for (i = 0; handlers[i].name != NULL; i++)
171 if (id == handlers[i].id)
202 handlers[index].name);
206 if ((index == -1) || (handlers[index].function == NULL)) {
224 handlers[inde
[all...]
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma.h166 ldma_msg_handler_t *handlers; /* message handlers */ member in struct:ldma_agent_info
167 int nhandlers; /* number of handlers */
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c358 static NSLinkEditErrorHandlers handlers = variable
379 NSInstallLinkEditErrorHandlers(&handlers);

Completed in 76 milliseconds