Lines Matching defs:prof
74 di_prof_fini(di_prof_t prof)
76 nvlist_free((nvlist_t *)prof);
83 di_prof_commit(di_prof_t prof)
89 if (nvlist_pack((nvlist_t *)prof, &buf, &buflen, NV_ENCODE_NATIVE, 0))
104 di_prof_add_dev(di_prof_t prof, const char *dev)
106 if (nvlist_add_string((nvlist_t *)prof, SDEV_NVNAME_INCLUDE, dev))
116 di_prof_add_exclude(di_prof_t prof, const char *dev)
118 if (nvlist_add_string((nvlist_t *)prof, SDEV_NVNAME_EXCLUDE, dev))
127 di_prof_add_symlink(di_prof_t prof, const char *linkname, const char *target)
129 nvlist_t *nvl = (nvlist_t *)prof;
143 di_prof_add_map(di_prof_t prof, const char *source, const char *target)
145 nvlist_t *nvl = (nvlist_t *)prof;