Home
last modified time | relevance | path

Searched refs:prognum (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Dcli_hush.c1423 int prognum = 0; local
1446 prognum = 0;
1447 while (prognum < pi->num_progs && pi->progs[prognum].pid != childpid) {
1448 prognum++;
1450 if (prognum < pi->num_progs)
1462 pi->progs[prognum].pid = 0;
1471 pi->progs[prognum].is_stopped = 1;
/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c738 unsigned char prognum; in wavefront_get_program_status() local
742 prognum = i; in wavefront_get_program_status()
745 &prognum); in wavefront_get_program_status()