Lines Matching defs:prof
1046 di_prof_t prof = arg;
1049 return (di_prof_add_dev(prof, match));
1050 return (di_prof_add_map(prof, match, name));
1056 di_prof_t prof = arg;
1058 return (di_prof_add_symlink(prof, source, target));
1096 di_prof_t prof = NULL;
1102 if (di_prof_init(devpath, &prof)) {
1137 mount_one_dev_device_cb, prof, curr_iptype) != 0) {
1143 mount_one_dev_symlink_cb, prof) != 0) {
1164 if (di_prof_add_dev(prof, ztab.zone_dev_match)) {
1173 if (di_prof_commit(prof)) {
1185 if (prof)
1186 di_prof_fini(prof);
2903 di_prof_t prof = NULL;
2926 if (prof == NULL) {
2937 if (di_prof_init(path, &prof) != 0) {
2994 if (prof != NULL && added) {
2995 if (di_prof_commit(prof) != 0) {
3000 if (prof != NULL)
3001 di_prof_fini(prof);