Searched refs:getinfo (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/external/mit/lua/dist/etc/
H A Dstrict.lua9 local getinfo, error, rawset, rawget = debug.getinfo, error, rawset, rawget
20 local d = getinfo(3, "S")
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/test/
H A Dtrace-calls.lua7 local t=debug.getinfo(3)
10 t=debug.getinfo(2)
H A Dtrace-globals.lua15 local t=debug.getinfo(3,"Sl")
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dmidi_if.h56 * 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
H A Dmidi.c159 hwp->getinfo == 0) {
273 sc->hw_if->getinfo(sc->hw_hdl, &mi);
305 hwif_softc->hw_if_ext = exthw; /* uses of getinfo */
1757 sc->hw_if->getinfo(sc->hw_hdl, mi);
/netbsd-6-1-5-RELEASE/usr.sbin/pvctxctl/
H A Dpvctxctl.c69 int getinfo = 1; local
85 getinfo = 0;
97 getinfo = 0;
133 if (getinfo) {
177 if (getinfo && pcr < 0) {
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/pbsdboot/
H A Dpbsdboot.c59 if (CheckCancel(0) || getinfo(fd, &start, &end) < 0) {
H A Dpbsdboot.h141 int getinfo(int fd, void **start, void **end);
H A Delf.c57 getinfo(int fd, void **start, void **end) function
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dsyscall.c78 static void getinfo(struct Info *, int);
128 getinfo(&s2, SHOW_COUNTS | SHOW_TIMES);
142 getinfo(&s, show);
409 getinfo(struct Info *stats, int get_what) function
H A Dvmstat.c78 static void getinfo(struct Info *);
257 getinfo(&s2);
270 getinfo(&s);
674 getinfo(&s1);
771 getinfo(struct Info *stats) function
/netbsd-6-1-5-RELEASE/usr.sbin/gpioctl/
H A Dgpioctl.c43 static void getinfo(void);
112 getinfo();
200 getinfo(void) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dtsget98 my $http_code = $curl->getinfo(CURLINFO_HTTP_CODE);
104 my $ct = $curl->getinfo(CURLINFO_CONTENT_TYPE);
/netbsd-6-1-5-RELEASE/usr.bin/audio/ctl/
H A Dctl.c57 static void getinfo(int fd);
287 getinfo(int fd) function
379 getinfo(fd);
392 getinfo(fd);
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumidi.c139 .getinfo = umidi_getinfo,

Completed in 111 milliseconds