/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | AdapterAddEventListener.cc | 57 void AdapterAddEventListener::dispatch(Event &event) { function in class:AdapterAddEventListener 58 Trace log("AdapterAddEventListener::dispatch");
|
H A D | AdapterDeviceEventListener.cc | 59 void AdapterDeviceEventListener::dispatch(Event &event) { function in class:AdapterDeviceEventListener 60 Trace log("AdapterDeviceEventListener::dispatch");
|
H A D | AdapterEventListener.cc | 59 void AdapterEventListener::dispatch(Event &event) { function in class:AdapterEventListener 60 Trace log("AdapterEventListener::dispatch");
|
H A D | AdapterPortEventListener.cc | 59 void AdapterPortEventListener::dispatch(Event &event) { function in class:AdapterPortEventListener 60 Trace log("AdapterPortEventListener::dispatch");
|
H A D | AdapterPortStatEventListener.cc | 59 void AdapterPortStatEventListener::dispatch(Event &event) { function in class:AdapterPortStatEventListener 60 Trace log("AdapterPortStatEventListener::dispatch");
|
H A D | LinkEventListener.cc | 59 void LinkEventListener::dispatch(Event &event) { function in class:LinkEventListener 60 Trace log("LinkEventListener::dispatch");
|
H A D | TargetEventListener.cc | 61 void TargetEventListener::dispatch(Event &event) { function in class:TargetEventListener 62 Trace log("TargetEventListener::dispatch");
|
H A D | FCSyseventBridge.cc | 212 FCSyseventBridge::getInstance()->dispatch(ev); 215 void FCSyseventBridge::dispatch(sysevent_t *ev) { function in class:FCSyseventBridge 216 Trace log("FCSyseventBridge::dispatch"); 276 (*tmp)->dispatch(event); 299 (*tmp)->dispatch(event); 318 (*tmp)->dispatch(event); 337 (*tmp)->dispatch(event); 380 (*tmp)->dispatch(event); 414 (*tmp)->dispatch(event); 445 (*tmp)->dispatch(even [all...] |
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | dispatch.c | 7 * kdc/dispatch.c 47 dispatch(krb5_data *pkt, const krb5_fulladdr *from, krb5_data **response) function 54 /* decode incoming packet, and dispatch */
|
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_stub.c | 39 static void (*dispatch)(struct svc_req *, SVCXPRT *) = null_dispatch; variable 82 * rdcsrv registers this function as kRPC dispatch function. 83 * If rdcsrv is unloaded (uninstall package), then dispatch 89 (*dispatch)(req, xprt); 103 dispatch = disp; 109 dispatch = null_dispatch;
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | disptab.c | 29 #include "dispatch.h" 300 * dispatch() - DISPATCH A ROUTINE TO HANDLE A MESSAGE 304 dispatch(int type, char *m, MESG *md) function 308 syslog(LOG_DEBUG, "dispatch(%s, %s, 0x%8.8x)",
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_generic.c | 110 svc_create(void (*dispatch)(), const rpcprog_t prognum, const rpcvers_t versnum, argument 124 if (svc_door_create(dispatch, prognum, versnum, 0) == NULL) 143 dispatch, nconf) == FALSE) 156 xprt = svc_tp_create(dispatch, prognum, versnum, nconf); 182 svc_tp_create(void (*dispatch)(), const rpcprog_t prognum, argument 202 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) {
|
H A D | svc_door.c | 69 void (*dispatch)(); member in struct:__anon3676 80 call_info_t call_info; /* dispatch info */ 205 (*su->call_info.dispatch)(r, xprt); 288 * xprt = svc_door_create(dispatch, prognum, versnum, sendsize); 313 svc_door_create(void (*dispatch)(), const rpcprog_t prognum, argument 403 su->call_info.dispatch = dispatch;
|
H A D | svc_run.c | 393 int n_polled, dispatch; local 692 if ((dispatch = SVC_RECV(xprt, msg))) { 696 dispatch = _svc_prog_dispatch(xprt, msg, r); 709 if (svc_mt_mode == RPC_SVC_MT_AUTO || !dispatch) {
|
H A D | svc.c | 82 * The dispatch routine takes request structs and runs the 852 * The dispatch routine will be called when a rpc request for this 857 void (*dispatch)(), const struct netconfig *nconf) 886 if (s->sc_dispatch == dispatch) 901 s->sc_dispatch = dispatch; 963 * The dispatch routine will be called when a rpc request for this 969 void (*dispatch)(), int protocol) 995 if (s->sc_dispatch == dispatch) 1009 s->sc_dispatch = dispatch; 1351 * the dispatch routin 856 svc_reg(const SVCXPRT *xprt, const rpcprog_t prog, const rpcvers_t vers, void (*dispatch)(), const struct netconfig *nconf) argument 968 svc_register(SVCXPRT *xprt, rpcprog_t prog, rpcvers_t vers, void (*dispatch)(), int protocol) argument 1373 bool_t dispatch; local [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | RequestHandler.java | 536 rply = dispatch(msg); 821 SrvLocMsg dispatch(SrvLocMsg rqst) { method in class:RequestHandler
|
/illumos-gate/usr/src/lib/libipp/ |
H A D | libipp.c | 109 static int dispatch(nvlist_t **, int (*)(nvlist_t *, void *), void *); 168 return (dispatch(nvlpp, nvlist_callback, (void *)nvlpp)); 224 return (dispatch(&nvlp, NULL, NULL)); 277 return (dispatch(nvlpp, nvlist_callback, (void *)nvlpp)); 334 return (dispatch(&nvlp, fn, arg)); 386 return (dispatch(&nvlp, string_callback, (void *)modnamep)); 437 if ((rc = dispatch(&nvlp, string_array_callback, (void *)&ad)) == 0) { 500 if ((rc = dispatch(&nvlp, string_array_callback, (void *)&ad)) == 0) { 689 #define __FN__ "dispatch" 691 dispatch( function [all...] |
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 72 void dispatch(); 169 if (!svc_reg(transp, RQUOTAPROG, RQUOTAVERS, dispatch, 0)) { 213 if (svc_create(dispatch, RQUOTAPROG, RQUOTAVERS, "datagram_v") == 0) { 227 dispatch(rqstp, transp) function
|
/illumos-gate/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfglockd.c | 935 dispatch(struct lock_msg *mp, daemonaddr_t *host) function 1360 dispatch(&message_buf, &from);
|
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.c | 124 #define SE_TIMEOUT 60 /* Client dispatch timeout (seconds) */ 134 static int dispatch(void); 558 * dispatch_message - dispatch message thread 562 * It will wait to dispatch an event to any clients 597 * Client dispatch 600 error = dispatch(); 808 * neccessary per-client dispatch data. 812 * dispatch data is appended to the eventq. 814 * The dispatch package is freed by the event completion 842 * Allocate a new dispatch packag 1010 dispatch(void) function [all...] |
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_rx.c | 2432 int dispatch = 1; local 2451 dispatch = 0; 2455 if (dispatch)
|