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

/freebsd-13-stable/sys/dev/fb/
H A Dvesa.c188 static char *vesa_prodstr; variable
865 VESA_STRCPY(vesa_prodstr, buf->v_prodstr);
1086 if (vesa_prodstr != NULL) {
1087 free(vesa_prodstr, M_DEVBUF);
1088 vesa_prodstr = NULL;
1876 (vesa_prodstr != NULL) ? vesa_prodstr : "unknown",

Completed in 109 milliseconds