Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c577 pnm_rec_t *tmp_pnm; in append_pnm_rec() local
589 tmp_pnm = Malloc(sizeof (pnm_rec_t) + len); in append_pnm_rec()
590 (void) strncpy(tmp_pnm->n_name, p, len); in append_pnm_rec()
591 tmp_pnm->n_key = min_key; in append_pnm_rec()
597 tmp_pnm->next = NULL; in append_pnm_rec()
598 *pnm = tmp_pnm; in append_pnm_rec()
600 tmp_pnm->next = *pnm; in append_pnm_rec()
601 *pnm = tmp_pnm; in append_pnm_rec()
614 pnm_rec_t *tmp_pnm, *rm_pnm; in free_pnm_rec_list() local
616 for (tmp_pnm = *pnm; tmp_pnm != NULL; ) { in free_pnm_rec_list()
[all …]