Searched refs:section (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Option.h41 sectn_mask_t section, /* Section containing Option entry */
47 sectn_mask_t section, /* Section containing Option entry */
59 sectn_mask_t section, /* Section containing Option entry */
67 sectn_mask_t section, /* Section containing Option entry */
H A Dfbc_Option.c41 * specified active configuration (sub)section. Also return a
42 * pointer to the External Represention of the (sub)section's
50 sectn_mask_t section, /* Section containing Option entry */
55 * Get the Option list, etc. for the specified config (sub)section
57 switch (section) {
60 break; /* Inappropriate (sub)section code */
89 * The specified active (sub)section was not found
101 * section.
107 sectn_mask_t section, /* Section containing Option entry */
115 * Retrieve the Option list for the specified config section
48 fbc_get_Option_list( xf86_active_t *active, sectn_mask_t section, void **end_line_er) argument
105 fbc_set_Option_value( xf86_active_t *active, sectn_mask_t section, const char *option_name, const char *option_value) argument
169 fbc_get_Option_string_value( xf86_active_t *active, sectn_mask_t section, const char *option_name, const char *option_not_found, const char *option_value_empty) argument
212 fbc_get_Option_keywd_value( xf86_active_t *active, sectn_mask_t section, const char *option_name, int option_not_found, int option_value_bad, const fbc_Optkeywd_t *keywd_table) argument
272 fbc_get_Option_bool_value( xf86_active_t *active, sectn_mask_t section, const char *option_name) argument
[all...]
H A Dfbc_getargs.c111 * Use fbvar->modify_config to show that the specified section of
117 sectn_mask_t option_section, /* Option entry (sub)section */
140 * Taking this code path shows intent to modify a config file section
158 if ((option_section == option_mod->section) &&
212 option_mod->section = option_section;
228 * the same, single section of the configuration file.
286 ((const fbopt_descr_t *)fbopt_descr)->section,
322 section,
356 if (fbc_add_Option_mod(((const fbopt_descr_t *)fbopt_descr)->section,
548 if (fbc_add_Option_mod(((const fbopt_descr_t *)fbopt_descr)->section,
[all...]
H A Dfbc_getargs.h108 sectn_mask_t option_section, /* Option entry (sub)section */
201 sectn_mask_t section; /* Config entry [sub]section code */ member in struct:__anon32
H A Dfbc_xorg.h36 #include "xf86Parser.h" /* Configuration (sub)section definitions */
45 XF86ConfScreenPtr screen_sectn; /* Ptr to Screen section */
47 XF86ConfMonitorPtr monitor_sectn; /* Ptr to Monitor section */
50 XF86ConfDevicePtr device_sectn; /* Ptr to Device section */
56 * These codes are used to show what type of (sub)section, etc. would
69 FBC_SECTION_Screen = 0x0001, /* Screen section */
71 FBC_SECTION_Monitor = 0x0004, /* Monitor section */
72 FBC_SECTION_Device = 0x0008, /* Device section */
80 sectn_mask_t section; /* Option entry [sub]section cod member in struct:__anon43
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c126 static char *configSection = NULL; /* name of current section being parsed */
1040 xf86printErrorF("Parse error on line %d of section %s in file %s\n\t",
1054 xf86printErrorF("Parse warning on line %d of section %s in file %s\n\t",
1077 xf86setSection (char *section) argument
1081 configSection = xf86confmalloc(strlen (section) + 1);
1082 strcpy (configSection, section);
H A DconfigProcs.h131 const char *const screen_identifier, /* Name of Screen section */
132 XF86ConfMonitorPtr monitor); /* Monitor section to validate */
205 void xf86setSection(char *section);

Completed in 239 milliseconds