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

/freebsd-11-stable/sys/dev/fb/
H A Dvesa.c185 static char *vesa_prodstr; variable
862 VESA_STRCPY(vesa_prodstr, buf->v_prodstr);
1083 if (vesa_prodstr != NULL) {
1084 free(vesa_prodstr, M_DEVBUF);
1085 vesa_prodstr = NULL;
1865 (vesa_prodstr != NULL) ? vesa_prodstr : "unknown",

Completed in 67 milliseconds