Searched refs:vesa_revstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/fb/
H A Dvesa.c189 static char *vesa_revstr; variable
866 VESA_STRCPY(vesa_revstr, buf->v_revstr);
1090 if (vesa_revstr != NULL) {
1091 free(vesa_revstr, M_DEVBUF);
1092 vesa_revstr = NULL;
1877 (vesa_revstr != NULL) ? vesa_revstr : "?");

Completed in 105 milliseconds