Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 248) sorted by relevance

12345678910

/dflybsd-src/contrib/file/magic/Magdir/
H A Ddump3 # $File: dump,v 1.17 2018/06/26 01:07:17 christos Exp $
4 # dump: file(1) magic for dump file format--for new and old dump filesystems
8 0 name new-dump-be
9 >4 bedate x This dump %s,
10 >8 bedate x Previous dump %s,
27 0 name old-dump-be
28 #>4 bedate x This dump %s,
29 #>8 bedate x Previous dump %s,
46 0 name ufs2-dump-be
47 >896 beqdate x This dump %s,
[all …]
H A Dlammps18 # Atom style binary dump file for the LAMMPS MD code
21 >0x08 string DUMPATOM LAMMPS atom style binary dump
28 >0x08 string DUMPATOM LAMMPS atom style binary dump
33 # Atom style binary dump file for the LAMMPS MD code
36 >0x08 string DUMPCUSTOM LAMMPS custom style binary dump
43 >0x08 string DUMPCUSTOM LAMMPS custom style binary dump
62 # LAMMPS text mode dump file
63 0 string ITEM:\ TIMESTEP LAMMPS text mode dump,
H A Dconvex22 # The following are a series of dump format magic numbers. Each one
23 # corresponds to a drastically different dump format. The first on is
24 # the original dump format on a 4.1 BSD or earlier file system. The
28 # a dump that is dependent on Convex Storage Manager, because data in
29 # secondary storage is not physically contained within the dump.
33 24 belong =60013 dump format, 4.2 or 4.3 BSD (IDC compatible)
34 24 belong =60014 dump format, Convex Storage Manager by-reference dump
H A Dedid4 # edid: file(1) magic for EDID dump files
6 0 quad 0x00ffffffffffff00 Extended display identification data dump
7 !:mime application/x-edid-dump
H A Dsinclair9 0 string =QL5 QL disk dump data,
15 # Sinclair QL OS dump (ThMO)
20 >>>>49136 belong <47104 QL OS dump data,
H A Dsgi34 0 belong 0xdeadadb0 IRIX core dump
38 0 belong 0xdeadad40 IRIX 64-bit core dump
42 0 belong 0xbabec0bb IRIX N32 core dump
45 # New style crash dump file
46 0 string \x43\x72\x73\x68\x44\x75\x6d\x70 IRIX vmcore dump of
H A Ddigital30 # UNIX core dump file may produce too many false hits, so we include one
34 0 string Core\001 Alpha COFF format core dump (Digital UNIX)
36 0 string Core\002 Alpha COFF format core dump (Digital UNIX)
/dflybsd-src/contrib/nvi2/catalog/
H A DMakefile5 all: dump ${CAT}
66 english.base: dump ${FILES} #Makefile
67 ./dump ${FILES} |\
73 dump: dump.c target
74 ${CC} -O -o dump dump.c
77 rm -f dump dump.o ${CAT} english.base *.check __ck1 __ck2
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dasn1_par.c68 int offset, int depth, int indent, int dump);
112 ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) in ASN1_parse_dump() argument
114 return (asn1_parse2(bp, &pp, len, 0, 0, indent, dump)); in ASN1_parse_dump()
119 int depth, int indent, int dump) in asn1_parse2() argument
182 indent, dump); in asn1_parse2()
196 indent, dump); in asn1_parse2()
271 } else if (!dump) { in asn1_parse2()
289 ((dump == -1 || dump > in asn1_parse2()
290 os->length) ? os->length : dump), in asn1_parse2()
350 } else if (len > 0 && dump) { in asn1_parse2()
[all …]
/dflybsd-src/stand/boot/pc32/btx/btx/
H A Dbtx.S777 dump.0: stosb # Save char
778 dump: lodsb # Load char label
780 jz dump.10 # Yes
782 jz dump.0 # No
791 jz dump.1 # No
793 call hex16 # dump it
794 dump.1: testb $DMP_X32,%ch # Dump long?
795 jz dump.2 # No
797 call hex32 # dump it
798 dump.2: testb $DMP_MEM,%ch # Dump memory?
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfunction-tests.c650 char *dump = read_file (SELFTEST_LOCATION, tmp_out.get_filename ()); in test_expansion_to_rtl() local
651 ASSERT_STR_CONTAINS (dump, "(function \"test_fn\"\n"); in test_expansion_to_rtl()
652 ASSERT_STR_CONTAINS (dump, " (insn-chain\n"); in test_expansion_to_rtl()
653 ASSERT_STR_CONTAINS (dump, " (block 2\n"); in test_expansion_to_rtl()
654 ASSERT_STR_CONTAINS (dump, " (edge-from entry (flags \"FALLTHRU\"))\n"); in test_expansion_to_rtl()
655 ASSERT_STR_CONTAINS (dump, " (cinsn "); /* ...etc. */ in test_expansion_to_rtl()
656 ASSERT_STR_CONTAINS (dump, " (edge-to exit (flags \"FALLTHRU\"))\n"); in test_expansion_to_rtl()
657 ASSERT_STR_CONTAINS (dump, " ) ;; block 2\n"); in test_expansion_to_rtl()
658 ASSERT_STR_CONTAINS (dump, " ) ;; insn-chain\n"); in test_expansion_to_rtl()
659 ASSERT_STR_CONTAINS (dump, " (crtl\n"); in test_expansion_to_rtl()
[all …]
H A Dgraphite.c117 n_p_bbs.dump (file); in print_global_statistics()
119 n_p_loops.dump (file); in print_global_statistics()
121 n_p_conditions.dump (file); in print_global_statistics()
123 n_p_stmts.dump (file); in print_global_statistics()
191 n_p_bbs.dump (file); in print_graphite_scop_statistics()
193 n_p_loops.dump (file); in print_graphite_scop_statistics()
195 n_p_conditions.dump (file); in print_graphite_scop_statistics()
197 n_p_stmts.dump (file); in print_graphite_scop_statistics()
H A Dprofile-count.c39 profile_count::dump (FILE *f) const in dump() function
66 dump (stderr); in debug()
119 profile_probability::dump (FILE *f) const in dump() function
147 dump (stderr); in debug()
H A Dcfg.c440 sum.dump (file); in check_bb_profile()
462 sum.dump (file); in check_bb_profile()
464 bb->count.dump (file); in check_bb_profile()
505 e->probability.dump (file); in dump_edge_info()
512 e->count ().dump (file); in dump_edge_info()
772 bb->count.dump (outf); in dump_bb_info()
901 taken_edge->probability.dump (dump_file); in update_bb_profile_for_threading()
903 prob.dump (dump_file); in update_bb_profile_for_threading()
/dflybsd-src/sbin/dump/
H A DMakefile16 PROG= dump
17 LINKS= ${BINDIR}/dump ${BINDIR}/rdump
20 MAN= dump.8
21 MLINKS+=dump.8 rdump.8
/dflybsd-src/usr.sbin/route6d/misc/
H A Dchkrt5 $dump="/var/tmp/route6d_dump";
8 system("rm -f $dump");
28 open(FD, "< $dump") || die "Can not open $dump";
/dflybsd-src/games/trek/
H A Ddumpgame.c42 struct dump { struct
50 static struct dump Dump_template[] = { argument
79 struct dump *d; in dumpgame()
145 struct dump *d; in readdump()
/dflybsd-src/gnu/usr.bin/binutils227/block3/incremental-dump/
H A DMakefile4 PROG_CXX= incremental-dump
5 OBJS= incremental-dump.o
16 incremental-dump: ${OBJS} ${COMMOBJS}
/dflybsd-src/usr.sbin/route6d/
H A Droute6d.c2775 FILE *dump; in ifdump() local
2779 dump = stderr; in ifdump()
2781 if ((dump = fopen(ROUTE6D_DUMP, "a")) == NULL) in ifdump()
2782 dump = stderr; in ifdump()
2784 fprintf(dump, "%s: Interface Table Dump\n", hms()); in ifdump()
2785 fprintf(dump, " Number of interfaces: %d\n", nifc); in ifdump()
2787 fprintf(dump, " %sadvertising interfaces:\n", i ? "non-" : ""); in ifdump()
2798 ifdump0(dump, ifcp); in ifdump()
2801 fprintf(dump, "\n"); in ifdump()
2802 if (dump != stderr) in ifdump()
[all …]
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v8.c67 uint32_t (**dump)[2], uint32_t *n_regs);
72 uint32_t (**dump)[2], uint32_t *n_regs);
389 uint32_t (**dump)[2], uint32_t *n_regs) in kgd_hqd_dump()
397 (*dump)[i][0] = (addr) << 2; \ in kgd_hqd_dump()
398 (*dump)[i++][1] = RREG32(addr); \ in kgd_hqd_dump()
401 *dump = kmalloc_array(HQD_N_REGS * 2, sizeof(uint32_t), GFP_KERNEL); in kgd_hqd_dump()
402 if (*dump == NULL) in kgd_hqd_dump()
488 uint32_t (**dump)[2], uint32_t *n_regs) in kgd_hqd_sdma_dump()
497 *dump = kmalloc_array(HQD_N_REGS * 2, sizeof(uint32_t), GFP_KERNEL); in kgd_hqd_sdma_dump()
498 if (*dump == NULL) in kgd_hqd_sdma_dump()
H A Damdgpu_amdkfd_gfx_v9.c108 uint32_t (**dump)[2], uint32_t *n_regs);
113 uint32_t (**dump)[2], uint32_t *n_regs);
497 uint32_t (**dump)[2], uint32_t *n_regs) in kgd_hqd_dump()
505 (*dump)[i][0] = (addr) << 2; \ in kgd_hqd_dump()
506 (*dump)[i++][1] = RREG32(addr); \ in kgd_hqd_dump()
509 *dump = kmalloc_array(HQD_N_REGS * 2, sizeof(uint32_t), GFP_KERNEL); in kgd_hqd_dump()
510 if (*dump == NULL) in kgd_hqd_dump()
603 uint32_t (**dump)[2], uint32_t *n_regs) in kgd_hqd_sdma_dump()
611 *dump = kmalloc_array(HQD_N_REGS * 2, sizeof(uint32_t), GFP_KERNEL); in kgd_hqd_sdma_dump()
612 if (*dump == NULL) in kgd_hqd_sdma_dump()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune-sched-atom.c194 ix86_atom_sched_reorder (FILE *dump, int sched_verbose, rtx_insn **ready, in ix86_atom_sched_reorder() argument
221 fprintf (dump, ";;\tatom sched_reorder: put %d insn on top\n", in ix86_atom_sched_reorder()
238 fprintf (dump, ";;\tslm sched_reorder: swap %d and %d insns\n", in ix86_atom_sched_reorder()
/dflybsd-src/usr.bin/crunch/examples/
H A Dfixit.conf24 progs badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
26 ln dump rdump
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dasn1pars.c78 int dump; member
96 asn1pars_config.dump = strtonum(arg, 1, INT_MAX, &errstr); in asn1pars_opt_dlimit()
135 .opt.value = &asn1pars_config.dump,
406 asn1pars_config.dump)) { in asn1parse_main()
/dflybsd-src/usr.sbin/mld6query/
H A Dmld6query.c68 static void dump(int);
151 dump(s); in main()
214 dump(int sockdesc) in dump() function

12345678910