Searched refs:notep (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | arch_dump.c | 230 g_autofree Note *notep = NULL; in s390x_write_elf64_notes() local 235 assert(strlen(note_name) < sizeof(notep->name)); in s390x_write_elf64_notes() 243 note_size = sizeof(Note) - sizeof(notep->contents) + content_size; in s390x_write_elf64_notes() 246 g_free(notep); in s390x_write_elf64_notes() 247 notep = g_malloc(note_size); in s390x_write_elf64_notes() 251 memset(notep, 0, note_size); in s390x_write_elf64_notes() 254 notep->hdr.n_descsz = cpu_to_be32(content_size); in s390x_write_elf64_notes() 255 notep->hdr.n_namesz = cpu_to_be32(strlen(note_name) + 1); in s390x_write_elf64_notes() 256 g_strlcpy(notep->name, note_name, sizeof(notep->name)); in s390x_write_elf64_notes() 259 (*nf->note_contents_func)(notep, cpu, id); in s390x_write_elf64_notes() [all …]
|
/openbmc/linux/sound/synth/emux/ |
H A D | soundfont.c | 55 static int search_zones(struct snd_sf_list *sflist, int *notep, int vel, 1236 snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel, in snd_soundfont_search_zone() argument 1253 nvoices = search_zones(sflist, notep, vel, preset, bank, in snd_soundfont_search_zone() 1257 nvoices = search_zones(sflist, notep, vel, in snd_soundfont_search_zone() 1290 search_zones(struct snd_sf_list *sflist, int *notep, int vel, in search_zones() argument 1297 zp = search_first_zone(sflist, bank, preset, *notep); in search_zones() 1300 if (*notep >= zp->v.low && *notep <= zp->v.high && in search_zones() 1311 key = *notep; in search_zones() 1316 *notep = key; in search_zones()
|
H A D | emux_synth.c | 27 int *notep, int vel, struct snd_midi_channel *chan, 891 int *notep, int vel, struct snd_midi_channel *chan, in get_zone() argument 907 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank, in get_zone()
|
/openbmc/linux/include/sound/ |
H A D | soundfont.h | 102 int snd_soundfont_search_zone(struct snd_sf_list *sflist, int *notep, int vel,
|