tag | line | file | source code |
inf | 74 | arch/i386/boot/compressed/misc.c | void (*work)(int inf, int outf); |
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 | 1579 | drivers/sound/sequencer.c | struct synth_info inf; |
inf | 1582 | drivers/sound/sequencer.c | IOCTL_FROM_USER ((char *) &inf, (char *) arg, 0, sizeof (inf)); |
inf | 1583 | drivers/sound/sequencer.c | dev = inf.device; |
inf | 1612 | drivers/sound/sequencer.c | struct midi_info inf; |
inf | 1615 | drivers/sound/sequencer.c | IOCTL_FROM_USER ((char *) &inf, (char *) arg, 0, sizeof (inf)); |
inf | 1616 | drivers/sound/sequencer.c | dev = inf.device; |
inf | 1621 | drivers/sound/sequencer.c | IOCTL_TO_USER ((char *) arg, 0, (char *) &(midi_devs[dev]->info), sizeof (inf)); |
inf | 1628 | drivers/sound/sequencer.c | struct patmgr_info *inf; |
inf | 1631 | drivers/sound/sequencer.c | if ((inf = (struct patmgr_info *) KERNEL_MALLOC (sizeof (*inf))) == NULL) |
inf | 1637 | drivers/sound/sequencer.c | IOCTL_FROM_USER ((char *) inf, (char *) arg, 0, sizeof (*inf)); |
inf | 1638 | drivers/sound/sequencer.c | dev = inf->device; |
inf | 1642 | drivers/sound/sequencer.c | KERNEL_FREE (inf); |
inf | 1648 | drivers/sound/sequencer.c | KERNEL_FREE (inf); |
inf | 1652 | drivers/sound/sequencer.c | if ((err = synth_devs[dev]->pmgr_interface (dev, inf)) == -1) |
inf | 1654 | drivers/sound/sequencer.c | KERNEL_FREE (inf); |
inf | 1658 | drivers/sound/sequencer.c | IOCTL_TO_USER ((char *) arg, 0, (char *) inf, sizeof (*inf)); |
inf | 1659 | drivers/sound/sequencer.c | KERNEL_FREE (inf); |
inf | 1666 | drivers/sound/sequencer.c | struct patmgr_info *inf; |
inf | 1669 | drivers/sound/sequencer.c | if ((inf = (struct patmgr_info *) KERNEL_MALLOC (sizeof (*inf))) == NULL) |
inf | 1675 | drivers/sound/sequencer.c | IOCTL_FROM_USER ((char *) inf, (char *) arg, 0, sizeof (*inf)); |
inf | 1676 | drivers/sound/sequencer.c | dev = inf->device; |
inf | 1680 | drivers/sound/sequencer.c | KERNEL_FREE (inf); |
inf | 1686 | drivers/sound/sequencer.c | KERNEL_FREE (inf); |
inf | 1690 | drivers/sound/sequencer.c | if ((err = pmgr_access (dev, inf)) < 0) |
inf | 1692 | drivers/sound/sequencer.c | KERNEL_FREE (inf); |
inf | 1696 | drivers/sound/sequencer.c | IOCTL_TO_USER ((char *) arg, 0, (char *) inf, sizeof (*inf)); |
inf | 1697 | drivers/sound/sequencer.c | KERNEL_FREE (inf); |