Searched defs:dump_dmpfile (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_device.h55 emlxs_file_t *dump_dmpfile[MAX_FC_BRDS]; member in struct:emlxs_device
H A Demlxs_fc.h2094 emlxs_file_t dump_dmpfile; member in struct:emlxs_hba
/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c356 emlxs_file_t dump_dmpfile; local
485 addr = (uintptr_t)device.dump_dmpfile[brd_no];
492 if (mdb_vread(&dump_dmpfile, sizeof (dump_dmpfile), addr)
493 != sizeof (dump_dmpfile)) {
495 sizeof (dump_dmpfile), addr);
499 size = (uintptr_t)dump_dmpfile.ptr -
500 (uintptr_t)dump_dmpfile.buffer;
515 if (mdb_vread(bptr, size, (uintptr_t)dump_dmpfile.buffer)
518 size, dump_dmpfile
[all...]

Completed in 54 milliseconds