Searched defs:nmlist (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c124 struct nmlist { struct
125 struct nmlist *nl_next;
130 /* add list element to end of nmlist headed by *nlhp */
131 struct nmlist *
132 nmlist_add(struct nmlist **nlhp, char *path)
136 struct nmlist *nl;
167 struct nmlist **cbi_nlhp;
172 /* di_devlink callback to add a /dev entry to nmlist */
233 struct nmlist *nlh = NULL;
234 struct nmlist *n
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_tkr.c622 devid_nmlist_t *nmlist; local
741 &nmlist) == 0) {
H A Dmeta_import.c649 devid_nmlist_t *nmlist; local
772 &min->min_name[0], &nmlist) == 0) {
775 * device information in nmlist.
777 assert(nmlist[0].devname != NULL);
778 nonrep_did_listp->devname = Strdup(nmlist[0].devname);
781 mnum = meta_getminor(nmlist[0].dev);
782 devid_free_nmlist(nmlist);

Completed in 72 milliseconds