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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_device.h54 emlxs_file_t *dump_txtfile[MAX_FC_BRDS]; member in struct:emlxs_device
H A Demlxs_fc.h2093 emlxs_file_t dump_txtfile; member in struct:emlxs_hba
/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c355 emlxs_file_t dump_txtfile; local
439 addr = (uintptr_t)device.dump_txtfile[brd_no];
446 if (mdb_vread(&dump_txtfile, sizeof (dump_txtfile), addr)
447 != sizeof (dump_txtfile)) {
449 sizeof (dump_txtfile), addr);
453 size = (uintptr_t)dump_txtfile.ptr -
454 (uintptr_t)dump_txtfile.buffer;
468 if (mdb_vread(bptr, size, (uintptr_t)dump_txtfile.buffer)
471 size, dump_txtfile
[all...]

Completed in 69 milliseconds