Searched refs:tell (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/
H A Dcons.h40 char awaitkey(int timeout, int tell);
H A Dcons.c128 awaitkey(int timeout, int tell) argument
136 if (tell && (i % POLL_FREQ) == 0) {
163 if (tell)
H A Dboot2.c80 void bootit(const char *filename, int howto, int tell);
193 bootit(const char *filename, int howto, int tell) argument
196 if (tell) {
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dboot.h48 void bootit(const char *filename, int howto, int tell);
H A Dunixcons.c156 awaitkey(int timeout, int tell) argument
169 if (tell) {
192 if (tell)
H A Dboot.c250 bootit(const char *filename, int howto, int tell) argument
253 if (tell) {
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/boot/
H A Dboot2.c235 bootit(const char *filename, int howto, int tell) argument
238 if (tell) {
432 int howto, tell; local
437 tell = ((howto & AB_VERBOSE) != 0);
439 bootit(filename, howto, tell);
443 bootit(names[i][0], howto, tell);
444 bootit(names[i][1], howto, tell);
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dpcio.c128 conputc('0' + i); /* to tell user what happens */
183 conputc('0' + i); /* to tell user what happens */
329 awaitkey(int timeout, int tell) argument
337 if (tell && (i % POLL_FREQ) == 0) {
367 if (tell)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dlibdso-1c.d10 # offsets into the GOT, with a tell-tale sign being one or more
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/loadkmap/din/
H A Ddin-kbdmap.c424 above table, please tell me..
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/loadkmap/pl_din/
H A Dpl_din-kbdmap.c429 above table, please tell me..
/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_main.c444 long tell; local
457 tell = ftell(fout);
461 if (extend && tell == ftell(fout)) {
527 long tell; local
546 tell = ftell(fout);
557 if (extend && tell == ftell(fout)) {
739 long tell; local
755 tell = ftell(fout);
759 if (extend && tell == ftell(fout)) {
776 long tell; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Dsccs2rcs.in36 # "rm -rf RCS; sccs unedit `sccs tell`; sccs clean"
49 # even destroyed as long as you don't tell anyone you wrote it.
82 set edits = (`sccs tell`)
309 foreach f (`sccs tell`)
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dkbdmap.c263 above table, please tell me..
/netbsd-6-1-5-RELEASE/sys/arch/x68k/usr.bin/loadkmap/
H A Djis_kmap.c257 above table, please tell me..
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/shark/
H A Dmsg.md.de83 system, you need to manually configure OpenFirmware to tell it where to
H A Dmsg.md.en79 system, you need to manually configure OpenFirmware to tell it where to
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/dosboot/
H A Dmain.c178 bootit(const char *filename, int howto, int tell) argument
181 if (tell) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h183 long tell(int);
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h181 long tell(int);
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h181 long tell(int);
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A Dsetjmp.S117 li v0, 1 # be nice if we could tell
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/keymaps/fr/
H A Dfr-kbdmap.c164 above table, please tell me..
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/mips/gen/
H A Dcompat_setjmp.S114 li v0, 1 # be nice if we could tell
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.h282 #define tell _telli64 macro

Completed in 223 milliseconds

123