Searched refs:dispatch (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmtools.c26 static const struct dispatch { struct
30 } dispatch[] = { variable in typeref:struct:dispatch
58 #define NDISPATCH (sizeof dispatch / sizeof dispatch[0])
182 if (!strcmp(name,dispatch[i].cmd))
183 dispatch[i].fn(argc, argv, dispatch[i].type);
191 fprintf(stderr, "%s", dispatch[i].cmd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/pcp/
H A Dsamba.c366 pmdaInterface dispatch; local
371 pmdaDaemon(&dispatch, PMDA_INTERFACE_2, pmProgname, SAMBA,
374 if (pmdaGetOpt(argc, argv, "D:d:l:?", &dispatch, &err) != EOF) {
383 pmdaOpenLog(&dispatch);
384 samba_init(&dispatch);
385 pmdaConnect(&dispatch);
386 pmdaMain(&dispatch);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h76 u32 dispatch [ 28]; member in struct:SYM_FWA_SCR
408 PADDR_A (dispatch),
425 PADDR_A (dispatch),
434 PADDR_A (dispatch),
455 PADDR_A (dispatch),
473 PADDR_A (dispatch),
489 PADDR_A (dispatch),
514 PADDR_A (dispatch),
532 PADDR_A (dispatch),
546 PADDR_A (dispatch),
[all...]
H A Dsym_fw1.h75 u32 dispatch [ 28]; member in struct:SYM_FWA_SCR
430 PADDR_A (dispatch),
447 PADDR_A (dispatch),
456 PADDR_A (dispatch),
477 PADDR_A (dispatch),
496 PADDR_A (dispatch),
512 PADDR_A (dispatch),
537 PADDR_A (dispatch),
556 PADDR_A (dispatch),
570 PADDR_A (dispatch),
[all...]
H A Dsym_fw.h50 SYM_GEN_A(s, dispatch) SYM_GEN_A(s, init) \
H A Dsym_hipd.c2291 OUTL_DSP(np, SCRIPTA_BA(np, dispatch));
2297 OUTL_DSP(np, SCRIPTA_BA(np, dispatch));
2533 nxtdsp = SCRIPTA_BA(np, dispatch);
2612 nxtdsp = SCRIPTA_BA(np, dispatch);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/events/
H A Devgpe.c3 * Module Name: evgpe - General Purpose Event handling and dispatch
543 * Must check for control method type dispatch one more
560 local_gpe_event_info.dispatch.method_node;
575 (local_gpe_event_info.dispatch.
652 (void)gpe_event_info->dispatch.handler->address(gpe_event_info->
653 dispatch.
H A Devxface.c617 handler->method_node = gpe_event_info->dispatch.method_node;
629 gpe_event_info->dispatch.handler = handler;
631 /* Setup up dispatch flags to indicate handler (vs. method) */
703 if (gpe_event_info->dispatch.handler->address != address) {
727 handler = gpe_event_info->dispatch.handler;
729 /* Restore Method node (if any), set dispatch flags */
731 gpe_event_info->dispatch.method_node = handler->method_node;
H A Devgpeblk.c210 ACPI_FREE(gpe_event_info->dispatch.handler);
211 gpe_event_info->dispatch.handler = NULL;
232 * information for quick lookup during GPE dispatch
320 * for use during dispatch of this GPE. Default type is RUNTIME, although
329 gpe_event_info->dispatch.method_node =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dvectors.S21 * use a first-level dispatch table to dispatch the exception to a registered
24 * registerd C handler in the second-level dispatch table.
31 * a3: dispatch table
74 xsr a3, EXCSAVE_1 # save a3 and get dispatch table
98 xsr a3, EXCSAVE_1 # save a3, and get dispatch table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1836 ncrcmd dispatch [ 32]; member in struct:script
2182 PADDR (dispatch),
2241 PADDR (dispatch),
2250 PADDR (dispatch),
2278 PADDR (dispatch),
2297 PADDR (dispatch),
2485 PADDR (dispatch),
2554 PADDR (dispatch),
2720 ** || PADDR (dispatch),
2730 PADDR (dispatch),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dsocket.c71 static u32 dispatch(struct tipc_port *tport, struct sk_buff *buf);
175 ref = tipc_createport_raw(NULL, &dispatch, &wakeupdispatch, TIPC_LOW_IMPORTANCE);
1112 * dispatch - handle arriving message
1121 static u32 dispatch(struct tipc_port *tport, struct sk_buff *buf) function
1143 msg_dbg(msg, "dispatch filter 1\n");
1148 msg_dbg(msg, "dispatch filter 2\n");
1153 msg_dbg(msg, "dispatch filter 3\n");
1159 msg_dbg(msg, "dispatch filter 4\n");
1165 msg_dbg(msg, "dispatch filter 5\n");
1170 msg_dbg(msg, "dispatch filte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dauerswald.c227 auer_dispatch_t dispatch; /* dispatch read buffer */ member in struct:auerscon
952 /* dispatch the paket */
956 scp->dispatch (scp, bp);
1175 /* dispatch a read paket to a waiting character device */
1197 return; /* no buffer, no dispatch */
1391 ccp->scontext.dispatch = auerchar_ctrlread_dispatch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Daclocal.h367 union acpi_gpe_dispatch_info dispatch; /* Either Method or Handler */ member in struct:acpi_gpe_event_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmmaster.c1655 mlog(ML_ERROR, "failed to dispatch assert master work\n");
2278 int dispatch = 0; local
2310 dispatch = 1;
2320 if (!dispatch) {
2380 mlog(0, "%s:%.*s node %u ref dropped in dispatch\n",

Completed in 302 milliseconds