Searched refs:type_table (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Duwbd.c182 struct uwbd_evt_type_handler *type_table; local
193 type_table = &uwbd_urc_evt_type_handlers[type];
194 if (type_table->uwbd_events == NULL)
196 if (event >= type_table->size)
198 handler = type_table->uwbd_events[event].handler;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dload_store.c36 static u_char const type_table[32] = { variable
85 switch (type_table[type]) {
H A Dfpu_entry.c101 static u_char const type_table[64] = { variable
114 static u_char const type_table[64] = { variable
516 switch (type_table[(int)instr_index]) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dbrowse-dns-server.c247 static const char * const type_table[AVAHI_DNS_SERVER_MAX] = { local
270 if ((r = avahi_service_name_join(n, sizeof(n), NULL, type_table[type], domain)) < 0) {
H A Dbrowse-domain.c150 static const char * const type_table[AVAHI_DOMAIN_BROWSER_MAX] = { local
175 if ((r = avahi_service_name_join(n, sizeof(n), type_table[type], "_dns-sd._udp", domain)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse-dns-server.c247 static const char * const type_table[AVAHI_DNS_SERVER_MAX] = { local
270 if ((r = avahi_service_name_join(n, sizeof(n), NULL, type_table[type], domain)) < 0) {
H A Dbrowse-domain.c150 static const char * const type_table[AVAHI_DOMAIN_BROWSER_MAX] = { local
175 if ((r = avahi_service_name_join(n, sizeof(n), type_table[type], "_dns-sd._udp", domain)) < 0) {

Completed in 41 milliseconds