Lines Matching refs:prof
1045 di_prof_t prof = arg; in mount_one_dev_device_cb() local
1048 return (di_prof_add_dev(prof, match)); in mount_one_dev_device_cb()
1049 return (di_prof_add_map(prof, match, name)); in mount_one_dev_device_cb()
1055 di_prof_t prof = arg; in mount_one_dev_symlink_cb() local
1057 return (di_prof_add_symlink(prof, source, target)); in mount_one_dev_symlink_cb()
1095 di_prof_t prof = NULL; in mount_one_dev() local
1101 if (di_prof_init(devpath, &prof)) { in mount_one_dev()
1136 mount_one_dev_device_cb, prof, curr_iptype) != 0) { in mount_one_dev()
1142 mount_one_dev_symlink_cb, prof) != 0) { in mount_one_dev()
1163 if (di_prof_add_dev(prof, ztab.zone_dev_match)) { in mount_one_dev()
1172 if (di_prof_commit(prof)) { in mount_one_dev()
1184 if (prof) in mount_one_dev()
1185 di_prof_fini(prof); in mount_one_dev()
2902 di_prof_t prof = NULL; in configure_exclusive_network_interfaces() local
2925 if (prof == NULL) { in configure_exclusive_network_interfaces()
2936 if (di_prof_init(path, &prof) != 0) { in configure_exclusive_network_interfaces()
2993 if (prof != NULL && added) { in configure_exclusive_network_interfaces()
2994 if (di_prof_commit(prof) != 0) { in configure_exclusive_network_interfaces()
2999 if (prof != NULL) in configure_exclusive_network_interfaces()
3000 di_prof_fini(prof); in configure_exclusive_network_interfaces()