Searched refs:visid (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86AutoConfig.c | 251 struct vis_identifier visid; local in function:listPossibleVideoDrivers 256 SYSCALL(iret = ioctl(xf86Info.consoleFd, VIS_GETIDENTIFIER, &visid)); 262 SYSCALL(iret = ioctl(fbfd, VIS_GETIDENTIFIER, &visid)); 272 xf86Msg(X_PROBED, "console driver: %s\n", visid.name); 275 if (strcmp(visid.name, "NVDAnvda") == 0) { 281 if (strcmp(visid.name, "SUNWtext") != 0) { 282 for (cp = visid.name; (*cp != '\0') && isupper(*cp); cp++) { 285 if ((cp != visid.name) && (*cp != '\0')) { 287 char *vendorName = xnfstrdup(visid.name); 288 vendorName[cp - visid [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86AutoConfig.c | 286 struct vis_identifier visid; local in function:listPossibleVideoDrivers 290 SYSCALL(iret = ioctl(xf86Info.consoleFd, VIS_GETIDENTIFIER, &visid)); 296 SYSCALL(iret = ioctl(fbfd, VIS_GETIDENTIFIER, &visid)); 307 xf86Msg(X_PROBED, "console driver: %s\n", visid.name); 310 if (strcmp(visid.name, "NVDAnvda") == 0) { 316 if (strcmp(visid.name, "SUNWtext") != 0) { 317 for (cp = visid.name; (*cp != '\0') && isupper(*cp); cp++) { 320 if ((cp != visid.name) && (*cp != '\0')) { 321 char *vendorName = xnfstrdup(visid.name); 323 vendorName[cp - visid [all...] |
Completed in 2 milliseconds