Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c355 emlxs_file_t dump_txtfile; in emlxs_dump() local
439 addr = (uintptr_t)device.dump_txtfile[brd_no]; in emlxs_dump()
446 if (mdb_vread(&dump_txtfile, sizeof (dump_txtfile), addr) in emlxs_dump()
447 != sizeof (dump_txtfile)) { in emlxs_dump()
449 sizeof (dump_txtfile), addr); in emlxs_dump()
453 size = (uintptr_t)dump_txtfile.ptr - in emlxs_dump()
454 (uintptr_t)dump_txtfile.buffer; in emlxs_dump()
468 if (mdb_vread(bptr, size, (uintptr_t)dump_txtfile.buffer) in emlxs_dump()
471 size, dump_txtfile.buffer); in emlxs_dump()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_device.h54 emlxs_file_t *dump_txtfile[MAX_FC_BRDS]; member
H A Demlxs_fc.h2093 emlxs_file_t dump_txtfile; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c497 fp = &hba->dump_txtfile; in emlxs_fopen()
618 fp_txt = &hba->dump_txtfile; in emlxs_get_dump()
H A Demlxs_solaris.c6429 emlxs_device.dump_txtfile[hba->emlxinst] = 0; in emlxs_driver_remove()
7045 emlxs_device.dump_txtfile[emlxinst] = &hba->dump_txtfile; in emlxs_hba_attach()