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

1 2 3 4

  /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...]
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...]
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
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);
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);
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
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...]
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]);
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();
lirs.c 85 dump() function in typeref:typename:void
200 dump();
289 dump();
  /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");
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
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

Completed in 67 milliseconds

1 2 3 4