HomeSort by: relevance | last modified time | path
    Searched refs:getinfo (Results 1 - 15 of 15) sorted by relevancy

  /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
  /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
  /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
vmstat.c 78 static void getinfo(struct Info *);
246 getinfo(&s2);
259 getinfo(&s);
699 getinfo(&s1);
815 getinfo(struct Info *stats) function
  /src/usr.sbin/gpioctl/
gpioctl.c 46 static void getinfo(void);
125 getinfo();
215 getinfo(void) function
  /src/usr.bin/audio/ctl/
ctl.c 57 static void getinfo(int fd);
289 getinfo(int fd) function
381 getinfo(fd);
394 getinfo(fd);
  /src/crypto/external/apache2/openssl/dist/apps/
tsget.in 103 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE);
109 my $ct = $curl->getinfo(CURLINFO_CONTENT_TYPE);
  /src/crypto/external/bsd/openssl/dist/apps/
tsget.in 103 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE);
109 my $ct = $curl->getinfo(CURLINFO_CONTENT_TYPE);
  /src/crypto/external/bsd/openssl.old/dist/apps/
tsget.in 103 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE);
109 my $ct = $curl->getinfo(CURLINFO_CONTENT_TYPE);
  /src/external/bsd/libfido2/dist/examples/
info.c 280 getinfo(const char *path) function
379 getinfo(argv[1]);
  /src/sys/dev/usb/
umidi.c 294 .getinfo = umidi_getinfo,

Completed in 47 milliseconds