Searched refs:client_info (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dclient_event_filter.c3 void dump_event_filter(snd_seq_client_info_t *client_info) { argument
7 b = snd_seq_client_info_event_filter_check(client_info, i);
17 snd_seq_client_info_t *client_info; local
19 snd_seq_client_info_alloca(&client_info);
22 dump_event_filter(client_info);
24 snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_NOTEON);
25 printf("after snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_NOTEON);\n");
26 dump_event_filter(client_info);
28 snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_PGMCHANGE);
29 printf("after snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_PGMCHANG
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_alb.c326 struct rlb_client_info *client_info; local
332 client_info = &(bond_info->rx_hashtbl[hash_index]);
334 if ((client_info->assigned) &&
335 (client_info->ip_src == arp->ip_dst) &&
336 (client_info->ip_dst == arp->ip_src) &&
337 (compare_ether_addr_64bits(client_info->mac_dst, arp->mac_src))) {
339 memcpy(client_info->mac_dst, arp->mac_src, ETH_ALEN);
340 client_info->ntt = 1;
496 static void rlb_update_client(struct rlb_client_info *client_info) argument
500 if (!client_info
539 struct rlb_client_info *client_info; local
567 struct rlb_client_info *client_info; local
598 struct rlb_client_info *client_info; local
634 struct rlb_client_info *client_info; local
758 struct rlb_client_info *client_info; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Drpctorture.c57 static BOOL rpcclient_connect(struct client_info *info)
90 void run_enums_test(int num_ops, struct client_info *cli_info, struct cli_state *cli)
134 void run_ntlogin_test(int num_ops, struct client_info *cli_info, struct cli_state *cli)
166 struct client_info *cli_info, struct cli_state *cli,
167 void (*fn)(int, struct client_info *, struct cli_state *))
233 struct client_info cli_info;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_wkssvc.c36 void cmd_wks_query_info(struct client_info *info)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtiffiop.h52 typedef struct client_info { struct
53 struct client_info *next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_clientmgr.c1191 struct snd_seq_client_info client_info; local
1193 if (copy_from_user(&client_info, arg, sizeof(client_info)))
1197 cptr = snd_seq_client_use_ptr(client_info.client);
1201 get_client_info(cptr, &client_info);
1204 if (copy_to_user(arg, &client_info, sizeof(client_info)))
1214 struct snd_seq_client_info client_info; local
1216 if (copy_from_user(&client_info, arg, sizeof(client_info)))
[all...]

Completed in 108 milliseconds