Symbol: hpcfb_devconfig
sys/dev/hpc/hpcfb.c
1020
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
1066
hpcfb_tv_copycols(struct hpcfb_devconfig *dc, int row, int srccol, int dstcol,
sys/dev/hpc/hpcfb.c
1098
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
1143
hpcfb_tv_erasecols(struct hpcfb_devconfig *dc,
sys/dev/hpc/hpcfb.c
1171
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
1212
hpcfb_tv_copyrows(struct hpcfb_devconfig *dc, int src, int dst, int num)
sys/dev/hpc/hpcfb.c
1262
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
1334
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v;
sys/dev/hpc/hpcfb.c
1357
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v;
sys/dev/hpc/hpcfb.c
1374
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)v;
sys/dev/hpc/hpcfb.c
1396
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
1463
hpcfb_tv_eraserows(struct hpcfb_devconfig *dc,
sys/dev/hpc/hpcfb.c
1496
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
1539
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
154
struct hpcfb_devconfig *sc_dc; /* device configuration */
sys/dev/hpc/hpcfb.c
187
static int hpcfb_init(struct hpcfb_fbconf *, struct hpcfb_devconfig *);
sys/dev/hpc/hpcfb.c
195
struct hpcfb_devconfig *);
sys/dev/hpc/hpcfb.c
265
void hpcfb_tv_putchar(struct hpcfb_devconfig *, int, int, u_int, long);
sys/dev/hpc/hpcfb.c
266
void hpcfb_tv_copycols(struct hpcfb_devconfig *, int, int, int, int);
sys/dev/hpc/hpcfb.c
267
void hpcfb_tv_erasecols(struct hpcfb_devconfig *, int, int, int, long);
sys/dev/hpc/hpcfb.c
268
void hpcfb_tv_copyrows(struct hpcfb_devconfig *, int, int, int);
sys/dev/hpc/hpcfb.c
269
void hpcfb_tv_eraserows(struct hpcfb_devconfig *, int, int, long);
sys/dev/hpc/hpcfb.c
274
struct hpcfb_devconfig hpcfb_console_dc;
sys/dev/hpc/hpcfb.c
397
memset(&hpcfb_console_dc, 0, sizeof(struct hpcfb_devconfig));
sys/dev/hpc/hpcfb.c
430
hpcfb_init(struct hpcfb_fbconf *fbconf, struct hpcfb_devconfig *dc)
sys/dev/hpc/hpcfb.c
511
hpcfb_cmap_reorder(struct hpcfb_fbconf *fbconf, struct hpcfb_devconfig *dc)
sys/dev/hpc/hpcfb.c
561
struct hpcfb_devconfig *dc = sc->sc_dc;
sys/dev/hpc/hpcfb.c
695
struct hpcfb_devconfig *dc = sc->sc_dc;
sys/dev/hpc/hpcfb.c
728
struct hpcfb_devconfig *dc;
sys/dev/hpc/hpcfb.c
789
struct hpcfb_devconfig *dc = cookie;
sys/dev/hpc/hpcfb.c
806
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
807
struct hpcfb_devconfig *odc;
sys/dev/hpc/hpcfb.c
843
struct hpcfb_devconfig *dc;
sys/dev/hpc/hpcfb.c
844
struct hpcfb_devconfig *odc;
sys/dev/hpc/hpcfb.c
919
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
935
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
973
struct hpcfb_devconfig *dc = (struct hpcfb_devconfig *)cookie;
sys/dev/hpc/hpcfb.c
983
hpcfb_tv_putchar(struct hpcfb_devconfig *dc, int row, int col, u_int uc,