Searched refs:gfx_ident (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_prconf.c57 struct gfx_identifier gfx_ident; /* Graphics identifier */ local
66 if (ioctl(device_fd, GFX_IOCTL_GET_IDENTIFIER, &gfx_ident) >= 0) {
67 if (gfx_ident.flags & GFX_IDENT_MODELNAME) {
68 model_name = &gfx_ident.model_name[0];
73 if (gfx_ident.flags & GFX_IDENT_PARTNUM) {
74 part_number = &gfx_ident.part_number[0];
H A Dfbc_query_device.c88 struct gfx_identifier gfx_ident; /* Graphics identifier */ local
94 if (ioctl(device_fd, GFX_IOCTL_GET_IDENTIFIER, &gfx_ident) >= 0) {
95 if (gfx_ident.flags & GFX_IDENT_MODELNAME) {
96 full_model_name = strdup(&gfx_ident.model_name[0]);
H A Dfbc_res_compatible.c396 struct gfx_identifier gfx_ident; /* Graphics identifier */ local
403 if ((ioctl(device->fd, GFX_IOCTL_GET_IDENTIFIER, &gfx_ident) < 0) ||
404 ((gfx_ident.flags & GFX_IDENT_MODELNAME) == 0)) {
426 &gfx_ident.model_name[0],
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c313 struct gfx_identifier gfx_ident; /* Graphics identifier */ local
320 if (ioctl(device_fd, GFX_IOCTL_GET_IDENTIFIER, &gfx_ident) == 0) {
321 if (gfx_ident.flags & GFX_IDENT_MODELNAME) {
322 model_name = &gfx_ident.model_name[0];

Completed in 245 milliseconds