Lines Matching refs:md_dump
4127 data_ptr = ha->md_dump;
4138 if (!ha->md_tmplt_hdr || !ha->md_dump) {
4299 (uint8_t *)ha->md_dump;
4315 vha->host_no, ha->md_tmplt_hdr, vha->host_no, ha->md_dump);
4344 if (ha->md_dump) {
4350 ha->md_dump = vmalloc(ha->md_dump_size);
4351 if (ha->md_dump == NULL) {
4376 if (ha->md_dump) {
4379 ha->md_dump, ha->md_dump_size / 1024);
4380 vfree(ha->md_dump);
4382 ha->md_dump = NULL;