| /trueos/lib/libdispatch/tools/ |
| HD | dispatch_timers.d | 37 dispatch$target:libdispatch*.dylib::timer-configure, 38 dispatch$target:libdispatch*.dylib::timer-program, 39 dispatch$target:libdispatch*.dylib::timer-wake, 40 dispatch$target:libdispatch*.dylib::timer-fire /!start/ { 54 dispatch$target:libdispatch*.dylib::timer-configure, 55 dispatch$target:libdispatch*.dylib::timer-program { 65 dispatch$target:libdispatch*.dylib::timer-configure { 83 dispatch$target:libdispatch*.dylib::timer-wake, 84 dispatch$target:libdispatch*.dylib::timer-fire {
|
| HD | dispatch_trace.d | 40 dispatch$target:libdispatch*.dylib::queue-push, 41 dispatch$target:libdispatch*.dylib::queue-pop, 42 dispatch$target:libdispatch*.dylib::callout-entry, 43 dispatch$target:libdispatch*.dylib::callout-return /!start/ { 54 dispatch$target:libdispatch*.dylib::queue-push, 55 dispatch$target:libdispatch*.dylib::queue-pop { 69 dispatch$target:libdispatch*.dylib::callout-entry, 70 dispatch$target:libdispatch*.dylib::callout-return {
|
| /trueos/crypto/openssh/ |
| HD | dispatch.c | 42 dispatch_fn *dispatch[DISPATCH_MAX]; variable 65 dispatch[i] = dflt; in dispatch_init() 75 dispatch[i] = fn; in dispatch_range() 81 dispatch[type] = fn; in dispatch_set() 97 if (type > 0 && type < DISPATCH_MAX && dispatch[type] != NULL) in dispatch_run() 98 (*dispatch[type])(type, seqnr, ctxt); in dispatch_run()
|
| /trueos/lib/libdispatch/src/ |
| HD | provider.d | 38 provider dispatch { 99 #pragma D attributes Evolving/Evolving/Common provider dispatch provider 100 #pragma D attributes Private/Private/Common provider dispatch module 101 #pragma D attributes Private/Private/Common provider dispatch function 102 #pragma D attributes Evolving/Evolving/Common provider dispatch name 103 #pragma D attributes Evolving/Evolving/Common provider dispatch args
|
| /trueos/lib/libc/rpc/ |
| HD | svc_generic.c | 77 svc_create(dispatch, prognum, versnum, nettype) 78 void (*dispatch)(struct svc_req *, SVCXPRT *); 106 dispatch, nconf) == FALSE) 118 xprt = svc_tp_create(dispatch, prognum, versnum, nconf); 148 svc_tp_create(dispatch, prognum, versnum, nconf) 149 void (*dispatch)(struct svc_req *, SVCXPRT *); 168 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) {
|
| HD | svc.c | 171 svc_reg(xprt, prog, vers, dispatch, nconf) in svc_reg() argument 175 void (*dispatch)(struct svc_req *, SVCXPRT *); 206 if (s->sc_dispatch == dispatch) 221 s->sc_dispatch = dispatch; 278 svc_register(xprt, prog, vers, dispatch, protocol) in svc_register() argument 282 void (*dispatch)(struct svc_req *, SVCXPRT *); 289 assert(dispatch != NULL); 293 if (s->sc_dispatch == dispatch) 303 s->sc_dispatch = dispatch;
|
| /trueos/sys/dev/sym/ |
| HD | sym_fw2.h | 89 u32 dispatch [ 28]; member 406 PADDR_A (dispatch), 423 PADDR_A (dispatch), 432 PADDR_A (dispatch), 453 PADDR_A (dispatch), 464 PADDR_A (dispatch), 547 PADDR_A (dispatch), 623 PADDR_A (dispatch), 744 PADDR_A (dispatch), 1016 PADDR_A (dispatch), [all …]
|
| HD | sym_fw1.h | 91 u32 dispatch [ 28]; member 437 PADDR_A (dispatch), 454 PADDR_A (dispatch), 463 PADDR_A (dispatch), 484 PADDR_A (dispatch), 495 PADDR_A (dispatch), 578 PADDR_A (dispatch), 646 PADDR_A (dispatch), 784 PADDR_A (dispatch), 1143 PADDR_A (dispatch), [all …]
|
| HD | sym_fw.h | 70 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \
|
| /trueos/lib/libdispatch/ |
| HD | Makefile | 3 LIB= dispatch 6 .PATH: ${.CURDIR}/dispatch 43 INCSDIR= ${INCLUDEDIR}/dispatch 47 dispatch.h \
|
| /trueos/sys/rpc/ |
| HD | svc_generic.c | 84 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 110 dispatch, nconf) == FALSE) { in svc_create() 126 xprt = svc_tp_create(pool, dispatch, prognum, versnum, in svc_create() 150 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create() 183 if (svc_reg(xprt, prognum, versnum, dispatch, nconf) == FALSE) { in svc_tp_create()
|
| HD | svc.c | 460 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg() 485 if (s->sc_dispatch == dispatch) in svc_reg() 500 s->sc_dispatch = dispatch; in svc_reg() 548 svc_loss_reg(SVCXPRT *xprt, void (*dispatch)(SVCXPRT *)) in svc_loss_reg() 555 if (s->slc_dispatch == dispatch) in svc_loss_reg() 567 s->slc_dispatch = dispatch; in svc_loss_reg() 577 svc_loss_unreg(SVCPOOL *pool, void (*dispatch)(SVCXPRT *)) in svc_loss_unreg() 583 if (s->slc_dispatch == dispatch) { in svc_loss_unreg()
|
| /trueos/lib/libdispatch/dispatch/ |
| HD | Makefile.am | 5 dispatchdir=$(includedir)/dispatch directory 10 dispatch.h \
|
| /trueos/contrib/apr-util/misc/ |
| HD | apr_thread_pool.c | 28 #define TASK_PRIORITY_SEG(x) (((x)->dispatch.priority & 0xFF) / 64) 40 } dispatch; member 164 if (task->dispatch.time <= apr_time_now()) { in pop_task() 201 return task->dispatch.time - apr_time_now(); in waiting_time() 425 t->dispatch.time = apr_time_now() + time; in task_new() 428 t->dispatch.priority = priority; in task_new() 452 while (t_next->dispatch.priority > t->dispatch.priority) { in add_if_empty() 497 if (t->dispatch.time < t_loc->dispatch.time) { in schedule_task() 552 t_loc && t_loc->dispatch.priority >= t->dispatch.priority) { in add_task()
|
| /trueos/contrib/gcc/config/mips/ |
| HD | sr71k.md | 7 ;; multiple function units, with an average dispatch rate of 2 15 ;; buffering is done via a VLIW dispatch style (with a packing of 6 insns); 98 ;; to the issue units, the default/minimum "repeat" dispatch delay is 104 ;; Simulate a 6 insn VLIW dispatch, 1 cycle in dispatch followed by 196 ;; emulate repeat (dispatch stall) by spending extra cycle(s) in
|
| /trueos/contrib/file/src/ |
| HD | vasprintf.c | 298 static int dispatch(xprintf_struct *s) in dispatch() function 591 if (dispatch(s) == EOF) in core() 613 if (dispatch(s) == EOF) in core()
|
| /trueos/sbin/dhclient/ |
| HD | Makefile | 36 SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \
|
| /trueos/contrib/amd/conf/transp/ |
| HD | transp_sockets.c | 238 void (*dispatch)(struct svc_req *rqstp, SVCXPRT *transp), in amu_svc_register() 241 return svc_register(xprt, prognum, versnum, dispatch, protocol); in amu_svc_register()
|
| /trueos/sys/pci/ |
| HD | ncr.c | 1183 ncrcmd dispatch [ 33]; member 1653 PADDR (dispatch), 1667 PADDR (dispatch), 1720 PADDR (dispatch), 1748 PADDR (dispatch), 1763 PADDR (dispatch), 1799 PADDR (dispatch), 1806 PADDR (dispatch), 2169 PADDR (dispatch), 2476 PADDR (dispatch), [all …]
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | 7450.md | 37 ;; However, we can only dispatch 2 instructions per cycle. 42 ;; by a dispatch unit which can issue a max of 3 insns per cycle.
|
| /trueos/etc/mtree/ |
| HD | BSD.include.dist | 172 dispatch
|
| /trueos/contrib/libpcap/ |
| HD | TODO | 29 you can call "pcap_dispatch()" as the dispatch routine after putting
|
| /trueos/lib/libdispatch/man/ |
| HD | Makefile.am | 6 dispatch.3 \
|
| /trueos/usr.bin/tip/ |
| HD | README | 37 The command dispatch table is defined in cmdtab.c. Commands
|
| /trueos/secure/lib/libssh/ |
| HD | Makefile | 14 atomicio.c key.c dispatch.c kex.c mac.c uidswap.c uuencode.c misc.c \
|