Searched refs:note (Results 1 - 25 of 408) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-am33lin.c43 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) argument
48 switch (note->descsz)
55 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
58 elf_tdata (abfd)->core_pid = bfd_get_32 (abfd, note->descdata + 24);
69 note->descpos + offset);
73 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) argument
75 switch (note->descsz)
82 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16);
84 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-am33lin.c43 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) argument
48 switch (note->descsz)
55 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
58 elf_tdata (abfd)->core_pid = bfd_get_32 (abfd, note->descdata + 24);
69 note->descpos + offset);
73 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) argument
75 switch (note->descsz)
82 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16);
84 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-am33lin.c43 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) argument
48 switch (note->descsz)
55 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
58 elf_tdata (abfd)->core_pid = bfd_get_32 (abfd, note->descdata + 24);
69 note->descpos + offset);
73 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) argument
75 switch (note->descsz)
82 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16);
84 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/kernel/
H A Dvmlinux.lds.S8 PHDRS { kernel PT_LOAD; note PT_NOTE; }
29 NOTES :kernel :note
65 .note 0 : {
66 *(.note)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/kernel/
H A Dvmlinux.lds.S8 PHDRS { kernel PT_LOAD; note PT_NOTE; }
29 NOTES :kernel :note
65 .note 0 : {
66 *(.note)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_voice.h31 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
32 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
33 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
34 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan);
44 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int on_off, int vel, struct snd_midi_channel *chan);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_voice.h31 void snd_opl3_note_on(void *p, int note, int vel, struct snd_midi_channel *chan);
32 void snd_opl3_note_off(void *p, int note, int vel, struct snd_midi_channel *chan);
33 void snd_opl3_key_press(void *p, int note, int vel, struct snd_midi_channel *chan);
34 void snd_opl3_terminate_note(void *p, int note, struct snd_midi_channel *chan);
44 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int on_off, int vel, struct snd_midi_channel *chan);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi_emul.c48 int note, int vel);
98 dest_channel = ev->data.note.channel;
113 /* Make sure that we don't have a note on that should really be
114 * a note off */
115 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0)
118 /* Make sure the note is within array range */
122 if (ev->data.note.note >= 128)
128 if (chan->note[ev->data.note
244 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, int note, int vel) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/
H A Dseq_midi_emul.c48 int note, int vel);
98 dest_channel = ev->data.note.channel;
113 /* Make sure that we don't have a note on that should really be
114 * a note off */
115 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0)
118 /* Make sure the note is within array range */
122 if (ev->data.note.note >= 128)
128 if (chan->note[ev->data.note
244 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, int note, int vel) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/vdso/
H A Dvdso-layout.lds.S19 .note : { *(.note.*) } :text :note
62 note PT_NOTE FLAGS(4); /* PF_R */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S39 .note : { *(.note.*) } :text :note
67 note PT_NOTE FLAGS(4); /* PF_R */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/vdso/
H A Dvdso-layout.lds.S19 .note : { *(.note.*) } :text :note
62 note PT_NOTE FLAGS(4); /* PF_R */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S39 .note : { *(.note.*) } :text :note
67 note PT_NOTE FLAGS(4); /* PF_R */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_event.c40 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
41 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
42 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
111 return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
114 return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
122 q->n.chn, 0, q->n.note, ev);
193 return note_on_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev);
196 return note_off_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev);
200 q->v.chn, q->v.note, q->v.parm, ev);
275 * process note
285 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
340 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
371 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_event.c40 static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
41 static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
42 static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
111 return note_off_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
114 return note_on_event(dp, 0, q->n.chn, q->n.note, q->n.vel, ev);
122 q->n.chn, 0, q->n.note, ev);
193 return note_on_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev);
196 return note_off_event(dp, q->v.dev, q->v.chn, q->v.note, q->v.parm, ev);
200 q->v.chn, q->v.note, q->v.parm, ev);
275 * process note
285 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
340 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) argument
371 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-basics.exp73 note "Skipping all other MI tests." }
76 note "Skipping all other MI tests." }
79 note "Skipping all other MI tests." }
81 note "Skipping all other MI tests." }
101 note "Skipping all other MI tests."
H A Dmi2-basics.exp73 note "Skipping all other MI tests." }
76 note "Skipping all other MI tests." }
79 note "Skipping all other MI tests." }
81 note "Skipping all other MI tests." }
101 note "Skipping all other MI tests."
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-basics.exp73 note "Skipping all other MI tests." }
76 note "Skipping all other MI tests." }
79 note "Skipping all other MI tests." }
81 note "Skipping all other MI tests." }
101 note "Skipping all other MI tests."
H A Dmi2-basics.exp73 note "Skipping all other MI tests." }
76 note "Skipping all other MI tests." }
79 note "Skipping all other MI tests." }
81 note "Skipping all other MI tests." }
101 note "Skipping all other MI tests."
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-basics.exp73 note "Skipping all other MI tests." }
76 note "Skipping all other MI tests." }
79 note "Skipping all other MI tests." }
81 note "Skipping all other MI tests." }
101 note "Skipping all other MI tests."
H A Dmi2-basics.exp73 note "Skipping all other MI tests." }
76 note "Skipping all other MI tests." }
79 note "Skipping all other MI tests." }
81 note "Skipping all other MI tests." }
101 note "Skipping all other MI tests."
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/testsuite/nsswitch/
H A Dinitgroups.exp10 note $test_desc
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/boot/
H A DMakefile5 objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment
6 objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/boot/
H A DMakefile5 objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment
6 objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/testsuite/nsswitch/
H A Dinitgroups.exp10 note $test_desc

Completed in 247 milliseconds

1234567891011>>