/src/sbin/dump/ |
Makefile | 4 # dump.h header file 27 PROG= dump 28 LINKS= ${BINDIR}/dump ${BINDIR}/rdump 33 MAN= dump.8 34 MLINKS+=dump.8 rdump.8
|
/src/tests/usr.sbin/makefs/ |
t_makefs.sh | 47 dump 0f foo.dump -F foo.img 48 restore -rf foo.dump 60 rm -fr 1 2 foo foo.dump foo.img
|
/src/regress/sys/fs/ffs/ |
estimatecompare | 2 ## First arg is expected number of blocks. Rest are args to be passed to dump. 7 est=`/sbin/dump $* 2>&1 | grep estimated`
|
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/tests/net/if_loop/ |
t_basic.sh | 50 $DEBUG && dump
|
/src/share/examples/hostapd/ |
hostapd.conf | 39 # Dump file for state information (on SIGUSR1) 40 dump_file=/tmp/hostapd.dump
|
/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/ |
sh_dev.h | 55 virtual void dump(uint8_t); 84 virtual void dump(uint8_t); 101 virtual void dump(uint8_t);
|
sh4_dev.cpp | 68 SH4dev::dump(uint8_t bit) function in class:SH4dev 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/sbin/fsck_msdos/ |
Makefile | 10 DUMP= ${NETBSDSRCDIR}/sbin/dump 11 CPPFLAGS+= -I${FSCK} -I${DUMP} 12 .PATH: ${FSCK} ${DUMP}
|
/src/sbin/restore/ |
Makefile | 13 .PATH: ${NETBSDSRCDIR}/sbin/dump
|
/src/usr.bin/crunch/examples/ |
fixit.conf | 26 progs badsect chown clri disklabel dump dmesg fdisk fsck halt ifconfig init 28 ln dump rdump
|
/src/sbin/dump_lfs/ |
Makefile | 15 CPPFLAGS+=-DRDUMP -I${.CURDIR} -I${NETBSDSRCDIR}/sbin/dump 34 .PATH: ${NETBSDSRCDIR}/sbin/dump ${NETBSDSRCDIR}/sys/ufs/lfs \
|
/src/usr.bin/ktruss/ |
Makefile | 8 SRCS= ktrace.c dump.c subr.c misc.c setemul.c 17 dump.c: misc.h
|
/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/ |
pdsim.h | 159 #define dump(s) pdsim_dump(s) macro 160 void dump(const char *); 167 #define dump(s) /* nothing */ macro
|
/src/usr.sbin/rtadvd/ |
Makefile | 10 SRCS= rtadvd.c advcap.c if.c config.c timer.c dump.c
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_amdkfd_arcturus.c | 61 (*dump)[i][0] = (addr) << 2; \ 62 (*dump)[i++][1] = RREG32(addr); \ 203 uint32_t (**dump)[2], uint32_t *n_regs) 212 *dump = kmalloc_array(HQD_N_REGS * 2, sizeof(uint32_t), GFP_KERNEL); 213 if (*dump == NULL)
|
/src/tests/net/if_wg/ |
t_interoperability.sh | 111 $DEBUG && dump 183 $DEBUG && dump 269 $DEBUG && dump
|
/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/net/if_lagg/ |
t_lagg.sh | 217 $DEBUG && dump 312 $DEBUG && dump 356 $DEBUG && dump 429 $DEBUG && dump 566 $DEBUG && dump 687 $DEBUG && dump 708 $DEBUG && dump 729 $DEBUG && dump 750 $DEBUG && dump 882 $DEBUG && dump [all...] |
/src/sys/arch/hpc/stand/hpcboot/sh3/ |
sh_arch.cpp | 81 _dev->dump(HPC_MENU._cons_parameter);
|
/src/usr.sbin/lpr/common_source/ |
lp.h | 107 void dump(const char *, const char *, int);
|
/src/tests/usr.bin/shmif_pcapin/ |
t_basic.sh | 80 $DEBUG && dump
|