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 D | mapper.c | 40 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 D | mapper.c | 40 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 D | fbc_dev.h | 52 struct vis_identifier vis_ident; /* VISUAL environment identifier */
|
H A D | fbc_open_master.c | 70 struct vis_identifier vis_ident; /* VISUAL env device identifier */
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | mapper.c | 39 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 D | fbconfig.c | 363 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 D | drm_sunmod.c | 47 static struct vis_identifier text_ident = { "SUNWdrm" }; 571 sizeof (struct vis_identifier), mode))
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_sunmod.c | 20 static const struct vis_identifier text_ident = { "SUNWdrm" }; 333 sizeof (struct vis_identifier), mode))
|
H A D | efb_drv.c | 473 static const struct vis_identifier visId = {"SUNWefb"}; 548 sizeof (struct vis_identifier), mode))
|
Completed in 32 milliseconds