HomeSort by: relevance | last modified time | path
    Searched defs:selection (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp_cm.c 101 uint16_t selection = 0; local in function:program_gamut_remap
111 selection = 1;
114 selection = 2;
117 selection = 3;
161 CM_GAMUT_REMAP_MODE, selection);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
timing_generator.h 120 enum crc_selection selection; member in struct:crc_params
  /src/usr.bin/config/
gram.y 235 * A complete configuration consists of both the selection part (a
713 * The selection grammar.
716 /* Complete selection part: all std.* files plus selected config. */
725 | selections selection '\n' { wrap_continue(); }
730 selection: label
  /src/usr.sbin/sysinst/
disks.c 2370 if (sel->selection[i].parts == test)
2386 if (sel->selection[i].parts == test &&
2387 sel->selection[i].id == test_id)
2472 newsels = realloc(res->selection,
2473 sizeof(*res->selection)*(res->num_sel+1));
2475 res->selection = newsels;
2494 struct selected_partitions *selection; member in struct:part_selection_and_all_parts
2506 sel->selection->with_data = !sel->selection->with_data;
2515 add_select_partition(sel->selection, sel->all_parts, sel->all_cnt)
    [all...]
defs.h 712 struct selected_partition *selection; member in struct:selected_partitions

Completed in 16 milliseconds