Lines Matching refs:visid
251 struct vis_identifier visid;
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.name] = '\0';