Searched defs:vis_identifier (Results 1 - 3 of 3) 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/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) {

Completed in 11 milliseconds