Lines Matching refs:md_dump
4117 data_ptr = ha->md_dump;
4128 if (!ha->md_tmplt_hdr || !ha->md_dump) {
4289 (uint8_t *)ha->md_dump;
4305 vha->host_no, ha->md_tmplt_hdr, vha->host_no, ha->md_dump);
4334 if (ha->md_dump) {
4340 ha->md_dump = vmalloc(ha->md_dump_size);
4341 if (ha->md_dump == NULL) {
4366 if (ha->md_dump) {
4369 ha->md_dump, ha->md_dump_size / 1024);
4370 vfree(ha->md_dump);
4372 ha->md_dump = NULL;