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

/solaris-x11-s11/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-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dmapper.c40 struct vis_identifier vis_identifier; local
50 rc = ioctl(fd, VIS_GETIDENTIFIER, &vis_identifier);
59 if (strncmp(vis_identifier.name, "SUNWefb", 7) != 0 &&
60 strncmp(vis_identifier.name, "ORCLefb", 7) != 0) {
/solaris-x11-s11/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-s11/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-s11/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-s11/open-src/kernel/drm/src/
H A Ddrm_sunmod.c47 static struct vis_identifier text_ident = { "SUNWdrm" };
571 sizeof (struct vis_identifier), mode))
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_sunmod.c20 static const struct vis_identifier text_ident = { "SUNWdrm" };
333 sizeof (struct vis_identifier), mode))
H A Defb_drv.c473 static const struct vis_identifier visId = {"SUNWefb"};
548 sizeof (struct vis_identifier), mode))

Completed in 32 milliseconds