Searched defs:ref_config (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_edit_config.c78 sectn_mask_t ref_config) /* Referenced config sections, etc. */
164 (ref_config & (FBC_SECTION_Monitor | FBC_SUBSCTN_Display))) {
210 (ref_config & FBC_SUBSCTN_Display)) {
74 fbc_find_active_sections( fbc_dev_t *device, fbc_varient_t *fbvar, XF86ConfigPtr configIR, sectn_mask_t ref_config) argument
H A Dfbconf_xorg.c159 sectn_mask_t ref_config; /* Referenced config sections, etc. */ local
400 ref_config = fbvar.modify_config;
403 ref_config |= FBC_SECTION_Monitor;
405 if (fbc_find_active_sections(&device, &fbvar, configIR, ref_config)

Completed in 351 milliseconds