Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c505 md_im_rec_t *tmpmdrec; in process_trans() local
521 for (tmpmdrec = *mdimpp; tmpmdrec != NULL; in process_trans()
522 tmpmdrec = tmpmdrec->next) { in process_trans()
523 if (tmpmdrec->n_key == mt->un_m_key) { in process_trans()
525 (void) printf(" %s", tmpmdrec->n_name); in process_trans()
543 tmpmdrec->dfunc(mdimpp, indent, phys_nm, tmpmdrec); in process_trans()
615 md_im_rec_t *tmpmdrec; in process_hotspare_pool() local
629 for (tmpmdrec = *mdimpp; tmpmdrec != NULL; in process_hotspare_pool()
630 tmpmdrec = tmpmdrec->next) { in process_hotspare_pool()
631 if (tmpmdrec->hs_record_id == hsp->hsp_hotspares[i]) { in process_hotspare_pool()
[all …]