Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c309 pnm_rec_t *tmpphys_nm; in print_physical_device() local
311 for (tmpphys_nm = phys_nm; tmpphys_nm != NULL; in print_physical_device()
312 tmpphys_nm = tmpphys_nm->next) { in print_physical_device()
313 if (tmpphys_nm->n_key == key) { in print_physical_device()
314 (void) printf(" %s", tmpphys_nm->n_name); in print_physical_device()
571 pnm_rec_t *tmpphys_nm; in process_hotspare() local
580 for (tmpphys_nm = phys_nm; tmpphys_nm != NULL; in process_hotspare()
581 tmpphys_nm = tmpphys_nm->next) { in process_hotspare()
582 if (tmpphys_nm->n_key == in process_hotspare()
585 (void) printf(" %s", tmpphys_nm->n_name); in process_hotspare()
[all …]