/titanic_51/usr/src/tools/scripts/ |
H A D | elfcmp.sh | 77 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_51/usr/src/uts/common/avs/ns/solaris/ |
H A D | nsc_solaris.c | 127 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_51/usr/src/cmd/ypcmd/ |
H A D | nick.c | 44 maketable(dump) in maketable() argument 45 int dump; in maketable() 69 if (!dump) {
|
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | BST.java | 209 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_51/usr/src/pkg/manifests/ |
H A D | developer-object-file.mf | 28 …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_51/usr/src/common/ficl/softcore/ |
H A D | softcore.fr | 147 Variable /dump 153 4 0 DO -1 /dump +! /dump @ 0< 158 /dump @ over + swap 164 dup .4 space .4 ." - " .4 space .4 drop 16 /dump +! space .chars ; 166 : dump ( addr u -- ) \ tools dump 168 0 ?DO I' I - 16 min /dump !
|
/titanic_51/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lp.c | 78 int dump = 0; in main() local 127 case 'D': /* dump */ in main() 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 D | lpr.c | 76 int dump = 0; in main() local 104 dump = 1; in main() 265 if (dump != 0) { in main()
|
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | scr_dump.c | 161 struct stat tty, dump; local 168 || stat(f, &dump) != 0 || stat(ctermid((char *) 0), &tty) != 0 169 || dump.st_mtime < tty.st_mtime)
|
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | scr_dump.c | 155 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_51/usr/src/lib/libsaveargs/tests/dump/ |
H A D | Makefile | 21 OBJECTS = dump.o 22 PROG = dump
|
/titanic_51/usr/src/cmd/sgs/dump/ |
H A D | Makefile.com | 27 PROG= dump 32 COMOBJS= dump.o fcns.o
|
/titanic_51/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.alt.in | 38 # dump =~ -> $dump =~ where $dump is `/usr/ccs/bin/dump /path/to/object`
|
H A D | etc.warn.in | 37 # 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\.1/ && !(needed=~/libpthread\.so\.1/) && syms=~/\b(fork|_fork)\b/:
|
/titanic_51/usr/src/lib/libkvm/common/ |
H A D | kvm.c | 136 return (fail(kd, err, "cannot read dump header")); in kvm_open() 152 * that, we insist on at least mmap(2)ing the dump map. in kvm_open() 220 * If we don't have a name list, try to dig it out of the kernel crash dump. 221 * (The symbols have been present in the dump, uncompressed, for nearly a 228 dumphdr_t *dump = &kd->kvm_dump; in kvm_nlist_core() local 229 char *msg = "couldn't extract symbols from dump"; in kvm_nlist_core() 233 if (dump->dump_ksyms_size != dump->dump_ksyms_csize) { in kvm_nlist_core() 238 if (dump->dump_ksyms + dump in kvm_nlist_core() [all...] |
/titanic_51/usr/src/cmd/backup/ |
H A D | Makefile | 31 COMMONPRODSUBDIRS= dump restore 40 PODIRS= dump restore
|
/titanic_51/usr/src/lib/libast/common/string/ |
H A D | ccmap.c | 715 dump(int from, int to) in dump() function 740 dump(CC_ASCII, i); in main() 741 dump(i, CC_ASCII); in main()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | ccmap.c | 715 dump(int from, int to) in dump() function 740 dump(CC_ASCII, i); in main() 741 dump(i, CC_ASCII); in main()
|
/titanic_51/usr/src/cmd/avs/errgen/ |
H A D | errgen.help.txt | 64 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_51/usr/src/lib/libnisdb/ |
H A D | db_c.x | 126 % Return TRUE if dump succeeds; FALSE otherwise. */ 127 % bool_t dump(char *outfile) {return (internal_db.dump(outfile));};
|
/titanic_51/usr/src/cmd/who/ |
H A D | who.c | 98 static void dump(void); 477 dump() in dump() function 747 dump(); in process() 765 dump(); in process() 802 dump(); in process()
|
/titanic_51/usr/src/cmd/sgs/libcrle/common/ |
H A D | dump.c | 106 dump(const char *opath, const char *npath) in dump() function 125 * objects (fptr == dump()). 185 * specific application dump it also. in scanconfig() 191 if (dump((const char *)0, str) != 0) in scanconfig() 363 * located via dlinfo(). Having load()'ed each object, and dump()'ed its image, 403 if (scanconfig(config, dump) != 0) in dumpconfig()
|
/titanic_51/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | dump.c | 25 * admin/edit/dump.c 247 gettext("%s: error performing %s dump (%s)\n"); 291 gettext("%s: dump header bad in %s\n"); 586 * dump_k5beta_header() - Make a dump header that is recognizable by Kerberos 647 * proceed with the dump, otherwise, just forget about it. 775 * dump_k5beta6_iterator() - Output a dump record in krb5b6 format. 826 * proceed with the dump, otherwise, just forget about it. 836 * The dump format is as follows: 855 * don't dump tl data types we know aren't understood by 950 * dump_iprop_iterator() - Output a dump recor 1353 dump_version *dump; global() local 2520 restore_dump(programname,kcontext,dumpfile,f,verbose,dump) restore_dump() argument [all...] |
/titanic_51/usr/src/cmd/zstreamdump/ |
H A D | zstreamdump.c | 45 * If dump mode is enabled, the number of bytes to print per line 49 * If dump mode is enabled, the number of bytes to group together, separated 66 (void) fprintf(stderr, "\t -d -- dump contents of blocks modified, " in usage() 221 * dump flag controls whether the contents of any modified data blocks in main() 225 boolean_t dump = B_FALSE; in main() local 241 dump = B_TRUE; in main() 427 if (dump) { in main() 461 * If this is verbose and/or dump output, in main() 481 * If in dump mode in main() 483 if (dump) { in main() [all...] |
/titanic_51/usr/src/cmd/krb5/slave/ |
H A D | kprop_script.sh | 13 /usr/sbin/kdb5_util dump /var/krb5/slave_datatrans
|