/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_curs507a.c | 27 #include "curs.h" 61 if (asyh->curs.handle != handle || asyh->curs.offset != offset) { 62 asyh->curs.handle = handle; 63 asyh->curs.offset = offset; 64 asyh->set.curs = asyh->curs.visible; 72 asyh->curs.visible = false; 86 asyh->curs.visible = asyw->state.visible; 87 if (ret || !asyh->curs.visible [all...] |
nouveau_dispnv50_head917d.c | 76 case 32: asyh->curs.layout = 0; break; 77 case 64: asyh->curs.layout = 1; break; 78 case 128: asyh->curs.layout = 2; break; 79 case 256: asyh->curs.layout = 3; break;
|
nouveau_dispnv50_head.c | 30 #include "curs.h" 47 if (clr.curs) head->func->curs_clr(head); 63 if (asyh->set.curs ) head->func->curs_set(head, asyh); 375 asyh->curs.visible = false; 389 if (asyh->curs.visible) { 390 if (memcmp(&armh->curs, &asyh->curs, sizeof(asyh->curs))) 391 asyh->set.curs = true; 393 if (armh->curs.visible) 497 struct nv50_wndw *base, *ovly, *curs; local in function:nv50_head_create [all...] |
nouveau_dispnv50_head827d.c | 51 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | 52 asyh->curs.format << 24); 53 evo_data(push, asyh->curs.offset >> 8); 55 evo_data(push, asyh->curs.handle);
|
nouveau_dispnv50_head507d.c | 132 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | 133 asyh->curs.format << 24); 134 evo_data(push, asyh->curs.offset >> 8); 144 case 0xcf: asyh->curs.format = 1; break; 157 case 32: asyh->curs.layout = 0; break; 158 case 64: asyh->curs.layout = 1; break; 202 asyh->set.curs = asyh->curs.visible; 218 (asyh->core.visible = asyh->curs.visible)) {
|
nouveau_dispnv50_headc37d.c | 109 asyh->curs.layout << 8 | 110 asyh->curs.format << 0); 113 evo_data(push, asyh->curs.handle); 115 evo_data(push, asyh->curs.offset >> 8); 124 asyh->curs.format = asyw->image.format;
|
atom.h | 92 } curs; member in struct:nv50_head_atom 137 bool curs:1; member in struct:nv50_head_atom::nv50_head_atom_mask::__anonf635598f0f08
|
nouveau_dispnv50_head907d.c | 149 evo_data(push, 0x80000000 | asyh->curs.layout << 26 | 150 asyh->curs.format << 24); 151 evo_data(push, asyh->curs.offset >> 8); 153 evo_data(push, asyh->curs.handle);
|
/src/games/hack/ |
hack.terminfo.c | 150 curs(x, y); 192 curs(int x, int y) function in typeref:typename:void 231 curs(cx, cy); 252 curs(1, 1); /* using UP ... */ 312 curs(cx, cy);
|
hack.pager.c | 205 curs(1, ROWNO + 4); 213 curs(1, LI); 220 curs(1, ROWNO + 4); 242 curs(1, ROWNO + 4); 320 curs(lth, curline); 327 curs(lth, curline);
|
hack.rip.c | 94 curs(1, 8);
|
hack.pri.c | 84 curs(u.ux - 1, u.uy + 1); 87 curs(u.ux - 1, u.uy + 2); 90 curs(u.ux - 1, u.uy + 3); 252 curs(x, y); 338 curs(xmin, y + 2); 353 curs(1, ROWNO + 3); 362 curs(u.ux, u.uy + 2); 769 curs(i, ROWNO + 2);
|
hack.topl.c | 144 curs(tlx, tly); 158 curs(tlx, tly);
|
hack.do_name.c | 86 curs(cx, cy + 2); 110 curs(cx, cy + 2);
|
extern.h | 403 void curs(int, int);
|
/src/sys/dev/tc/ |
mfb.c | 468 char *base, *vdac, *curs; local in function:mfbintr 482 curs = base + MX_BT431_OFFSET; 488 SELECT431(curs, BT431_REG_COMMAND); 489 REGWRITE32(curs, bt_ctl, onoff); 501 SELECT431(curs, BT431_REG_CURSOR_X_LOW); 502 REGWRITE32(curs, bt_ctl, TWIN_LO(x)); 503 REGWRITE32(curs, bt_ctl, TWIN_HI(x)); 504 REGWRITE32(curs, bt_ctl, TWIN_LO(y)); 505 REGWRITE32(curs, bt_ctl, TWIN_HI(y)); 530 SELECT431(curs, BT431_REG_CRAM_BASE) 562 char *vdac, *curs; local in function:mfbhwinit [all...] |
tfb.c | 542 char *base, *vdac, *curs; local in function:tfbintr 551 curs = base + TX_BT431_OFFSET; 557 SELECT431(curs, BT431_REG_COMMAND); 558 REGWRITE32(curs, bt_ctl, onoff); 570 SELECT431(curs, BT431_REG_CURSOR_X_LOW); 571 REGWRITE32(curs, bt_ctl, TWIN_LO(x)); 572 REGWRITE32(curs, bt_ctl, TWIN_HI(x)); 573 REGWRITE32(curs, bt_ctl, TWIN_LO(y)); 574 REGWRITE32(curs, bt_ctl, TWIN_HI(y)); 603 SELECT431(curs, BT431_REG_CRAM_BASE) 648 char *vdac, *curs; local in function:tfbhwinit [all...] |
/src/lib/libcurses/ |
refresh.c | 1556 int bsize, curs, curw, starts, startw, i, j; local in function:quickch 1562 curs = curw = starts = startw = 0; /* XXX gcc -Wuninitialized */ 1629 * - Curs is the index of one past the end of the exmined block in 1638 /* for (curw = startw, curs = starts; 1639 curs < starts + bsize; curw++, curs++) 1641 curscr->alines[curs]->hash) 1643 if (curs != starts + bsize) 1645 for (curw = startw, curs = starts; 1646 curs < starts + bsize; curw++, curs++ [all...] |
/src/sys/dev/qbus/ |
qd.c | 1086 struct prg_cursor *curs; local in function:qdioctl 1185 curs = (struct prg_cursor *) datap; 1187 qdflags[unit].curs_acc = curs->acc_factor; 1188 qdflags[unit].curs_thr = curs->threshold; 2940 int curs; local in function:ldcursor 2946 curs = -1; /* ..note that.. */ 2949 curs = 0; 2958 if (curs) { /* if cursor was enabled.. */
|