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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/include/
H A Dgfx_common.h31 #define GFX_IOCTL_GET_IDENTIFIER (GFXIOC | 1) macro
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Dgfx_common.h31 #define GFX_IOCTL_GET_IDENTIFIER (GFXIOC | 1) macro
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_query_device.c94 if (ioctl(device_fd, GFX_IOCTL_GET_IDENTIFIER, &gfx_ident) >= 0) {
H A Dfbc_prconf.c66 if (ioctl(device_fd, GFX_IOCTL_GET_IDENTIFIER, &gfx_ident) >= 0) {
H A Dfbc_res_compatible.c403 if ((ioctl(device->fd, GFX_IOCTL_GET_IDENTIFIER, &gfx_ident) < 0) ||
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c302 * Note that ioctl(GFX_IOCTL_GET_IDENTIFIER) might not be supported
320 if (ioctl(device_fd, GFX_IOCTL_GET_IDENTIFIER, &gfx_ident) == 0) {
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_drv.c575 case GFX_IOCTL_GET_IDENTIFIER:

Completed in 20 milliseconds