Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1302 mdnamelist_t *db_nlp, in meta_db_attach() argument
1333 if (db_nlp == NULL) in meta_db_attach()
1336 if (mdnamesareunique(db_nlp, ep) != 0) in meta_db_attach()
1365 assert(db_nlp != NULL); in meta_db_attach()
1375 nlp = db_nlp; in meta_db_attach()
1389 for (nlp = db_nlp; nlp != NULL; nlp = nlp->next) { in meta_db_attach()
1446 for (nlp = db_nlp; nlp != NULL; nlp = nlp->next) { in meta_db_attach()
1466 dd = metaget_drivedesc_fromnamelist(sp, db_nlp, ep); in meta_db_attach()
1477 for (nlp = db_nlp; nlp != NULL; nlp = nlp->next) { in meta_db_attach()
1708 for (nlp = db_nlp; (nlp != NULL); nlp = nlp->next) { in meta_db_attach()
[all …]
/titanic_41/usr/src/head/
H A Dmeta.h725 extern int meta_db_attach(mdsetname_t *sp, mdnamelist_t *db_nlp,
729 extern int meta_db_detach(mdsetname_t *sp, mdnamelist_t *db_nlp,