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