Lines Matching refs:V_NUMPAR
1100 num_slices = V_NUMPAR; in vdc_create_device_nodes()
1207 for (i = 0; i < V_NUMPAR; i++) { in vdc_is_opened()
1228 ASSERT(slice < V_NUMPAR); in vdc_mark_opened()
1273 ASSERT(slice < V_NUMPAR); in vdc_mark_closed()
2937 ASSERT(slice == VD_SLICE_NONE || slice < V_NUMPAR); in vdc_send_request()
7756 for (i = 0; i < V_NUMPAR; i++) { in vdc_get_vtoc_convert()
7835 for (i = 0; i < V_NUMPAR; i++) { in vdc_set_vtoc_convert()
7861 for (i = 0; i < V_NUMPAR; i++) { in vdc_get_extvtoc_convert()
7898 for (i = 0; i < V_NUMPAR; i++) { in vdc_set_extvtoc_convert()
8408 if (vtoc.v_nparts != V_NUMPAR) { in vdc_validate_geometry()
8468 vd_slice_t old_slice[V_NUMPAR]; in vdc_validate()
8477 bcopy(vdc->slice, &old_slice, sizeof (vd_slice_t) * V_NUMPAR); in vdc_validate()
8661 bzero(vdc->slice, sizeof (vd_slice_t) * V_NUMPAR); in vdc_store_label_efi()
8694 bzero(vdc->slice, sizeof (vd_slice_t) * V_NUMPAR); in vdc_store_label_vtoc()
8710 bzero(vdc->slice, sizeof (vd_slice_t) * V_NUMPAR); in vdc_store_label_unk()