Searched refs:vis_identifier (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmapper.c40 struct vis_identifier vis_identifier; local
50 rc = ioctl(fd, VIS_GETIDENTIFIER, &vis_identifier);
59 if (strncmp(vis_identifier.name, "SUNWast", 7) != 0 &&
60 strncmp(vis_identifier.name, "ORCLast", 7) != 0) {
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_dev.h52 struct vis_identifier vis_ident; /* VISUAL environment identifier */
H A Dfbc_open_master.c70 struct vis_identifier vis_ident; /* VISUAL env device identifier */
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmapper.c39 struct vis_identifier vis_identifier; local
50 rc = ioctl(fd, VIS_GETIDENTIFIER, &vis_identifier);
60 if (strcmp(vis_identifier.name, "SUNWmga") != 0 &&
61 strcmp(vis_identifier.name, "ORCLmga") != 0) {
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c363 struct vis_identifier *vis_ident, /* Returned VISUAL env identifier */
449 struct vis_identifier vis_ident; /* Device vis identifier */
698 struct vis_identifier vis_ident; /* VISUAL env device identifier */
855 struct vis_identifier *device_vis_ident, /* Device VIS identifier */
862 struct vis_identifier stream_vis_ident; /* Stream VIS env identifier */
1065 struct vis_identifier vis_ident; /* Device vis identifier */
1267 struct vis_identifier vis_ident; /* Device VISUAL env identifier */
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_sunmod.c47 static struct vis_identifier text_ident = { "SUNWdrm" };
581 sizeof (struct vis_identifier), mode))

Completed in 16 milliseconds