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

  /src/sys/arch/atari/stand/tostools/loadbsd/
loadbsd.c 138 eprintf("%s\r\n", version);
145 eprintf("Machine info:\r\n");
146 eprintf("ST-RAM size\t: %10d bytes\r\n",od->stmem_size);
147 eprintf("TT-RAM size\t: %10d bytes\r\n",od->ttmem_size);
148 eprintf("TT-RAM start\t: 0x%08x\r\n", od->ttmem_start);
149 eprintf("Cpu-type\t: 0x%08x\r\n", od->cputype);
175 eprintf("\r\nKernel info:\r\n");
176 eprintf("Kernel loadaddr\t: 0x%08x\r\n", od->kstart);
177 eprintf("Kernel size\t: %10d bytes\r\n", od->ksize);
178 eprintf("Kernel entry\t: 0x%08x\r\n", od->kentry)
    [all...]
  /src/sys/arch/atari/stand/tostools/rawwrite/
rawwrite.c 97 eprintf("%s\r\n", version);
110 eprintf("Only %d tracks in input file\r\n", i);
119 eprintf("\r\n");
120 eprintf(".");
126 eprintf("\r\n");
151 eprintf("Usage: %s [-hvVw] [-o <log-file>] <infile>\r\n", progname);
158 eprintf("\r
  /src/sys/arch/atari/stand/tostools/file2swp/
file2swp.c 53 eprintf("Usage: %s [OPTIONS] DISK\n"
121 eprintf("Unable to open <%s>\n", Infile);
131 eprintf("Error writing to swap partition\n");
135 eprintf("Error: filesize exceeds swap "
141 eprintf("Ready\n");
145 eprintf("Aborted\n");
160 eprintf("Device I/O error (hardware problem?)\n\n");
167 eprintf("NetBSD/Atari format%s, Swap partition start:%d, end:%d\n",
171 eprintf("NetBSD/Atari format: no swap defined\n");
189 eprintf("Device I/O error (hardware problem?)\n\n")
    [all...]
  /src/sys/arch/atari/stand/tostools/libtos/
error.c 85 eprintf("%s: ", program_name);
91 eprintf(": %s", es);
93 eprintf(": unknown error %d", err);
96 eprintf("\n");
eprintf.c 1 /* $NetBSD: eprintf.c,v 1.2 2009/03/14 15:36:04 dsl Exp $ */
58 eprintf(char *frm) function in typeref:typename:int
Makefile 6 eprintf.o error.o sysinfo.o xalloc.o xexit.o keywait.o
libtos.h 76 EXTERN int eprintf PROTO((char *, ...));
  /src/sys/arch/atari/stand/tostools/aptck/
aptck.in 47 eprintf("%s\n", "$Revision: 1.1.1.1 $");
54 eprintf("Usage: aptck [OPTIONS] DISK..\n"
  /src/sys/arch/atari/stand/tostools/chg_pid/
chg_pid.c 145 eprintf("%s\r\n", version);
153 eprintf("Note: >>> Both drive and partition numbers start "
159 eprintf("About to change id of partition %d on drive %d to %s\r\n",
170 eprintf("Done\r\n");
171 else eprintf("Not Done\r\n");
174 else eprintf("Partition number not found\r\n");
177 eprintf("Aborted\r\n");
274 eprintf("Changing partition %d: %s -> %s ...", pno, s1, s2);
313 eprintf("Usage: %s [-hVwt] [ -o <output file>] <driveno> <partno> "
321 eprintf("\
    [all...]

Completed in 13 milliseconds