Home
last modified time | relevance | path

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

123456

/titanic_50/usr/src/tools/scripts/
H A Delfcmp.sh77 dump -h "$1" | grep '\[[0-9]' | awk '{print $7}'
81 dump -hv "$1" | grep '\[[0-9]' | awk '$3 ~ /A/ {print $4, $5, $6, $7}'
94 SHSTRNDX=`dump -f "$1" | awk '{if (NR==11) print $5}'`
95 SHSTRTAB=`dump -h "$1" | grep "^\\[$SHSTRNDX\\]" | \
128 dump -s -n $s "$1" | sed '/:/d' >$TMP1
129 dump -s -n $s "$2" | sed '/:/d' >$TMP2
140 dump -sv -n $s "$1" | sed '/:/d' >$TMP1
141 dump -sv -n $s "$2" | sed '/:/d' >$TMP2
153 HDR=$(dump -op $1 | wc -l)
/titanic_50/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_solaris.c127 mark_rm_pages_to_dump(addr, size, dump) in mark_rm_pages_to_dump() argument
129 int size, dump;
136 _nsc_mark_pages(caddr_t addr, size_t size, int dump) in _nsc_mark_pages() argument
138 if (mark_rm_pages_to_dump(addr, (int)size, dump) < 0) in _nsc_mark_pages()
140 (dump ? "mark" : "unmark"), addr, (int)size); in _nsc_mark_pages()
/titanic_50/usr/src/cmd/ypcmd/
H A Dnick.c44 maketable(dump) in maketable() argument
45 int dump; in maketable()
69 if (!dump) {
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBST.java209 public void dump() { in dump() method in BST
224 left.dump(); in dump()
226 right.dump(); in dump()
303 bst.dump(); in main()
305 bst.left.dump(); in main()
307 bst.right.dump(); in main()
/titanic_50/usr/src/pkg/manifests/
H A Ddeveloper-object-file.mf28 …value="software development utilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs…
48 file path=usr/bin/$(ARCH64)/dump mode=0555
56 file path=usr/bin/dump mode=0555
104 file path=usr/share/man/man1/dump.1
125 …desc="software development utilities, including ar, dis, dump, elfdump, elfedit, lex, lorder, mcs,…
129 license usr/src/cmd/backup/dump/THIRDPARTYLICENSE \
130 license=usr/src/cmd/backup/dump/THIRDPARTYLICENSE
132 link path=usr/ccs/bin/$(ARCH64)/dump target=../../../bin/$(ARCH64)/dump
140 link path=usr/ccs/bin/dump target=../../bin/dump
/titanic_50/usr/src/cmd/print/bsd-sysv-commands/
H A Dlp.c78 int dump = 0; in main() local
128 dump = 1; in main()
272 if (dump != 0) { in main()
303 if (((silent == 0) || (dump != 0)) && in main()
323 if (dump != 0) { in main()
H A Dlpr.c76 int dump = 0; in main() local
104 dump = 1; in main()
265 if (dump != 0) { in main()
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dscr_dump.c155 struct stat tty, dump; in scr_init() local
160 stat(f, &dump) != 0 || name == NULL || stat(name, &tty) != 0) in scr_init()
163 if (dump.st_mtime < tty.st_mtime) in scr_init()
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dscr_dump.c161 struct stat tty, dump; local
168 || stat(f, &dump) != 0 || stat(ctermid((char *) 0), &tty) != 0
169 || dump.st_mtime < tty.st_mtime)
/titanic_50/usr/src/lib/libsaveargs/tests/dump/
H A DMakefile21 OBJECTS = dump.o
22 PROG = dump
/titanic_50/usr/src/cmd/sgs/dump/
H A DMakefile.com27 PROG= dump
32 COMOBJS= dump.o fcns.o
/titanic_50/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in38 # dump =~ -> $dump =~ where $dump is `/usr/ccs/bin/dump /path/to/object`
H A Detc.warn.in37 # dump =~ -> $dump =~ where $dump is `/usr/ccs/bin/dump /path/to/object`
70 WARNING:fork1_forkall:gettext("non-POSIX libthread fork call"):MATCH dump=~/NEEDED\s*libthread\.so\…
/titanic_50/usr/src/lib/libkvm/common/
H A Dkvm.c228 dumphdr_t *dump = &kd->kvm_dump; in kvm_nlist_core() local
233 if (dump->dump_ksyms_size != dump->dump_ksyms_csize) { in kvm_nlist_core()
238 if (dump->dump_ksyms + dump->dump_ksyms_size > kd->kvm_coremapsize) { in kvm_nlist_core()
260 (uintptr_t)dump->dump_ksyms), dump->dump_ksyms_size); in kvm_nlist_core()
261 } while (rval < dump->dump_ksyms_size && errno == EINTR); in kvm_nlist_core()
263 if (rval < dump->dump_ksyms_size) { in kvm_nlist_core()
/titanic_50/usr/src/cmd/backup/
H A DMakefile31 COMMONPRODSUBDIRS= dump restore
40 PODIRS= dump restore
/titanic_50/usr/src/lib/libast/common/string/
H A Dccmap.c715 dump(int from, int to) in dump() function
740 dump(CC_ASCII, i); in main()
741 dump(i, CC_ASCII); in main()
/titanic_50/usr/src/cmd/avs/errgen/
H A Derrgen.help.txt64 INTERNALDUMP = Internal state dump @@
70 #define SV_EINTERNALDUMP 0x09030003 /* Internal state dump */
76 `SV_EINTERNALDUMP` = Internal state dump
91 * Internal state dump
101 "Internal State dump",
/titanic_50/usr/src/lib/libnisdb/
H A Ddb_c.x127 % bool_t dump(char *outfile) {return (internal_db.dump(outfile));};
/titanic_50/usr/src/cmd/who/
H A Dwho.c98 static void dump(void);
477 dump() in dump() function
747 dump(); in process()
765 dump(); in process()
802 dump(); in process()
/titanic_50/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c106 dump(const char *opath, const char *npath) in dump() function
191 if (dump((const char *)0, str) != 0) in scanconfig()
403 if (scanconfig(config, dump) != 0) in dumpconfig()
/titanic_50/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c1353 dump_version *dump; local
1373 dump = &r1_3_version;
1386 dump = &old_version;
1388 dump = &beta6_version;
1390 dump = &beta7_version;
1392 dump = &ov_version;
1395 dump = &iprop_version;
1537 fprintf(arglist.ofile, "%s", dump->header);
1565 if (dump->header[strlen(dump->header)-1] != '\n')
1572 dump->dump_princ,
[all …]
/titanic_50/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c225 boolean_t dump = B_FALSE; in main() local
241 dump = B_TRUE; in main()
427 if (dump) { in main()
483 if (dump) { in main()
551 if (dump) { in main()
/titanic_50/usr/src/cmd/krb5/slave/
H A Dkprop_script.sh13 /usr/sbin/kdb5_util dump /var/krb5/slave_datatrans
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h659 #define BADERR(dump, msg) logbad(dump, msg ": %s", rip_strerror(errno)) argument
661 #define DBGERR(dump, msg) BADERR(dump, msg) argument
663 #define DBGERR(dump, msg) LOGERR(msg) argument
/titanic_50/usr/src/cmd/format/
H A Dctlr_scsi.c2143 dump("", (caddr_t)rqbuf, rqlen, HEX_ONLY);
2280 dump("Mode sense: ", mode_sense_buf,
2296 dump("Mode sense: ", mode_sense_buf,
2315 dump("Mode sense: ", mode_sense_buf,
2328 dump("header: ", (caddr_t)header,
2330 dump("data: ", page_data,
2393 dump("header: ", (caddr_t)header,
2395 dump("data: ", (caddr_t)page_data,
2546 dump("", (caddr_t)inqbuf, n, HEX_ASCII);
2645 dump("Capacity: ", (caddr_t)capacity,
[all …]

123456