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

  /src/sys/dev/pci/
tga.c 90 static void tga_putchar(void *c, int row, int col, u_int uc, long attr);
117 .putchar = tga_putchar,
359 /* the accelerated tga_putchar() needs LSbit left */
376 rip->ri_ops.putchar = tga_putchar;
1215 tga_putchar(void *c, int row, int col, u_int uc, long attr) function in typeref:typename:void
tga.c 90 static void tga_putchar(void *c, int row, int col, u_int uc, long attr);
117 .putchar = tga_putchar,
359 /* the accelerated tga_putchar() needs LSbit left */
376 rip->ri_ops.putchar = tga_putchar;
1215 tga_putchar(void *c, int row, int col, u_int uc, long attr) function in typeref:typename:void

Completed in 23 milliseconds