Searched defs:config_file_path (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbconf_xorg.c148 const char *config_file_path; /* Name from xf86openConfigFile() */ local
269 fbvar.config_file_path = fbc_keywds_file[0].conf_name;
350 config_file_path = xf86openConfigFile(fbvar.config_search_path,
351 fbvar.config_file_path,
353 if (config_file_path != NULL) {
357 fbvar.config_file_path = config_file_path;
383 if (config_file_path == NULL) {
452 if (fbc_build_gamma_table_path(fbvar.config_file_path,
593 if (config_file_path
[all...]
H A Dfbc_gamma_table.c309 const char *config_file_path, /* Configuration file pathname */
317 dir_ptr = strrchr(config_file_path, '/');
320 dir_len = dir_ptr - config_file_path + 1;
327 memcpy(gfile_path_buf, config_file_path, dir_len);
308 fbc_build_gamma_table_path( const char *config_file_path, const char *device_name, char *gfile_path_buf, int gfile_path_buf_len) argument
H A Dfbc_properties.h74 const char *config_file_path; /* Config input file pathname */ member in struct:fbc_varient_st

Completed in 55 milliseconds