Searched refs:pnm_rec_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c297 * device, then this searches the pnm_rec_t list to match an entry's
303 pnm_rec_t *phys_nm,
307 pnm_rec_t *tmpphys_nm;
497 pnm_rec_t *phys_nm,
564 pnm_rec_t *phys_nm,
569 pnm_rec_t *tmpphys_nm;
607 pnm_rec_t *phys_nm,
657 pnm_rec_t *phys_nm,
670 pnm_rec_t *tmpphys_nm;
790 pnm_rec_t *phys_n
[all...]
H A Dmeta_import.c563 * Append pnm_rec_t entry to list of physical devices in the diskset. Entry
572 pnm_rec_t **pnm,
577 pnm_rec_t *tmp_pnm;
585 * Allocates pnm_rec_t record for the physical
589 tmp_pnm = Malloc(sizeof (pnm_rec_t) + len);
594 * Adds new element to head of pnm_rec_t list.
608 * Freeing all pnm_rec_t entries on the list of physical devices in the
612 free_pnm_rec_list(pnm_rec_t **pnm)
614 pnm_rec_t *tmp_pnm, *rm_pnm;
638 pnm_rec_t **pn
[all...]
/illumos-gate/usr/src/head/
H A Dmeta.h1904 } pnm_rec_t; typedef in typeref:struct:pnm_rec
1921 extern void free_pnm_rec_list(pnm_rec_t **);
2006 mddb_rb_t *, pnm_rec_t **, mdname_t *, int,

Completed in 76 milliseconds