Searched refs:tmp_mdrec (Results 1 – 1 of 1) sorted by relevance
1059 md_im_rec_t *tmp_mdrec, *rm_mdrec; in process_toplevel_softparts() local1104 for (tmp_mdrec = mdrec->next; tmp_mdrec != NULL; ) { in process_toplevel_softparts()1105 tmp_mp = (mp_unit_t *)tmp_mdrec->record; in process_toplevel_softparts()1106 if ((tmp_mdrec->has_parent == 0) && in process_toplevel_softparts()1110 tmp_mdrec->n_name, in process_toplevel_softparts()1126 rm_mdrec = tmp_mdrec; in process_toplevel_softparts()1127 tmp_mdrec = tmp_mdrec->next; in process_toplevel_softparts()1134 tmp_mdrec = tmp_mdrec->next; in process_toplevel_softparts()1556 md_im_rec_t *tmp_mdrec; in read_mdrecord() local1564 tmp_mdrec = Zalloc(sizeof (md_im_rec_t)); in read_mdrecord()[all …]