/src/sys/dev/ |
midi_if.h | 56 * getinfo - Called at attach time 70 void (*getinfo)(void *, struct midi_info *); member in struct:midi_hw_if 84 * midi_register_hw_if_ext() function during getinfo(); thereafter midi will
|
midi.c | 169 hwp->getinfo == 0) { 295 sc->hw_if->getinfo(sc->hw_hdl, &mi); 330 hwif_softc->hw_if_ext = exthw; /* uses of getinfo */ 1868 sc->hw_if->getinfo(sc->hw_hdl, mi);
|
/src/sbin/luactl/ |
luactl.c | 54 static void getinfo(void); 89 getinfo(); 120 getinfo(void) function in typeref:typename:void
|
/src/sys/arch/hpcmips/stand/pbsdboot/ |
pbsdboot.c | 59 if (CheckCancel(0) || getinfo(fd, &start, &end) < 0) {
|
pbsdboot.h | 141 int getinfo(int fd, void **start, void **end);
|
elf.c | 57 getinfo(int fd, void **start, void **end) function in typeref:typename:int
|
/src/usr.bin/systat/ |
syscall.c | 75 static void getinfo(struct Info *, int); 125 getinfo(&s2, SHOW_COUNTS | SHOW_TIMES); 139 getinfo(&s, show); 399 getinfo(struct Info *stats, int get_what) function in typeref:typename:void
|
vmstat.c | 78 static void getinfo(struct Info *); 246 getinfo(&s2); 259 getinfo(&s); 699 getinfo(&s1); 815 getinfo(struct Info *stats) function in typeref:typename:void
|
/src/usr.sbin/gpioctl/ |
gpioctl.c | 46 static void getinfo(void); 125 getinfo(); 215 getinfo(void) function in typeref:typename:void
|
/src/usr.bin/audio/ctl/ |
ctl.c | 57 static void getinfo(int fd); 289 getinfo(int fd) function in typeref:typename:void 381 getinfo(fd); 394 getinfo(fd);
|
/src/sys/dev/usb/ |
umidi.c | 294 .getinfo = umidi_getinfo,
|