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

/freebsd-11-stable/sys/dev/fb/
H A Dvesa.c749 #define VESA_STRCPY(dst, src) do { \ macro
859 VESA_STRCPY(vesa_oemstr, buf->v_oemstr);
861 VESA_STRCPY(vesa_venderstr, buf->v_venderstr);
862 VESA_STRCPY(vesa_prodstr, buf->v_prodstr);
863 VESA_STRCPY(vesa_revstr, buf->v_revstr);

Completed in 156 milliseconds