Lines Matching refs:prof
1702 di_prof_t prof = NULL; in create_znode() local
1716 if (di_prof_init(zonepath, &prof)) { in create_znode()
1752 if (di_prof_add_dev(prof, tmpfile)) { in create_znode()
1754 di_prof_fini(prof); in create_znode()
1761 di_prof_fini(prof); in create_znode()
1768 di_prof_fini(prof); in create_znode()
1776 if (di_prof_commit(prof)) in create_znode()
1778 di_prof_fini(prof); in create_znode()
1790 di_prof_t prof = NULL; in remove_znode() local
1807 if (di_prof_init(zonepath, &prof)) { in remove_znode()
1825 if (di_prof_add_exclude(prof, devrelpath + 1)) { in remove_znode()
1827 di_prof_fini(prof); in remove_znode()
1833 if (di_prof_commit(prof)) in remove_znode()
1835 di_prof_fini(prof); in remove_znode()