/src/regress/sys/fs/ffs/ |
Makefile | 13 ## - dump handles properly the 'nodump' flag, and that restore can 49 ${MAKECMD} dump 51 ${MAKECMD} clean-dump; 53 clean: clean-tmpfs clean-template clean-dump 54 clean-dump: 69 dump: target 70 @echo "*** Testing dump nodump flag support." 71 @# First of all, estimate the size of a dump of just the tmpfs. 76 @echo "*** Testing dump/restore support" 78 dump -0 -h9 -B10000 -f - ${CVND}${MPART} | [all...] |
/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 in typeref:typename:void 87 dump("expect:", b, MAXCHK); 88 dump("result:", r, MAXCHK);
|
/src/usr.bin/ktruss/ |
Makefile | 8 SRCS= ktrace.c dump.c subr.c misc.c setemul.c 17 dump.c: misc.h
|
/src/sys/arch/arm/arm32/ |
stubs.c | 85 * If there is extra space, put dump at the end to 92 int nblks, dumpblks; /* size of dump area */ 105 /* If dump won't fit (incl. room for possible label), punt. */ 109 /* Put dump at end of partition */ 121 * cpu_dump: dump the machine-dependent kernel core dump headers. 126 int (*dump)(dev_t, daddr_t, void *, size_t); local in function:cpu_dump 137 dump = bdev->d_dump; 168 return dump(dumpdev, dumplo, bf, dbtob(1)); 172 * cpu_dumpsize: calculate size of machine-dependent kernel core dump headers [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/ |
nouveau_nvkm_subdev_mxm_mxms.c | 158 u8 *dump = desc; local in function:mxms_foreach 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 in typeref:typename:void 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 in function:acpiverbose_modcmd 109 dump = false; 121 dump = acpiverbose_modcmd_prop(arg); 123 if (dump != false) 144 obj = prop_dictionary_get(dict, "dump");
|
/src/usr.sbin/mld6query/ |
mld6.c | 69 static void dump(int); 152 dump(sock); 248 dump(int s) function in typeref:typename:void
|
/src/tests/net/ |
net_common.sh | 414 # Try to dump states before destroying interfaces 535 dump() function
|
/src/sys/arch/arc/arc/ |
minidebug.c | 205 void dump(u_int *addr, u_int size) function in typeref:typename:void 458 printf("dump "); 467 dump((u_int *)newaddr, size); 551 printf("tlb-dump\n"); 944 * Dump TLB contents.
|
/src/sys/arch/i386/i386/ |
dumpsys.c | 167 * if dump device has already configured... 182 printf("dump "); 189 /* toss any characters present prior to dump */ 218 printf("BAD dump size (%ld [written] != %ld [expected])\n", 264 * If there is extra space, put dump at the end to 268 * savecore(8) has to know where to start reading in the dump device 271 * Note also that a sparse dump will never be larger than a full one: 278 int nblks, dumpblks; /* size of dump area */ 291 /* If dump won't fit (incl. room for possible label): */ 293 /* A sparse dump might (and hopefully will) fit. * 640 int (*dump)(dev_t, daddr_t, void *, size_t); local in function:dumpsys_seg [all...] |
/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 in typeref:typename:void
|
/src/usr.sbin/pf/pfs/ |
pfs.c | 458 int dump = 0; local in function:main 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/sys/arch/cesfic/cesfic/ |
machdep.c | 321 /* If rebooting and a dump is requested do it. */ 366 * If there is extra space, put dump at the end to 372 int nblks; /* size of dump area */ 389 /* Put dump at end of partition, and make it fit. */ 397 * Dump physical memory onto the dump device. Called by doadump() 405 /* dump routine */ 406 int (*dump)(dev_t, daddr_t, void *, size_t); local in function:dumpsys 409 int error; /* error code from (*dump)() */ 411 /* Don't put dump messages in msgbuf. * [all...] |
/src/sys/arch/next68k/next68k/ |
machdep.c | 152 * Machine-independent crash dump header info. 163 * Memory segments to dump. This is initialized from the phys_seg_list 289 * Initialize the kernel crash dump header. 446 /* If rebooting and a dump is requested, do it. */ 482 * Initialize the kernel crash dump header. 546 * Compute the size of the machine-dependent crash dump header. 561 * Called by dumpsys() to dump the machine-dependent header. 564 cpu_dump(int (*dump)(dev_t, daddr_t, void *, size_t), daddr_t *blknop) 580 error = (*dump)(dumpdev, *blknop, (void *)buf, sizeof(buf)); 596 * If there is extra space, put dump at the end t 637 int (*dump)(dev_t, daddr_t, void *, size_t); local in function:dumpsys [all...] |
/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 in function:main 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 in typeref:typename:void 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 in typeref:typename:void 517 * Dump internal data structures to a file. 534 * Dump local cache contents to a file.
|
/src/sys/arch/atari/atari/ |
machdep.c | 383 * Don't dump on the first PAGE_SIZE (why PAGE_SIZE?) 384 * in case the dump device includes a disk label. 392 * getting on the dump stack, either when called above, or by 400 int (*dump)(dev_t, daddr_t, void *, size_t); local in function:dumpsys 405 int nbytes; /* Bytes left to dump */ 416 * if dump device has already configured... 429 printf("Do you want to dump memory? [y]"); 448 dump = bdev->d_dump; 451 printf("dump "); 453 error = cpu_dump(dump, &blkno) [all...] |