Searched defs:cursor (Results 1 - 25 of 65) sorted by relevance

123

/src/sys/dev/ofw/
H A Dofw_network_subr.c100 size_t cursor; local in function:of_network_decode_media
/src/sys/dev/hpc/
H A Dhpcfbvar.h45 void (*cursor)(void *, int, int, int, int, int); member in struct:hpcfb_accessops
/src/sys/kern/
H A Dvfs_quotactl.c106 vfs_quotactl_cursoropen(struct mount *mp, struct quotakcursor *cursor) argument
116 vfs_quotactl_cursorclose(struct mount *mp, struct quotakcursor *cursor) argument
126 vfs_quotactl_cursorskipidtype(struct mount *mp, struct quotakcursor *cursor, argument
138 vfs_quotactl_cursorget(struct mount *mp, struct quotakcursor *cursor, argument
154 vfs_quotactl_cursoratend(struct mount *mp, struct quotakcursor *cursor, argument
166 vfs_quotactl_cursorrewind(struct mount * mp,struct quotakcursor * cursor) argument
[all...]
/src/sys/arch/bebox/stand/boot/
H A Dvideo.c104 cursor(struct screen *d, int flag) function in typeref:typename:void
H A Dvga.c98 cursor(void) function in typeref:typename:void
/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_crtc.h64 } cursor; member in struct:nouveau_crtc
/src/lib/libquota/
H A Dquota_kernel.c232 struct kernel_quotacursor *cursor; local in function:__quota_kernel_cursor_create
252 __quota_kernel_cursor_destroy(struct quotahandle * qh,struct kernel_quotacursor * cursor) argument
267 __quota_kernel_cursor_skipidtype(struct quotahandle * qh,struct kernel_quotacursor * cursor,int idtype) argument
280 __quota_kernel_cursor_get(struct quotahandle * qh,struct kernel_quotacursor * cursor,struct quotakey * key,struct quotaval * val) argument
294 __quota_kernel_cursor_getn(struct quotahandle * qh,struct kernel_quotacursor * cursor,struct quotakey * keys,struct quotaval * vals,unsigned maxnum) argument
321 __quota_kernel_cursor_atend(struct quotahandle * qh,struct kernel_quotacursor * cursor) argument
343 __quota_kernel_cursor_rewind(struct quotahandle * qh,struct kernel_quotacursor * cursor) argument
[all...]
/src/lib/libedit/
H A Dchared.h60 int cursor; /* position of saved cursor */ member in struct:c_undo_t
H A Del.h72 wchar_t *cursor; /* Cursor position */ member in struct:el_line_t
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_crtc.c232 drm_crtc_init_with_planes(struct drm_device * dev,struct drm_crtc * crtc,struct drm_plane * primary,struct drm_plane * cursor,const struct drm_crtc_funcs * funcs,const char * name,...) argument
[all...]
/src/sys/lib/libkern/
H A Dstrlist.c121 size_t cursor = *cursorp; local in function:strlist_next
382 size_t cursor; local in function:main
[all...]
/src/sys/lib/libunwind/
H A Dlibunwind.cxx29 static _Unwind_Reason_Code unwind_phase1(ThisUnwindCursor &cursor, argument
78 static _Unwind_Reason_Code unwind_phase2(ThisUnwindCursor &cursor, argument
130 unwind_phase2_forced(ThisUnwindCursor & cursor,struct _Unwind_Exception * exc,_Unwind_Stop_Fn stop,void * stop_arg) argument
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/arch/prep/stand/boot/
H A Dvga.c100 cursor(void) function in typeref:typename:void
/src/sys/arch/ews4800mips/stand/common/
H A Dconsole.h74 void (*cursor)(int, int); member in struct:cons
/src/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_display.c265 struct drm_plane *primary, *cursor; local in function:vgdev_output_init
H A Dvirtgpu_drv.h130 struct virtio_gpu_update_cursor cursor; member in struct:virtio_gpu_output
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ldu.c364 struct drm_plane *primary, *cursor; local in function:vmw_ldu_init
H A Dvmwgfx_kms.h343 struct drm_plane cursor; member in struct:vmw_display_unit
/src/lib/libtelnet/
H A Dkerberos5.c158 krb5_kt_cursor cursor; local in function:kerberos5_init
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dfb_decoder.h158 struct intel_vgpu_cursor_plane_format cursor; member in struct:intel_vgpu_pipe_format
/src/sys/ufs/lfs/
H A Dulfs_quota.c499 struct quotakcursor *cursor = args->u.cursorget.qc_cursor; local in function:quota_handle_cmd_cursorget
521 struct quotakcursor *cursor; local in function:quota_handle_cmd_cursoropen
562 struct quotakcursor *cursor = args->u.cursorclose.qc_cursor; local in function:quota_handle_cmd_cursorclose
585 struct quotakcursor *cursor = args->u.cursorskipidtype.qc_cursor; local in function:quota_handle_cmd_cursorskipidtype
609 struct quotakcursor *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/games/larn/
H A Dio.c595 cursor(x, y) function
615 cursor(int x, int y) function in typeref:typename:void
[all...]
/src/sys/ufs/ufs/
H A Dufs_quota.c495 struct quotakcursor *cursor = args->u.cursorget.qc_cursor; local in function:quota_handle_cmd_cursorget
516 struct quotakcursor *cursor = args->u.cursoropen.qc_cursor; local in function:quota_handle_cmd_cursoropen
543 struct quotakcursor *cursor = args->u.cursorclose.qc_cursor; local in function:quota_handle_cmd_cursorclose
570 struct quotakcursor *cursor = args->u.cursorskipidtype.qc_cursor; local in function:quota_handle_cmd_cursorskipidtype
593 struct quotakcursor *cursor = args->u.cursoratend.qc_cursor; local in function:quota_handle_cmd_cursoratend
616 struct quotakcursor *cursor = args->u.cursorrewind.qc_cursor; local in function:quota_handle_cmd_cursorrewind
[all...]
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_mode.c562 struct drm_plane *cursor = NULL; local in function:vbox_crtc_init
[all...]
/src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_crtc.h931 struct drm_plane *cursor; member in struct:drm_crtc
[all...]

Completed in 41 milliseconds

123