Searched refs:dump (Results 26 - 50 of 93) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/crle/
H A DMakefile.com32 COMOBJ= config.o crle.o depend.o dump.o \
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c106 dump(const char *opath, const char *npath) function
125 * objects (fptr == dump()).
185 * specific application dump it also.
191 if (dump((const char *)0, str) != 0)
363 * located via dlinfo(). Having load()'ed each object, and dump()'ed its image,
403 if (scanconfig(config, dump) != 0)
/illumos-gate/usr/src/cmd/who/
H A Dwho.c98 static void dump(void);
477 dump() function
747 dump();
765 dump();
802 dump();
/illumos-gate/usr/src/cmd/format/
H A Dmisc.h130 * format parameter to dump()
170 void dump(char *, caddr_t, int, int);
H A Dmenu_scsi.c335 * Do a mode sense on a particular page, and dump the data.
361 dump(default_msg, msbuf, MODESENSE_PAGE_LEN(pg),
370 dump(current_msg, msbuf, MODESENSE_PAGE_LEN(pg),
379 dump(saved_msg, msbuf, MODESENSE_PAGE_LEN(pg),
388 dump(changeable_msg, msbuf, MODESENSE_PAGE_LEN(pg),
689 dump(" ", inqbuf, inq->inq_len + 5, HEX_ASCII);
H A Dctlr_scsi.c388 * If we're debugging the drive, dump every page
2143 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_
[all...]
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A D_crle.h196 extern int dump(Crle_desc *);
H A Ddump.c53 dump(Crle_desc * crle) function
/illumos-gate/usr/src/cmd/isns/isnsd/
H A DMakefile36 COBJS += dump.o msgq.o server.o config.o esi.o obj.o utils.o dd.o func.o
H A Dcache.c104 imc->dump = obj_dump;
455 * dump the hash table for debugging purpose.
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A DMakefile10 kdb5_destroy.o ovload.o strtok.o dump.o
H A Ddump.c25 * 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; local
[all...]
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c42 static void dump(wchar_t *, wchar_t *);
173 dump(np->name, np->def);
178 dump(np->name, np->def);
183 dump(wchar_t *name, wchar_t *defnn) function
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table_c.x221 % int dump( char *);
H A Ddb_dictionary_c.x133 % int dump();
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h659 #define BADERR(dump, msg) logbad(dump, msg ": %s", rip_strerror(errno))
661 #define DBGERR(dump, msg) BADERR(dump, msg)
663 #define DBGERR(dump, msg) LOGERR(msg)
H A Dtrace.c225 int dump) /* -1=no dump, 0=default, 1=force */
264 if (dump > 0 ||
265 (dump == 0 && old_tracelevel == 0 && tracelevel != 0))
272 int dump) /* -1=no dump, 0=default, 1=force */
282 * main() calls this routine with "dump == -1". All others
283 * call it with 0, so we take dump == -1 to mean "can create
286 allow_create = (dump == -1);
305 } else if (strcmp(filename, "dump/
224 tracelevel_msg(const char *pat, int dump) argument
270 set_tracefile(const char *filename, const char *pat, int dump) argument
[all...]
/illumos-gate/usr/src/cmd/zstreamdump/
H A Dzstreamdump.c46 * If dump mode is enabled, the number of bytes to print per line
50 * If dump mode is enabled, the number of bytes to group together, separated
67 (void) fprintf(stderr, "\t -d -- dump contents of blocks modified, "
222 * dump flag controls whether the contents of any modified data blocks
226 boolean_t dump = B_FALSE; local
242 dump = B_TRUE;
429 if (dump) {
469 * If this is verbose and/or dump output,
495 * If in dump mode
497 if (dump) {
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A DMakefile5 # cmd/backup/dump/Makefile
11 # dump.h header file
15 # dumponline.c online dump support
20 # partial.c partial filesystem dump support
25 # PARTIAL enable partial filesystem dump support
60 ../include/rmt.h dump.h dumpusg.h
H A Ddump.h118 char lastincno; /* increment number of previous dump */
130 int nsubdir; /* counts subdirs, for deciding to dump a dir */
162 daddr32_t filenum; /* position of dump on 1st volume */
163 int dumpstate; /* dump output state (see below) */
210 #define X_ABORT 3 /* abort all of dump; no checkpoint restart */
345 extern void dump(struct dinode *);
469 extern void dump();
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c78 int fd, i, dir, c, loaded, dump, hlen; local
87 dump = 0;
140 dump = 1;
311 if (dump == 1) {
/illumos-gate/usr/src/cmd/sgs/packages/
H A DMakefile78 ../dump \
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl_inter.h156 void _nsc_mark_pages(void addr, void size, int dump) { } argument
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile59 dump \
/illumos-gate/usr/src/man/man9e/
H A DMakefile36 dump.9e \

Completed in 76 milliseconds

1234