HomeSort by: relevance | last modified time | path
    Searched defs:dump (Results 1 - 25 of 25) sorted by relevancy

  /src/games/trek/
dumpgame.c 50 struct dump { struct
58 static struct dump Dump_template[] = {
72 ** DUMP GAME
74 ** This routine dumps the game onto the file "trek.dump". The
87 struct dump *d;
90 if ((fd = creat("trek.dump", 0644)) < 0) {
91 warn("cannot open `trek.dump'");
111 ** The game is restored from the file "trek.dump". In order for
125 if ((fd = open("trek.dump", O_RDONLY)) < 0 ||
141 ** READ DUMP
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh4_dev.cpp 68 SH4dev::dump(uint8_t bit) function in class:SH4dev
72 super::dump(bit);
sh_dev.cpp 49 SHdev::dump(uint8_t bit) function in class:SHdev
sh3_dev.cpp 68 SH3dev::dump(uint8_t bit) function in class:SH3dev
72 super::dump(bit);
  /src/tests/lib/libc/string/
t_swab.c 57 dump(const char *f, char *b, size_t l) function
87 dump("expect:", b, MAXCHK);
88 dump("result:", r, MAXCHK);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/
nouveau_nvkm_subdev_mxm_mxms.c 158 u8 *dump = desc; local
164 "%02x", dump[j]);
165 dump += headerlen;
168 for (i = 0; i < entries; i++, dump += recordlen) {
171 (ptr - data), "%02x", dump[j]);
  /src/regress/sys/uvm/pdsim/
lirs.c 85 dump() function
200 dump();
289 dump();
pdsim.h 159 #define dump(s) pdsim_dump(s) macro
160 void dump(const char *);
167 #define dump(s) /* nothing */ macro
  /src/sys/dev/acpi/
acpi_verbose.c 107 bool dump; local
109 dump = false;
121 dump = acpiverbose_modcmd_prop(arg);
123 if (dump != false)
144 obj = prop_dictionary_get(dict, "dump");
  /src/tests/net/
net_common.sh 414 # Try to dump states before destroying interfaces
535 dump() function
  /src/usr.sbin/mld6query/
mld6.c 69 static void dump(int);
152 dump(sock);
248 dump(int s) function
  /src/sys/arch/arc/arc/
minidebug.c 205 void dump(u_int *addr, u_int size) function
458 printf("dump ");
467 dump((u_int *)newaddr, size);
551 printf("tlb-dump\n");
944 * Dump TLB contents.
  /src/usr.sbin/lpr/common_source/
displayq.c 396 dump(nfile, file, copies);
410 * Give the abbreviated dump of the file names
413 dump(const char *nfile, const char *file, int copies) function
  /src/usr.sbin/pf/pfs/
pfs.c 458 int dump = 0; local
495 dump=1;
506 dump = 1;
525 if (set == 0 && dump == 0 && restore == 0 && test == 0)
528 if (dump == 1 && restore == 1)
542 if (set != 0 && dump == 0 && restore == 0)
545 if (dump) {
  /src/sbin/pppoectl/
pppoectl.c 62 static void print_stats(const char *ifname, int s, int dump);
104 int errs = 0, verbose = 0, dump = 0, dns1 = 0, dns2 = 0; local
124 dump++;
200 if (dump) {
201 print_stats(ifname, s, dump);
535 " to dump the current PPPoE session state\n"
634 print_stats(const char *ifname, int s, int dump)
644 /* dump PPPoE session state */
646 dump > 1 ? "PPPoE state:" : "state =",
652 if (dump > 1)
    [all...]
  /src/sys/arch/x86/include/
mtrr.h 124 void (*dump)(const char *tag); member in struct:mtrr_funcs
136 #define mtrr_dump(s) mtrr_funcs->dump(s)
  /src/tests/lib/libc/db/
h_db.c 66 static void dump(DB *, int, int);
321 dump(dbp, p[1] == 'r', 0);
324 dump(dbp, p[1] == 'r', 1);
495 dump(DB *dbp, int rev, int recurse) function
517 err(1, "line %zu: (dump) seq failed", lineno);
  /src/usr.sbin/mrouted/
main.c 69 static void dump(int);
252 (void)signal(SIGQUIT, dump);
273 if (debug >= 2) dump(0);
506 * Dump internal data structures to stderr.
509 dump(int i) function
517 * Dump internal data structures to a file.
534 * Dump local cache contents to a file.
  /src/usr.sbin/arp/
arp.c 85 static void dump(uint32_t);
160 dump(0);
380 dump(sin.sin_addr.s_addr);
432 * Dump the entire arp table
435 dump(uint32_t addr) function
  /src/sys/dev/nand/
nand.h 442 uint8_t *dump = data; local
447 printf("0x%.2hhx ", *dump);
448 dump++;
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 912 unsigned char *dump; local
925 dump = (unsigned char *) Subtable->Buffer - 4; /* place at beginning of cedt1 */
926 max = 0x01 << dump[offset]; /* 2^max, so 0=1, 1=2, 2=4, 3=8. 8 is MAX */
962 unsigned char *dump; local
975 dump = (unsigned char *) Subtable->Buffer - 4; /* place at beginning of cedt2 */
976 max = dump[offset];
  /src/sys/uvm/
uvm_pdpolicy_clockpro.c 69 #define dump(a) /* nothing */ macro
917 dump("hot called");
926 dump("hhottakeover");
992 dump("hot done");
1010 dump("hot");
1052 dump("hcoldtakeover");
1106 dump("cold done");
1128 dump("cold");
  /src/usr.sbin/route6d/
route6d.c 1300 /* Whole routing table dump */
2362 mib[4] = NET_RT_DUMP; /* Dump the kernel routing table */
2708 FILE *dump; local
2712 dump = stderr;
2714 if ((dump = fopen(ROUTE6D_DUMP, "a")) == NULL)
2715 dump = stderr;
2717 fprintf(dump, "%s: Interface Table Dump\n", hms());
2718 fprintf(dump, " Number of interfaces: %d\n", nifc);
2720 fprintf(dump, " %sadvertising interfaces:\n", i ? "non-" : "")
2801 FILE *dump; local
    [all...]
  /src/usr.sbin/traceroute/
traceroute.c 367 static int dump; variable
505 dump = 1;
1334 if (dump)
  /src/sys/dev/pci/
if_iwn.c 2746 * Dump the error log of the firmware when a firmware panic occurs. Although
2753 struct iwn_fw_dump dump; local
2761 sc->errptr + sizeof (dump) >
2773 iwn_mem_read_region_4(sc, sc->errptr, (uint32_t *)&dump,
2774 sizeof (dump) / sizeof (uint32_t));
2777 if (dump.valid == 0) {
2784 (dump.id < __arraycount(iwn_fw_errmsg)) ?
2785 iwn_fw_errmsg[dump.id] : "UNKNOWN",
2786 dump.id);
2787 aprint_error(" program counter = 0x%08X\n", dump.pc)
    [all...]

Completed in 72 milliseconds