Home
last modified time | relevance | path

Searched refs:note (Results 101 - 125 of 480) sorted by relevance

12345678910>>...20

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c769 } note; in parse_elf_properties() local
785 if (phdr->p_filesz > sizeof(note)) in parse_elf_properties()
789 n = kernel_read(f, &note, phdr->p_filesz, &pos); in parse_elf_properties()
791 BUILD_BUG_ON(sizeof(note) < sizeof(note.nhdr) + NOTE_NAME_SZ); in parse_elf_properties()
792 if (n < 0 || n < sizeof(note.nhdr) + NOTE_NAME_SZ) in parse_elf_properties()
795 if (note.nhdr.n_type != NT_GNU_PROPERTY_TYPE_0 || in parse_elf_properties()
796 note.nhdr.n_namesz != NOTE_NAME_SZ || in parse_elf_properties()
797 strncmp(note.data + sizeof(note in parse_elf_properties()
1522 fill_note(struct memelfnote *note, const char *name, int type, unsigned int sz, void *data) fill_note() argument
1612 fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) fill_auxv_note() argument
1622 fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, const kernel_siginfo_t *siginfo) fill_siginfo_note() argument
1641 fill_files_note(struct memelfnote *note, struct coredump_params *cprm) fill_files_note() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c772 } note; in parse_elf_properties() local
788 if (phdr->p_filesz > sizeof(note)) in parse_elf_properties()
792 n = kernel_read(f, &note, phdr->p_filesz, &pos); in parse_elf_properties()
794 BUILD_BUG_ON(sizeof(note) < sizeof(note.nhdr) + NOTE_NAME_SZ); in parse_elf_properties()
795 if (n < 0 || n < sizeof(note.nhdr) + NOTE_NAME_SZ) in parse_elf_properties()
798 if (note.nhdr.n_type != NT_GNU_PROPERTY_TYPE_0 || in parse_elf_properties()
799 note.nhdr.n_namesz != NOTE_NAME_SZ || in parse_elf_properties()
800 strncmp(note.data + sizeof(note in parse_elf_properties()
1523 fill_note(struct memelfnote *note, const char *name, int type, unsigned int sz, void *data) fill_note() argument
1615 fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) fill_auxv_note() argument
1625 fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, const kernel_siginfo_t *siginfo) fill_siginfo_note() argument
1644 fill_files_note(struct memelfnote *note, struct coredump_params *cprm) fill_files_note() argument
[all...]
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
H A DMakefile9 obj-vdso := note.o datapage.o sigreturn.o gettimeofday.o
54 note.o : note.S
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_data_tests.py69 function: str, note: str,
75 ' ' + note if note else '',
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DWithColor.cpp64 raw_ostream &WithColor::note() { return note(errs()); } in note() function in WithColor
84 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() function in WithColor
88 return WithColor(OS, HighlightColor::Note, DisableColors).get() << "note: "; in note()
/kernel/linux/linux-5.10/sound/drivers/opl4/
H A Dopl4_synth.c310 * Executes the callback for all voices playing the specified note.
312 static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, in snd_opl4_do_for_note() argument
322 if (voice->chan == chan && voice->note == note) { in snd_opl4_do_for_note()
423 int note, pitch, octave; in snd_opl4_update_pitch() local
425 note = chan->drum_channel ? 60 : voice->note; in snd_opl4_update_pitch()
430 pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7); in snd_opl4_update_pitch()
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on() argument
495 if (note > in snd_opl4_note_on()
563 snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) snd_opl4_note_off() argument
578 snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) snd_opl4_terminate_note() argument
[all...]
/kernel/linux/linux-6.6/sound/drivers/opl4/
H A Dopl4_synth.c310 * Executes the callback for all voices playing the specified note.
312 static void snd_opl4_do_for_note(struct snd_opl4 *opl4, int note, struct snd_midi_channel *chan, in snd_opl4_do_for_note() argument
322 if (voice->chan == chan && voice->note == note) { in snd_opl4_do_for_note()
423 int note, pitch, octave; in snd_opl4_update_pitch() local
425 note = chan->drum_channel ? 60 : voice->note; in snd_opl4_update_pitch()
430 pitch = ((note - 60) << 7) * voice->sound->key_scaling / 100 + (60 << 7); in snd_opl4_update_pitch()
482 void snd_opl4_note_on(void *private_data, int note, int vel, struct snd_midi_channel *chan) in snd_opl4_note_on() argument
495 if (note > in snd_opl4_note_on()
563 snd_opl4_note_off(void *private_data, int note, int vel, struct snd_midi_channel *chan) snd_opl4_note_off() argument
578 snd_opl4_terminate_note(void *private_data, int note, struct snd_midi_channel *chan) snd_opl4_terminate_note() argument
[all...]
/kernel/linux/linux-6.6/arch/loongarch/boot/
H A DMakefile7 drop-sections := .comment .note .options .note.gnu.build-id
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_drums.c169 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch() argument
178 if ((note < 35) || (note > 81)) in snd_opl3_drum_switch()
180 drum_mask = snd_opl3_drum_table[note - 35]; in snd_opl3_drum_switch()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_drums.c169 void snd_opl3_drum_switch(struct snd_opl3 *opl3, int note, int vel, int on_off, in snd_opl3_drum_switch() argument
178 if ((note < 35) || (note > 81)) in snd_opl3_drum_switch()
180 drum_mask = snd_opl3_drum_table[note - 35]; in snd_opl3_drum_switch()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_disk_cache.c55 const struct build_id_note *note = in ir3_disk_cache_init() local
57 assert(note && build_id_length(note) == 20); /* sha1 */ in ir3_disk_cache_init()
59 const uint8_t *id_sha1 = build_id_data(note); in ir3_disk_cache_init()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_disk_cache.c63 const struct build_id_note *note = in v3d_disk_cache_init() local
65 assert(note && build_id_length(note) == 20); in v3d_disk_cache_init()
67 const uint8_t *id_sha1 = build_id_data(note); in v3d_disk_cache_init()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_disk_cache.c274 const struct build_id_note *note = in iris_disk_cache_init() local
276 assert(note && build_id_length(note) == 20); /* sha1 */ in iris_disk_cache_init()
278 const uint8_t *id_sha1 = build_id_data(note); in iris_disk_cache_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_disk_cache.c246 const struct build_id_note *note = in crocus_disk_cache_init() local
248 assert(note && build_id_length(note) == 20); /* sha1 */ in crocus_disk_cache_init()
250 const uint8_t *id_sha1 = build_id_data(note); in crocus_disk_cache_init()
/third_party/rust/crates/proc-macro-error/src/
H A Ddiagnostic.rs48 /// Attach a "help" note to your main message, the note will have it's own span on nightly.
55 /// The span is ignored on stable, the note effectively inherits its parent's (main message) span
58 /// Attach a note to your main message, the note will have it's own span on nightly.
65 /// The span is ignored on stable, the note effectively inherits its parent's (main message) span
128 /// Attach a "help" note to your main message, the note will have it's own span on nightly.
132 /// The span is ignored on stable, the note effectively inherits its parent's (main message) span
143 /// Attach a "help" note t
165 pub fn note(mut self, msg: String) -> Self { note() functions
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dcrash_core.c300 struct elf_note *note = (struct elf_note *)buf; in append_elf_note() local
302 note->n_namesz = strlen(name) + 1; in append_elf_note()
303 note->n_descsz = data_len; in append_elf_note()
304 note->n_type = type; in append_elf_note()
305 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf_Word)); in append_elf_note()
306 memcpy(buf, name, note->n_namesz); in append_elf_note()
307 buf += DIV_ROUND_UP(note->n_namesz, sizeof(Elf_Word)); in append_elf_note()
343 /* Use the safe copy to generate vmcoreinfo note if have */ in crash_save_vmcoreinfo()
/third_party/libwebsockets/lib/abstract/transports/
H A Dunit-test.c35 char note[128]; member
72 const char *note) in lws_unit_test_packet_dispose()
78 if (note) in lws_unit_test_packet_dispose()
79 lws_strncpy(priv->note, note, sizeof(priv->note)); in lws_unit_test_packet_dispose()
382 priv->note[0] = '\0'; in lws_atcut_client_conn()
70 lws_unit_test_packet_dispose(abs_unit_test_priv_t *priv, lws_unit_test_packet_disposition disp, const char *note) lws_unit_test_packet_dispose() argument
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_synth.c30 static void terminate_note1(struct snd_emux *emu, int note,
43 * Start a note.
46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() argument
63 key = note; /* remember the original note */ in snd_emux_note_on()
64 nvoices = get_zone(emu, port, &note, vel, chan, table); in snd_emux_note_on()
68 /* exclusive note off */ in snd_emux_note_on()
76 /* Turn off the same note on the same channel. */ in snd_emux_note_on()
99 vp->note = note; in snd_emux_note_on()
145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_note_off() argument
222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_key_press() argument
364 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) terminate_note1() argument
385 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_emux_terminate_note() argument
[all...]
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_synth.c30 static void terminate_note1(struct snd_emux *emu, int note,
43 * Start a note.
46 snd_emux_note_on(void *p, int note, int vel, struct snd_midi_channel *chan) in snd_emux_note_on() argument
63 key = note; /* remember the original note */ in snd_emux_note_on()
64 nvoices = get_zone(emu, port, &note, vel, chan, table); in snd_emux_note_on()
68 /* exclusive note off */ in snd_emux_note_on()
76 /* Turn off the same note on the same channel. */ in snd_emux_note_on()
99 vp->note = note; in snd_emux_note_on()
145 snd_emux_note_off(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_note_off() argument
222 snd_emux_key_press(void *p, int note, int vel, struct snd_midi_channel *chan) snd_emux_key_press() argument
364 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) terminate_note1() argument
385 snd_emux_terminate_note(void *p, int note, struct snd_midi_channel *chan) snd_emux_terminate_note() argument
[all...]
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/kernel/linux/linux-5.10/arch/microblaze/boot/
H A DMakefile8 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S88 .note 0 : { *(.note) }
/kernel/linux/linux-5.10/arch/arm64/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/kernel/linux/linux-6.6/arch/microblaze/boot/
H A DMakefile8 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/kernel/linux/linux-6.6/arch/arc/boot/
H A DMakefile7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S

Completed in 14 milliseconds

12345678910>>...20