Home
last modified time | relevance | path

Searched defs:vb (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12-stable/sys/dev/vt/
Dvt_buf.c50 #define VTBUF_LOCK(vb) mtx_lock_spin(&(vb)->vb_lock) argument
51 #define VTBUF_UNLOCK(vb) mtx_unlock_spin(&(vb)->vb_lock) argument
74 vthistory_seek(struct vt_buf *vb, int offset, int whence) in vthistory_seek()
130 vthistory_addlines(struct vt_buf *vb, int offset) in vthistory_addlines()
158 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset) in vthistory_getpos()
167 vtbuf_htw(const struct vt_buf *vb, int row) in vtbuf_htw()
182 vtbuf_wth(const struct vt_buf *vb, int row) in vtbuf_wth()
212 vtbuf_iscursor(const struct vt_buf *vb, int row, int col) in vtbuf_iscursor()
257 vtbuf_lock(struct vt_buf *vb) in vtbuf_lock()
264 vtbuf_unlock(struct vt_buf *vb) in vtbuf_unlock()
[all …]
Dvt.h249 #define VTBUF_SLCK_ENABLE(vb) vtbuf_scroll_mode((vb), 1) argument
250 #define VTBUF_SLCK_DISABLE(vb) vtbuf_scroll_mode((vb), 0) argument
252 #define VTBUF_MAX_HEIGHT(vb) \ argument
254 #define VTBUF_GET_ROW(vb, r) \ argument
256 #define VTBUF_GET_FIELD(vb, r, c) \ argument
258 #define VTBUF_FIELD(vb, r, c) \ argument
260 #define VTBUF_ISCURSOR(vb, r, c) \ argument
/freebsd-12-stable/crypto/openssl/crypto/srp/
Dsrp_vfy.c273 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local
294 void SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free()
382 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init()
495 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) in find_user()
519 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user()
529 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user()
/freebsd-12-stable/contrib/bearssl/src/
Dinner.h2382 #define vsldoi(vt, va, vb, sh) vsldoi_(vt, va, vb, sh) argument
2389 #define vcipher(vt, va, vb) vcipher_(vt, va, vb) argument
2390 #define vcipherlast(vt, va, vb) vcipherlast_(vt, va, vb) argument
2391 #define vncipher(vt, va, vb) vncipher_(vt, va, vb) argument
2392 #define vncipherlast(vt, va, vb) vncipherlast_(vt, va, vb) argument
2393 #define vperm(vt, va, vb, vc) vperm_(vt, va, vb, vc) argument
2394 #define vpmsumd(vt, va, vb) vpmsumd_(vt, va, vb) argument
2395 #define xxpermdi(vt, va, vb, d) xxpermdi_(vt, va, vb, d) argument
2419 #define vsldoi_(vt, va, vb, sh) "\tvsldoi\t" #vt "," #va "," #vb "," #sh "\n" argument
2426 #define vcipher_(vt, va, vb) "\tvcipher\t" #vt "," #va "," #vb "\n" argument
[all …]
/freebsd-12-stable/sys/dev/drm/
Dvia_dma.c274 uint32_t *vb; in via_dispatch_cmdbuffer() local
401 uint32_t * vb, int qw_count) in via_align_buffer()
510 uint32_t *vb; in via_align_cmd() local
595 uint32_t *vb; in via_pad_cache() local
605 uint32_t *vb = via_get_dma(dev_priv); in via_dummy_bitblt() local
/freebsd-12-stable/sys/libkern/
Dbcmp.c62 ul va, vb; variable
Dstrlen.c87 long va, vb; in strlen() local
/freebsd-12-stable/lib/libc/string/
Dstrlen.c88 long va, vb; in strlen() local
/freebsd-12-stable/sys/dev/drm2/radeon/
Dr600_blit_kms.c666 struct radeon_fence **fence, struct radeon_sa_bo **vb, in r600_blit_prepare_copy()
720 struct radeon_sa_bo *vb, struct radeon_semaphore *sem) in r600_blit_done_copy()
739 struct radeon_sa_bo *vb) in r600_kms_blit_copy()
Dr600.c2683 struct radeon_sa_bo *vb = NULL; in r600_copy_blit() local
/freebsd-12-stable/contrib/ntp/libntp/
Dwork_fork.c49 void * vb, in netread()
72 const void * vb, in netwrite()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Drelocate.c138 struct validator_baton_t vb; in svn_client_relocate2() local
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_disk.c699 vdev_buf_t *vb = (vdev_buf_t *)bp; in vdev_disk_io_intr() local
749 vdev_buf_t *vb; in vdev_disk_io_start() local
/freebsd-12-stable/sys/dev/vt/hw/vga/
Dvt_vga.c614 const struct vt_buf *vb; in vga_bitblt_one_text_pixels_block() local
869 const struct vt_buf *vb; in vga_bitblt_text_txtmode() local
/freebsd-12-stable/sys/compat/linux/
Dlinux_ioctl.c2752 linux_to_bsd_v4l_buffer(struct l_video_buffer *lvb, struct video_buffer *vb) in linux_to_bsd_v4l_buffer()
2763 bsd_to_linux_v4l_buffer(struct video_buffer *vb, struct l_video_buffer *lvb) in bsd_to_linux_v4l_buffer()
3107 linux_to_bsd_v4l2_buffer(struct l_v4l2_buffer *lvb, struct v4l2_buffer *vb) in linux_to_bsd_v4l2_buffer()
3131 bsd_to_linux_v4l2_buffer(struct v4l2_buffer *vb, struct l_v4l2_buffer *lvb) in bsd_to_linux_v4l2_buffer()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbols.cpp402 static uint8_t getMinVisibility(uint8_t va, uint8_t vb) { in getMinVisibility()
/freebsd-12-stable/contrib/gcc/cp/
Dcp-gimplify.c643 cxx_int_tree_map_eq (const void *va, const void *vb) in cxx_int_tree_map_eq()
/freebsd-12-stable/contrib/gcc/
Dtree-ssa.c812 int_tree_map_eq (const void *va, const void *vb) in int_tree_map_eq()
Dtree-ssa-loop-manip.c56 tree vb, va; in create_iv() local
Dtree.c3918 tree_map_eq (const void *va, const void *vb) in tree_map_eq()
3947 tree_int_map_eq (const void *va, const void *vb) in tree_int_map_eq()
4154 type_hash_eq (const void *va, const void *vb) in type_hash_eq()
/freebsd-12-stable/contrib/binutils/ld/
Dpe-dll.c383 reloc_sort (const void *va, const void *vb) in reloc_sort()
392 pe_export_sort (const void *va, const void *vb) in pe_export_sort()
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_msfees.c1230 const void *vb in offcompare()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
Dauthz_parse.c1356 compare_parsed_acls(const void *va, const void *vb) in compare_parsed_acls()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/acl/
Dacl_common.c1247 acevals_compare(const void *va, const void *vb) in acevals_compare()
/freebsd-12-stable/contrib/gdb/gdb/
Dtracepoint.c1083 memrange_cmp (const void *va, const void *vb) in memrange_cmp()

12