Searched refs:dispatcher (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/tipc/
H A Dtipc_port.h79 * Note: 'dispatcher' and 'wakeup' deliver a locked port.
83 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dport.h74 * @dispatcher: ptr to routine which handles received messages
95 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *); member in struct:port
197 err = p_ptr->dispatcher(&p_ptr->publ, buf);
H A Dport.c221 u32 (*dispatcher)(struct tipc_port *, struct sk_buff *),
256 p_ptr->dispatcher = dispatcher;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A DMakefile25 dispatcher/ events/ executer/ hardware/ \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c848 avahi_set_proc_title(argv0, "%s: [%s] callout dispatcher", argv0, interface_name);
1096 FILE *dispatcher = NULL; local
1102 if (!(dispatcher = fork_dispatcher()))
1216 if (do_callout(dispatcher, CALLOUT_BIND, iface, addr) < 0)
1261 if (do_callout(dispatcher, CALLOUT_CONFLICT, iface, addr) < 0)
1289 if (do_callout(dispatcher, CALLOUT_UNBIND, iface, addr) < 0)
1428 do_callout(dispatcher, CALLOUT_STOP, iface, addr);
1442 if (dispatcher)
1443 fclose(dispatcher);

Completed in 201 milliseconds