HomeSort by: relevance | last modified time | path
    Searched refs:CURSOR (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_ipp.h 46 SRI(CURSOR_SURFACE_ADDRESS_HIGH, CURSOR, id), \
47 SRI(CURSOR_SURFACE_ADDRESS, CURSOR, id), \
48 SRI(CURSOR_SIZE, CURSOR, id), \
49 SRI(CURSOR_CONTROL, CURSOR, id), \
50 SRI(CURSOR_POSITION, CURSOR, id), \
51 SRI(CURSOR_HOT_SPOT, CURSOR, id), \
52 SRI(CURSOR_DST_OFFSET, CURSOR, id)
dcn10_hubp.h 137 SRI(CURSOR_SURFACE_ADDRESS_HIGH, CURSOR, id), \
138 SRI(CURSOR_SURFACE_ADDRESS, CURSOR, id), \
139 SRI(CURSOR_SIZE, CURSOR, id), \
140 SRI(CURSOR_CONTROL, CURSOR, id), \
141 SRI(CURSOR_POSITION, CURSOR, id), \
142 SRI(CURSOR_HOT_SPOT, CURSOR, id), \
143 SRI(CURSOR_DST_OFFSET, CURSOR, id)
dcn10_dpp.h 179 SRI(CURSOR_CONTROL, CURSOR, id), \
  /src/lib/libc/db/btree/
bt_delete.c 56 static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
68 CURSOR *c;
92 * If flags is R_CURSOR, delete the cursor. Must already
133 * Acquire a stack so we can delete a cursor entry.
138 * c: pointer to the cursor
144 __bt_stkacq(BTREE *t, PAGE **hp, CURSOR *c)
476 /* If this record is referenced by the cursor, delete the cursor. */
506 /* If the cursor is on this page, adjust it as necessary. */
517 * Delete the cursor
    [all...]
btree.h 283 * or a page number and an index. These structures are used as a cursor, stack
302 * About cursors. The cursor (and the page that contained the key/data pair
304 * there are no duplicates of the cursor key in the tree (i.e. B_NODUPS is set
306 * referenced when it's deleted, and reacquire a new cursor key if the cursor
309 * the cursor) keys are added to the tree during this process, it is undefined
310 * if they will be returned or not in a cursor scan.
312 * The flags determine the possible states of the cursor:
314 * CURS_INIT The cursor references *something*.
315 * CURS_ACQUIRE The cursor was deleted, and a key has been saved so tha
    [all...]
bt_seq.c 99 * the page the cursor references if they're successful.
150 * Pins the page the cursor references.
164 * cursor at it. The cursor may not be moved until a new key has
248 CURSOR *c;
255 * There are a couple of states that we can be in. The cursor has
261 * The cursor was deleted and there weren't any duplicate records,
262 * so the cursor's key was saved. Find out where that key would
268 * the cursor record and then replaces it, so the cursor was saved
    [all...]
bt_split.c 618 CURSOR *c;
711 * If splitting the page that the cursor was on, the cursor has to be
713 * cursor is at or past the skipped slot, the cursor is incremented by
714 * one. If the cursor is on the right page, it is decremented by the
  /src/games/larn/
io.c 45 * cursor(x,y) position cursor at [x,y]
46 * cursors() position cursor at [1,24] (saves memory)
47 * cl_line(x,y) clear line at [1,y] and leave cursor at [x,y]
572 * cursor(x,y) Subroutine to set the cursor position
574 * x and y are the cursor coordinates, and lpbuff is the output buffer where
595 cursor(x, y) function
612 * cursor(x,y) Put cursor at specified coordinates staring at [1,1] (termcap
615 cursor(int x, int y) function
    [all...]
header.h 404 /* macro to clear the screen and home the cursor */
416 #define CURSOR 15
425 /* macro to clear the screen and home the cursor */

Completed in 20 milliseconds