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

1234

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dhtable.c1081 * dump all objects stored in the hash table for debug purpose.
1103 tab->c->dump(items->p);
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c485 ".dump ?TABLE? ... Dump the database in a text format\n"
594 if( c=='d' && strncmp(azArg[0], "dump", n)==0 ){
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s1664 ! problem that a dump hangs if flush_windows() causes another panic.
1752 ! problem that a dump hangs if flush_windows() causes another panic.
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c366 {"dump", 2, DUMP},
975 dump(&argv[path_index]);
H A Dg_adm.c2221 * dump() Dump information
2227 dump(char **argv) function
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c662 DEBUG_EXEC_DUMP_DS, "exec-dump-ds",
663 DEBUG_EXEC_DUMP_RS, "exec-dump-rs",
667 DEBUG_EXIT_DUMP, "exit-dump",
668 DEBUG_DUMP_TOKENS, "dump-tokens",
672 DEBUG_DUMP_DICT_TOKENS, "dump-dict-tokens",
674 DEBUG_DUMP_TOKEN_TABLE, "dump-token-table",
834 log_message(MSG_INFO, "Dictionary dump: base: %p\n", env->base);
1040 dump(fcode_env_t *env) function
1574 FORTH(IMMEDIATE, "dump-words", dump_words);
1575 FORTH(IMMEDIATE, "dump
[all...]
/illumos-gate/usr/src/lib/libast/common/string/
H A Dccmap.c715 dump(int from, int to) function
740 dump(CC_ASCII, i);
741 dump(i, CC_ASCII);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc1055 db_mindex::dump(char *file) function in class:db_mindex
H A Ddb_table.cc39 #include "db_pickle.h" /* for dump and load */
1105 db_table::dump(char *file) function in class:db_table
1108 READLOCK(this, -1, "r db_table::dump");
1116 READUNLOCK(this, ret, "ru db_table::dump");
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c422 PRINT_VOPSTAT(niceflag, dump);
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c1187 dump("", label->dkl_pad, LEN_DKL_PAD, HEX_ONLY);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c242 * Used by ufs_dump() to dump data to disk directly.
244 struct dump { struct
251 static struct dump *dump_info = NULL;
6154 * Called when the kernel is in a frozen state to dump data
6155 * directly to the device. It uses a private dump data structure,
6156 * set up by dump_ctl, to locate the correct disk block to which to dump.
6178 * the dump structure is allocated.
6199 * Find the physical disk block numbers from the dump
6225 * Prepare the file system before and after the dump operation.
6228 * Preparation before dump, allocat
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S373 call dump # buffer
716 dump.0: stosb # Save char
717 dump: lodsb # Load char label
719 jz dump.10 # Yes
721 jz dump.0 # No
730 jz dump.1 # No
732 call hex16 # dump it
733 dump.1: testb $DMP_X32,%ch # Dump long?
734 jz dump.2 # No
736 call hex32 # dump i
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c30 * Can also be used to dump entries from a ldap container in /etc format.
67 void (*dump)(ns_ldap_result_t *); member in struct:ttypelist_t
4164 /* Pass cred only if supplied. Cred is not always needed for dump */
4181 (*(tt->dump))(eres);
4249 (*(tt->dump))(eres);
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c117 _FEMOPDEF(DUMP, dump),
171 _FEMGUARD(DUMP, dump),
H A Dvnode.c4092 VOPSTATS_UPDATE(vp, dump);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c3272 * The 'dump' boolean tells us whether this action should dump the
3277 nfs4_send_siglost(pid_t pid, mntinfo4_t *mi, vnode_t *vp, bool_t dump, argument
3287 nfs4_queue_event(dump ? RE_SIGLOST : RE_SIGLOST_NO_DUMP, mi,
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c66 nodev, /* dump */
4378 "Failed to force adapter dump");
4381 "Forced adapter dump successfully");
4387 "Failed to force adapter dump and reset");
4390 "Forced adapter dump and reset successfully");
9014 caddr_t dump; local
9049 dump = kmem_zalloc(dump_size, KM_SLEEP);
9055 pm.pm_data_buf = dump;
9061 if (ddi_copyout((void *)dump, (void *)fcio->fcio_obuf,
9076 kmem_free(dump, dump_siz
[all...]

Completed in 165 milliseconds

1234