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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dxf86Optrec.h85 char *opt_val; member in struct:__anon58
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_Option.c195 if (option_entry->opt_val == NULL) {
198 return (option_entry->opt_val);
221 const char *opt_val; /* Option value string, else NULL */ local
230 opt_val = fbc_get_Option_string_value(
232 if (opt_val == NULL) {
240 if (xf86nameCompare(keywd_table[i].name, opt_val) == 0) {
298 const char *opt_val; /* Option value string, else NULL */ local
330 opt_val = option_entry->opt_val;
331 if (opt_val
[all...]

Completed in 9 milliseconds