Home
last modified time | relevance | path

Searched refs:dump_dmpfile (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c356 emlxs_file_t dump_dmpfile; in emlxs_dump() local
485 addr = (uintptr_t)device.dump_dmpfile[brd_no]; in emlxs_dump()
492 if (mdb_vread(&dump_dmpfile, sizeof (dump_dmpfile), addr) in emlxs_dump()
493 != sizeof (dump_dmpfile)) { in emlxs_dump()
495 sizeof (dump_dmpfile), addr); in emlxs_dump()
499 size = (uintptr_t)dump_dmpfile.ptr - in emlxs_dump()
500 (uintptr_t)dump_dmpfile.buffer; in emlxs_dump()
515 if (mdb_vread(bptr, size, (uintptr_t)dump_dmpfile.buffer) in emlxs_dump()
518 size, dump_dmpfile.buffer); in emlxs_dump()
/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
H A Demlxs_fc.h2128 emlxs_file_t dump_dmpfile; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c508 fp = &hba->dump_dmpfile; in emlxs_fopen()
625 fp_dmp = &hba->dump_dmpfile; in emlxs_get_dump()
H A Demlxs_solaris.c6443 emlxs_device.dump_dmpfile[hba->emlxinst] = 0; in emlxs_driver_remove()
7059 emlxs_device.dump_dmpfile[emlxinst] = &hba->dump_dmpfile; in emlxs_hba_attach()