Searched refs:fbc_api_ver_t (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_properties.h38 extern fbc_api_ver_t SUNWast_api_version; /* libSUNWast_conf API version */
H A Dast_properties.c52 fbc_api_ver_t SUNWast_api_version = FBC_API_VERSION;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_properties.h38 extern fbc_api_ver_t SUNWefb_api_version; /* libSUNWefb_conf API version */
H A Defb_properties.c55 fbc_api_ver_t SUNWefb_api_version = FBC_API_VERSION;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_properties.h38 extern fbc_api_ver_t SUNWmga_api_version; /* libSUNWmga_conf API version */
H A Dmga_properties.c52 fbc_api_ver_t SUNWmga_api_version = FBC_API_VERSION;
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc.h45 typedef unsigned long fbc_api_ver_t; /* fbconf_xorg(1M) API version type */ typedef
47 #define FBC_API_VERSION ((fbc_api_ver_t)(1)) /* fbconf_xorg(1M) API version */
H A Dfbc_get_properties.c60 fbc_api_ver_t *fb_api_version; /* API version of shared library */
110 fb_api_version = (fbc_api_ver_t *)dlsym(lib_handle, name_buf);

Completed in 15 milliseconds