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