HomeSort by: relevance | last modified time | path
    Searched defs:rasops1_putchar (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/rasops/
rasops1.c 54 static void rasops1_putchar(void *, int, int col, u_int, long);
83 ri->ri_ops.putchar = rasops1_putchar;
92 rasops1_putchar(void *cookie, int row, int col, u_int uc, long attr) function in typeref:typename:void
rasops1.c 54 static void rasops1_putchar(void *, int, int col, u_int, long);
83 ri->ri_ops.putchar = rasops1_putchar;
92 rasops1_putchar(void *cookie, int row, int col, u_int uc, long attr) function in typeref:typename:void
rasops1.c 54 static void rasops1_putchar(void *, int, int col, u_int, long);
83 ri->ri_ops.putchar = rasops1_putchar;
92 rasops1_putchar(void *cookie, int row, int col, u_int uc, long attr) function in typeref:typename:void

Completed in 36 milliseconds