HomeSort by: relevance | last modified time | path
    Searched refs:tell (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/arch/luna68k/stand/boot/
awaitkey.c 47 * awaitkey(const char *pfmt, int timeout, bool tell)
50 * print countdown message using "pfmt" if tell is true.
54 awaitkey(const char *pfmt, int timeout, bool tell)
62 if (tell)
75 if (tell)
81 if (tell) {
  /src/sys/arch/landisk/stand/boot/
cons.h 40 char awaitkey(int timeout, int tell);
cons.c 128 awaitkey(int timeout, int tell)
136 if (tell && (i % POLL_FREQ) == 0) {
163 if (tell)
boot2.c 80 void bootit(const char *filename, int howto, int tell);
194 bootit(const char *filename, int howto, int tell)
197 if (tell) {
  /src/sys/stand/efiboot/
prompt.c 74 awaitkey(int timeout, int tell)
83 if (tell) {
116 if (tell) {
  /src/sys/arch/zaurus/stand/zboot/
boot.h 49 void bootit(const char *filename, int howto, int tell);
unixcons.c 156 awaitkey(int timeout, int tell)
169 if (tell) {
191 if (tell)
boot.c 251 bootit(const char *filename, int howto, int tell)
254 if (tell) {
  /src/sys/arch/i386/stand/lib/
pcio.c 128 conputc('0' + i); /* to tell user what happens */
183 conputc('0' + i); /* to tell user what happens */
329 awaitkey(int timeout, int tell)
337 if (tell && (i % POLL_FREQ) == 0) {
367 if (tell)
  /src/sys/arch/amiga/stand/loadkmap/din/
din-kbdmap.c 424 above table, please tell me..
  /src/sys/arch/amiga/stand/loadkmap/pl_din/
pl_din-kbdmap.c 429 above table, please tell me..
  /src/usr.bin/rpcgen/
rpc_main.c 445 long tell; local in function:c_output
458 tell = ftell(fout);
462 if (extend && tell == ftell(fout)) {
560 long tell; local in function:h_output
584 tell = ftell(fout);
602 if (extend && tell == ftell(fout)) {
766 long tell; local in function:svc_output
782 tell = ftell(fout);
786 if (extend && tell == ftell(fout)) {
800 long tell; local in function:clnt_output
    [all...]
  /src/sys/arch/x68k/dev/
kbdmap.c 263 above table, please tell me..
  /src/sys/arch/x68k/usr.bin/loadkmap/
jis_kmap.c 257 above table, please tell me..
  /src/usr.sbin/sysinst/arch/shark/
msg.md.de 83 system, you need to manually configure OpenFirmware to tell it where to
msg.md.en 79 system, you need to manually configure OpenFirmware to tell it where to
msg.md.pl 81 system, you need to manually configure OpenFirmware to tell it where to
  /src/sys/arch/i386/stand/dosboot/
main.c 174 bootit(const char *filename, int howto, int tell)
177 if (tell) {
  /src/lib/libc/arch/mips/gen/
setjmp.S 117 li v0, 1 # be nice if we could tell
  /src/sys/arch/atari/stand/keymaps/fr/
fr-kbdmap.c 170 * above table, please tell me..
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
sancov.py 67 size = f.tell()
157 size = f.tell()
  /src/sys/arch/i386/stand/efiboot/
eficons.c 373 awaitkey(int timeout, int tell)
381 if (tell && timeout) {
398 if (tell && timeout)
424 if (tell)
428 if (tell)
  /src/lib/libc/compat/arch/mips/gen/
compat_setjmp.S 117 li v0, 1 # be nice if we could tell
  /src/doc/
TODO.compat-module 89 As far as I can tell, none of the MD compat code is currently built
  /src/common/dist/zlib/contrib/ada/
zlib.ads 111 -- Just for tell the compressor that input data is complete.
226 -- Filter. To tell the filter that incoming data are complete put the

Completed in 26 milliseconds

1 2