Searched refs:hop (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_clientmgr.h91 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop);
94 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop);
96 struct file *file, int atomic, int hop);
H A Dseq_queue.h86 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop);
101 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop);
113 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop);
H A Dseq_queue.c254 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) argument
279 snd_seq_dispatch_event(cell, atomic, hop);
293 snd_seq_dispatch_event(cell, atomic, hop);
313 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) argument
357 snd_seq_check_queue(q, atomic, hop);
659 int atomic, int hop)
674 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop);
683 int atomic, int hop)
690 queue_broadcast_event(q, ev, atomic, hop);
695 queue_broadcast_event(q, ev, atomic, hop);
658 queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev, int atomic, int hop) argument
681 snd_seq_queue_process_event(struct snd_seq_queue *q, struct snd_seq_event *ev, int atomic, int hop) argument
734 snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) argument
[all...]
H A Dseq_system.c115 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic, int hop) argument
117 return snd_seq_control_queue(ev, atomic, hop);
H A Dseq_clientmgr.c82 int err, int atomic, int hop);
85 int filter, int atomic, int hop);
530 int err, int atomic, int hop)
552 result = snd_seq_deliver_single_event(NULL, &bounce_ev, 0, atomic, hop + 1);
598 int filter, int atomic, int hop)
635 atomic, hop);
648 result = bounce_error_event(client, event, result, atomic, hop);
659 int atomic, int hop)
686 0, atomic, hop);
709 int atomic, int hop)
528 bounce_error_event(struct snd_seq_client *client, struct snd_seq_event *event, int err, int atomic, int hop) argument
596 snd_seq_deliver_single_event(struct snd_seq_client *client, struct snd_seq_event *event, int filter, int atomic, int hop) argument
657 deliver_to_subscribers(struct snd_seq_client *client, struct snd_seq_event *event, int atomic, int hop) argument
707 port_broadcast_event(struct snd_seq_client *client, struct snd_seq_event *event, int atomic, int hop) argument
740 broadcast_event(struct snd_seq_client *client, struct snd_seq_event *event, int atomic, int hop) argument
772 multicast_event(struct snd_seq_client *client, struct snd_seq_event *event, int atomic, int hop) argument
789 snd_seq_deliver_event(struct snd_seq_client *client, struct snd_seq_event *event, int atomic, int hop) argument
830 snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop) argument
902 snd_seq_client_enqueue_event(struct snd_seq_client *client, struct snd_seq_event *event, struct file *file, int blocking, int atomic, int hop) argument
2294 kernel_client_enqueue(int client, struct snd_seq_event *ev, struct file *file, int blocking, int atomic, int hop) argument
2333 snd_seq_kernel_client_enqueue(int client, struct snd_seq_event * ev, int atomic, int hop) argument
2346 snd_seq_kernel_client_enqueue_blocking(int client, struct snd_seq_event * ev, struct file *file, int atomic, int hop) argument
2362 snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev, int atomic, int hop) argument
[all...]
H A Dseq_dummy.c119 int atomic, int hop)
134 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop);
118 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) argument
H A Dseq_ports.h73 int atomic, int hop);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dseq_kernel.h71 int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
82 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop);
83 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Drelay6_parser.h42 uint8_t hop; member in struct:msg_parser
H A Drelay6_parser.c93 uint8_t *hop, msg; local
247 hop = (mesg->pstart + 1);
248 if (*hop >= HOP_COUNT_LIMIT) {
254 mesg->hop_count = *hop;
H A Drelay6_database.c155 int len, hop; local
170 (*pointer) = msg->hop_count + 1; /* increased hop-count */
175 hop = (int) (*pointer);
176 TRACE(dump, "%s - %s%d\n", dhcp6r_clock(), "HOPCOUNT: ", hop);
185 (*pointer) = 0; /* hop-count */
190 hop = (int) (*pointer);
191 TRACE(dump, "%s - %s%d\n", dhcp6r_clock(), "HOPCOUNT: ", hop);
318 msg->hop = *pointer;
319 pointer += 1; /* hop-count */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Drelay6_parser.h42 uint8_t hop; member in struct:msg_parser
H A Drelay6_parser.c93 uint8_t *hop, msg; local
247 hop = (mesg->pstart + 1);
248 if (*hop >= HOP_COUNT_LIMIT) {
254 mesg->hop_count = *hop;
H A Drelay6_database.c155 int len, hop; local
170 (*pointer) = msg->hop_count + 1; /* increased hop-count */
175 hop = (int) (*pointer);
176 TRACE(dump, "%s - %s%d\n", dhcp6r_clock(), "HOPCOUNT: ", hop);
185 (*pointer) = 0; /* hop-count */
190 hop = (int) (*pointer);
191 TRACE(dump, "%s - %s%d\n", dhcp6r_clock(), "HOPCOUNT: ", hop);
318 msg->hop = *pointer;
319 pointer += 1; /* hop-count */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_oss.c41 void *private, int atomic, int hop);
44 int cmd, unsigned char *event, int atomic, int hop);
46 int cmd, unsigned char *event, int atomic, int hop);
48 int ch, int param, int val, int atomic, int hop);
310 int atomic, int hop)
323 return snd_emux_event_input(ev, direct, private_data, atomic, hop);
331 emuspec_control(emu, p, cmd, data, atomic, hop);
333 gusspec_control(emu, p, cmd, data, atomic, hop);
343 unsigned char *event, int atomic, int hop)
378 fake_event(emu, port, voice, MIDI_CTL_ALL_NOTES_OFF, 0, atomic, hop);
309 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) argument
342 emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, unsigned char *event, int atomic, int hop) argument
432 gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd, unsigned char *event, int atomic, int hop) argument
500 fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic, int hop) argument
[all...]
H A Demux_voice.h38 int atomic, int hop);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_device.h153 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) argument
155 return snd_seq_kernel_client_dispatch(dp->cseq, ev, atomic, hop);
H A Dseq_oss_event.h109 int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
H A Dseq_oss_init.c51 static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop);
127 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_verify.c269 HOFFPAGE hop; local
336 memcpy(&hop, P_ENTRY(dbp, h, i), HOFFPAGE_SIZE);
337 if (!IS_VALID_PGNO(hop.pgno) || hop.pgno == pip->pgno ||
338 hop.pgno == PGNO_INVALID) {
341 (u_long)pip->pgno, (u_long)i, (u_long)hop.pgno));
346 child.pgno = hop.pgno;
348 child.tlen = hop.tlen; /* This will get checked later. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_seq.c111 void *private_data, int atomic, int hop)
110 snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex58 hop by hop options and all the headers up to and including routing header,
62 There is a hole in specs: some hop-by-hop options can be
80 (f.e.\ in RSVP PATH messages or in some hop-by-hop option).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dlocal.h276 void snd_config_set_hop(snd_config_t *conf, int hop);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Ddatagram.c502 if (np->rxopt.bits.hopopts && opt->hop) {
503 u8 *ptr = nh + opt->hop;
564 if (np->rxopt.bits.ohopopts && opt->hop) {
565 u8 *ptr = nh + opt->hop;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_oss.c57 void *private_data, int atomic, int hop)
56 snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) argument

Completed in 293 milliseconds

12