HomeSort by: relevance | last modified time | path
    Searched defs:cursor (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/sys/dev/ofw/
ofw_network_subr.c 100 size_t cursor; local in function:of_network_decode_media
122 for (nmedia = 0, cursor = 0;
123 (cp = strlist_next(sl, len, &cursor)) != NULL; ) {
  /src/sys/dev/hpc/
hpcfbvar.h 45 void (*cursor)(void *, int, int, int, int, int); member in struct:hpcfb_accessops
  /src/lib/libedit/
chared.h 46 * the cursor.
48 * On the other hand we really don't want to move the cursor, because
49 * all the editing commands don't include the character under the cursor.
60 int cursor; /* position of saved cursor */ member in struct:c_undo_t
el.h 72 wchar_t *cursor; /* Cursor position */ member in struct:el_line_t
121 coord_t el_cursor; /* Cursor location */
  /src/lib/libquota/
quota_kernel.c 232 struct kernel_quotacursor *cursor; local in function:__quota_kernel_cursor_create
235 cursor = malloc(sizeof(*cursor));
236 if (cursor == NULL) {
241 args.u.cursoropen.qc_cursor = &cursor->kcursor;
244 free(cursor);
248 return cursor;
253 struct kernel_quotacursor *cursor)
258 args.u.cursorclose.qc_cursor = &cursor->kcursor;
263 free(cursor);
    [all...]
  /src/sys/arch/bebox/stand/boot/
video.c 104 cursor(struct screen *d, int flag) function in typeref:typename:void
133 cursor(d, 0);
195 cursor(d, 1);
vga.c 88 static void cursor(void);
95 * cursor() sets an offset (0-1999) into the 80x25 text area
98 cursor(void) function in typeref:typename:void
226 case 'C': /* right cursor */
231 case 'D': /* left cursor */
248 case 'H': /* Cursor move */
262 case '_': /* set cursor */
273 case ';': /* Switch params in cursor def */
391 cursor();
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_crtc.h 64 } cursor; member in struct:nouveau_crtc
  /src/sys/lib/libkern/
strlist.c 121 size_t cursor = *cursorp; local in function:strlist_next
123 if (cursor >= slsize) {
128 const char *cp = sl + cursor;
129 *cursorp = cursor + strlen(cp) + 1;
253 * This routine operates independently of the cursor used to enumerate
298 * This routine operates independently of the cursor used to enumerate
382 size_t cursor; local in function:main
393 cursor = 0;
394 assert((cp = strlist_next(sl, slsize, &cursor)) != NULL);
397 assert((cp = strlist_next(sl, slsize, &cursor)) != NULL)
    [all...]
  /src/lib/libtelnet/
kerberos5.c 158 krb5_kt_cursor cursor; local in function:kerberos5_init
164 ret = krb5_kt_start_seq_get(telnet_context, kt, &cursor);
169 krb5_kt_end_seq_get(telnet_context, kt, &cursor);
  /src/sys/arch/ews4800mips/stand/common/
console.h 74 void (*cursor)(int, int); member in struct:cons
  /src/sys/arch/prep/stand/boot/
vga.c 90 static void cursor(void);
97 * cursor() sets an offset (0-1999) into the 80x25 text area
100 cursor(void) function in typeref:typename:void
228 case 'C': /* right cursor */
233 case 'D': /* left cursor */
250 case 'H': /* Cursor move */
264 case '_': /* set cursor */
275 case ';': /* Switch params in cursor def */
393 cursor();
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_display.c 265 struct drm_plane *primary, *cursor; local in function:vgdev_output_init
277 cursor = virtio_gpu_plane_init(vgdev, DRM_PLANE_TYPE_CURSOR, index);
278 if (IS_ERR(cursor))
279 return PTR_ERR(cursor);
280 drm_crtc_init_with_planes(dev, crtc, primary, cursor,
virtgpu_drv.h 130 struct virtio_gpu_update_cursor cursor; member in struct:virtio_gpu_output
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ldu.c 364 struct drm_plane *primary, *cursor; local in function:vmw_ldu_init
377 cursor = &ldu->base.cursor;
407 /* Initialize cursor plane */
408 vmw_du_plane_reset(cursor);
410 ret = drm_universal_plane_init(dev, &ldu->base.cursor,
416 DRM_ERROR("Failed to initialize cursor plane");
421 drm_plane_helper_add(cursor, &vmw_ldu_cursor_plane_helper_funcs);
453 &ldu->base.cursor,
vmwgfx_kms.h 343 struct drm_plane cursor; member in struct:vmw_display_unit
  /src/sys/lib/libunwind/
libunwind.cxx 29 static _Unwind_Reason_Code unwind_phase1(ThisUnwindCursor &cursor,
31 cursor.setInfoBasedOnIPRegister();
37 switch (cursor.step()) {
48 cursor.getInfo(&frameInfo);
57 exc, (struct _Unwind_Context *)(&cursor));
64 exc->private_2 = cursor.getSP();
78 static _Unwind_Reason_Code unwind_phase2(ThisUnwindCursor &cursor,
80 cursor.setInfoBasedOnIPRegister();
86 switch (cursor.step()) {
96 cursor.getInfo(&frameInfo)
214 ThisUnwindCursor cursor(registers, sThisAddressSpace); local in function:_Unwind_ForcedUnwind
225 ThisUnwindCursor cursor(registers, sThisAddressSpace); local in function:_Unwind_Resume
255 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; local in function:_Unwind_GetGR
261 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; local in function:_Unwind_SetGR
266 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; local in function:_Unwind_GetIP
271 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; local in function:_Unwind_GetIPInfo
277 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; local in function:_Unwind_SetIP
287 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; local in function:_Unwind_GetRegionStart
294 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; local in function:_Unwind_GetLanguageSpecificData
302 ThisUnwindCursor cursor(registers, sThisAddressSpace); local in function:_Unwind_Backtrace
322 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; local in function:_Unwind_GetCFA
328 ThisUnwindCursor cursor(registers, sThisAddressSpace); local in function:_Unwind_FindEnclosingFunction
340 ThisUnwindCursor cursor(registers, sThisAddressSpace); local in function:_Unwind_Find_FDE
356 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; local in function:_Unwind_GetDataRelBase
    [all...]
  /src/sys/ufs/lfs/
ulfs_quota.c 499 struct quotakcursor *cursor = args->u.cursorget.qc_cursor; local in function:quota_handle_cmd_cursorget
505 error = lfsquota2_handle_cmd_cursorget(ump, cursor, keys, vals,
521 struct quotakcursor *cursor; local in function:quota_handle_cmd_cursoropen
534 cursor = args->u.cursoropen.qc_cursor;
535 error = lfsquota2_handle_cmd_cursoropen(ump, cursor);
562 struct quotakcursor *cursor = args->u.cursorclose.qc_cursor; local in function:quota_handle_cmd_cursorclose
563 error = lfsquota2_handle_cmd_cursorclose(ump, cursor);
585 struct quotakcursor *cursor = args->u.cursorskipidtype.qc_cursor; local in function:quota_handle_cmd_cursorskipidtype
587 error = lfsquota2_handle_cmd_cursorskipidtype(ump, cursor, idtype);
609 struct quotakcursor *cursor = args->u.cursoratend.qc_cursor local in function:quota_handle_cmd_cursoratend
633 struct quotakcursor *cursor = args->u.cursorrewind.qc_cursor; local in function:quota_handle_cmd_cursorrewind
    [all...]
  /src/sys/ufs/ufs/
ufs_quota.c 491 struct quotakcursor *cursor = args->u.cursorget.qc_cursor; local in function:quota_handle_cmd_cursorget
497 error = quota2_handle_cmd_cursorget(ump, cursor, keys, vals,
512 struct quotakcursor *cursor = args->u.cursoropen.qc_cursor; local in function:quota_handle_cmd_cursoropen
525 error = quota2_handle_cmd_cursoropen(ump, cursor);
539 struct quotakcursor *cursor = args->u.cursorclose.qc_cursor; local in function:quota_handle_cmd_cursorclose
552 error = quota2_handle_cmd_cursorclose(ump, cursor);
566 struct quotakcursor *cursor = args->u.cursorskipidtype.qc_cursor; local in function:quota_handle_cmd_cursorskipidtype
575 error = quota2_handle_cmd_cursorskipidtype(ump, cursor, idtype);
589 struct quotakcursor *cursor = args->u.cursoratend.qc_cursor; local in function:quota_handle_cmd_cursoratend
598 error = quota2_handle_cmd_cursoratend(ump, cursor, ret)
612 struct quotakcursor *cursor = args->u.cursorrewind.qc_cursor; local in function:quota_handle_cmd_cursorrewind
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
fb_decoder.h 140 u8 mode; /* cursor mode select */
143 u32 base; /* cursor base in graphics memory */
158 struct intel_vgpu_cursor_plane_format cursor; member in struct:intel_vgpu_pipe_format
  /src/lib/libpam/modules/pam_krb5/
pam_krb5.c 418 krb5_cc_cursor cursor; local in function:pam_sm_setcred
586 krbret = krb5_cc_start_seq_get(pam_context, ccache_temp, &cursor);
598 &cursor, &creds)) == 0) {
614 krb5_cc_end_seq_get(pam_context, ccache_temp, &cursor);
  /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 in typeref:typename:void
    [all...]
  /src/sys/arch/usermode/dev/
vncfb.c 72 void (*cursor)(void *, int, int, int); member in struct:vncfb_fbops
315 ops->cursor = ri->ri_ops.cursor;
322 ri->ri_ops.cursor = vncfb_cursor;
453 ops->cursor(ri, on, row, col);
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_mode.c 407 * VirtualBox uses the host windowing system to draw the cursor so
408 * moves are a no-op, we only need to upload new cursor sprites.
421 DRM_WARN("Could not kmap cursor bo, skipping update\n");
562 struct drm_plane *cursor = NULL; local in function:vbox_crtc_init
584 cursor = vbox_create_plane(vbox, 1 << i, DRM_PLANE_TYPE_CURSOR);
585 if (IS_ERR(cursor)) {
586 ret = PTR_ERR(cursor);
590 DRM_WARN("VirtualBox host is too old, no cursor support\n");
595 ret = drm_crtc_init_with_planes(dev, &vbox_crtc->base, primary, cursor,
606 if (cursor) {
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_crtc.h 410 * Update the cursor image. The cursor position is relative to the CRTC
413 * Note that contrary to all other KMS functions the legacy cursor entry
419 * universal plane support and register a proper cursor plane using
434 * Update the cursor image, including hotspot information. The hotspot
435 * must not affect the cursor position in CRTC coordinates, but is only
437 * guests and hosts cursor position. The cursor hotspot is relative to
438 * the cursor image. Otherwise this works exactly like @cursor_set.
441 * universal plane support and register a proper cursor plane usin
931 struct drm_plane *cursor; member in struct:drm_crtc
    [all...]

Completed in 24 milliseconds

1 2 3