tag | line | file | source code |
inf | 12 | drivers/sound/hex2hex.h | fclose(inf);fclose(outf);return 0; \ |
inf | 17 | drivers/sound/hex2hex.h | FILE *inf, *outf; |
inf | 22 | drivers/sound/hex2hex.h | if ((inf=fopen(source, "r"))==NULL) |
inf | 31 | drivers/sound/hex2hex.h | fclose(inf); |
inf | 37 | drivers/sound/hex2hex.h | while ((c=getc(inf))!=EOF) |
inf | 46 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &n) != 1) |
inf | 50 | drivers/sound/hex2hex.h | if (fscanf(inf, "%04x", &addr) != 1) |
inf | 55 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &linetype) != 1) |
inf | 64 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &c) != 1) |
inf | 74 | drivers/sound/hex2hex.h | if (fscanf(inf, "%02x", &check) != 1) |
inf | 94 | drivers/sound/hex2hex.h | fclose(inf); |
inf | 1748 | drivers/sound/sequencer.c | struct synth_info inf; |
inf | 1751 | drivers/sound/sequencer.c | memcpy_fromfs ((char *) &inf, &(((char *) arg)[0]), sizeof (inf)); |
inf | 1752 | drivers/sound/sequencer.c | dev = inf.device; |
inf | 1782 | drivers/sound/sequencer.c | struct midi_info inf; |
inf | 1785 | drivers/sound/sequencer.c | memcpy_fromfs ((char *) &inf, &(((char *) arg)[0]), sizeof (inf)); |
inf | 1786 | drivers/sound/sequencer.c | dev = inf.device; |
inf | 1791 | drivers/sound/sequencer.c | memcpy_tofs ((&((char *) arg)[0]), (char *) &(midi_devs[dev]->info), sizeof (inf)); |
inf | 1798 | drivers/sound/sequencer.c | struct patmgr_info *inf; |
inf | 1801 | drivers/sound/sequencer.c | if ((inf = (struct patmgr_info *) kmalloc (sizeof (*inf), GFP_KERNEL)) == NULL) |
inf | 1807 | drivers/sound/sequencer.c | memcpy_fromfs ((char *) inf, &(((char *) arg)[0]), sizeof (*inf)); |
inf | 1808 | drivers/sound/sequencer.c | dev = inf->device; |
inf | 1812 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1818 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1822 | drivers/sound/sequencer.c | if ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1) |
inf | 1824 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1828 | drivers/sound/sequencer.c | memcpy_tofs ((&((char *) arg)[0]), (char *) inf, sizeof (*inf)); |
inf | 1829 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1836 | drivers/sound/sequencer.c | struct patmgr_info *inf; |
inf | 1839 | drivers/sound/sequencer.c | if ((inf = (struct patmgr_info *) kmalloc (sizeof (*inf), GFP_KERNEL)) == NULL) |
inf | 1845 | drivers/sound/sequencer.c | memcpy_fromfs ((char *) inf, &(((char *) arg)[0]), sizeof (*inf)); |
inf | 1846 | drivers/sound/sequencer.c | dev = inf->device; |
inf | 1850 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1856 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1860 | drivers/sound/sequencer.c | if ((err = pmgr_access (dev, inf)) < 0) |
inf | 1862 | drivers/sound/sequencer.c | kfree (inf); |
inf | 1866 | drivers/sound/sequencer.c | memcpy_tofs ((&((char *) arg)[0]), (char *) inf, sizeof (*inf)); |
inf | 1867 | drivers/sound/sequencer.c | kfree (inf); |