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