Home
last modified time | relevance | path

Searched refs:getinfo (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sbin/luactl/
Dluactl.c54 static void getinfo(void);
89 getinfo(); in main()
120 getinfo(void) in getinfo() function
/netbsd/src/usr.bin/systat/
Dsyscall.c75 static void getinfo(struct Info *, int);
125 getinfo(&s2, SHOW_COUNTS | SHOW_TIMES); in initsyscall()
139 getinfo(&s, show); in fetchsyscall()
399 getinfo(struct Info *stats, int get_what) in getinfo() function
Dvmstat.c78 static void getinfo(struct Info *);
246 getinfo(&s2); in initvmstat()
259 getinfo(&s); in fetchvmstat()
699 getinfo(&s1); in vmstat_zero()
815 getinfo(struct Info *stats) in getinfo() function
/netbsd/src/usr.bin/audio/ctl/
Dctl.c57 static void getinfo(int fd);
289 getinfo(int fd) in getinfo() function
381 getinfo(fd); in main()
394 getinfo(fd); in main()
/netbsd/src/usr.sbin/gpioctl/
Dgpioctl.c46 static void getinfo(void);
125 getinfo(); in main()
215 getinfo(void) in getinfo() function
/netbsd/src/crypto/external/bsd/openssl/dist/apps/
Dtsget.in103 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE);
109 my $ct = $curl->getinfo(CURLINFO_CONTENT_TYPE);
/netbsd/src/sys/dev/
Dmidi_if.h70 void (*getinfo)(void *, struct midi_info *); member
Dmidi.c169 hwp->getinfo == 0) { in midiattach()
295 sc->hw_if->getinfo(sc->hw_hdl, &mi); in midi_attach()
1868 sc->hw_if->getinfo(sc->hw_hdl, mi); in midi_getinfo()
/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Dpbsdboot.c59 if (CheckCancel(0) || getinfo(fd, &start, &end) < 0) { in pbsdboot()
Dpbsdboot.h141 int getinfo(int fd, void **start, void **end);
Delf.c57 getinfo(int fd, void **start, void **end) in getinfo() function
/netbsd/src/sys/dev/usb/
Dumidi.c294 .getinfo = umidi_getinfo,