Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/vt/
HDvt_buf.c47 #define VTBUF_LOCK(vb) mtx_lock_spin(&(vb)->vb_lock) argument
48 #define VTBUF_UNLOCK(vb) mtx_unlock_spin(&(vb)->vb_lock) argument
71 vthistory_seek(struct vt_buf *vb, int offset, int whence) in vthistory_seek()
127 vthistory_addlines(struct vt_buf *vb, int offset) in vthistory_addlines()
155 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset) in vthistory_getpos()
164 vtbuf_htw(const struct vt_buf *vb, int row) in vtbuf_htw()
179 vtbuf_wth(const struct vt_buf *vb, int row) in vtbuf_wth()
209 vtbuf_iscursor(const struct vt_buf *vb, int row, int col) in vtbuf_iscursor()
254 vtbuf_lock(struct vt_buf *vb) in vtbuf_lock()
261 vtbuf_unlock(struct vt_buf *vb) in vtbuf_unlock()
[all …]
HDvt.h262 #define VTBUF_SLCK_ENABLE(vb) vtbuf_scroll_mode((vb), 1) argument
263 #define VTBUF_SLCK_DISABLE(vb) vtbuf_scroll_mode((vb), 0) argument
265 #define VTBUF_MAX_HEIGHT(vb) \ argument
267 #define VTBUF_GET_ROW(vb, r) \ argument
269 #define VTBUF_GET_FIELD(vb, r, c) \ argument
271 #define VTBUF_FIELD(vb, r, c) \ argument
273 #define VTBUF_ISCURSOR(vb, r, c) \ argument
/freebsd-14-stable/crypto/openssl/crypto/srp/
HDsrp_vfy.c282 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local
304 void SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free()
397 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init()
510 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) in find_user()
527 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd) in SRP_VBASE_add0_user()
541 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user()
551 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user()
/freebsd-14-stable/contrib/bearssl/src/
HDinner.h2402 #define vsldoi(vt, va, vb, sh) vsldoi_(vt, va, vb, sh) argument
2409 #define vcipher(vt, va, vb) vcipher_(vt, va, vb) argument
2410 #define vcipherlast(vt, va, vb) vcipherlast_(vt, va, vb) argument
2411 #define vncipher(vt, va, vb) vncipher_(vt, va, vb) argument
2412 #define vncipherlast(vt, va, vb) vncipherlast_(vt, va, vb) argument
2413 #define vperm(vt, va, vb, vc) vperm_(vt, va, vb, vc) argument
2414 #define vpmsumd(vt, va, vb) vpmsumd_(vt, va, vb) argument
2415 #define xxpermdi(vt, va, vb, d) xxpermdi_(vt, va, vb, d) argument
2439 #define vsldoi_(vt, va, vb, sh) "\tvsldoi\t" #vt "," #va "," #vb "," #sh "\n" argument
2446 #define vcipher_(vt, va, vb) "\tvcipher\t" #vt "," #va "," #vb "\n" argument
[all …]
/freebsd-14-stable/sys/libkern/
HDstrlen.c78 long va, vb; in size_t() local
/freebsd-14-stable/lib/libc/string/
HDstrlen.c78 long va, vb; in strlen() local
/freebsd-14-stable/contrib/ntp/libntp/
HDwork_fork.c49 void * vb, in netread()
72 const void * vb, in netwrite()
/freebsd-14-stable/crypto/openssl/apps/include/
HDs_apps.h101 SRP_VBASE *vb; member
/freebsd-14-stable/sys/dev/vt/hw/vga/
HDvt_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-14-stable/sys/compat/linux/
HDlinux_ioctl.c2672 linux_to_bsd_v4l_buffer(struct l_video_buffer *lvb, struct video_buffer *vb) in linux_to_bsd_v4l_buffer()
2683 bsd_to_linux_v4l_buffer(struct video_buffer *vb, struct l_video_buffer *lvb) in bsd_to_linux_v4l_buffer()
3027 linux_to_bsd_v4l2_buffer(struct l_v4l2_buffer *lvb, struct v4l2_buffer *vb) in linux_to_bsd_v4l2_buffer()
3051 bsd_to_linux_v4l2_buffer(struct v4l2_buffer *vb, struct l_v4l2_buffer *lvb) in bsd_to_linux_v4l2_buffer()
/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_msfees.c1230 const void *vb in offcompare()
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/spl/
HDacl_common.c1212 acevals_compare(const void *va, const void *vb) in acevals_compare()
/freebsd-14-stable/sys/dev/dpaa2/
HDdpaa2_swp.h101 #define DPAA2_SWP_CENA_RR(vb) (0x700 + ((uint32_t)(vb) >> 1)) argument
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDspa_misc.c654 spa_log_sm_sort_by_txg(const void *va, const void *vb) in spa_log_sm_sort_by_txg()
HDmetaslab.c815 metaslab_sort_by_flushed(const void *va, const void *vb) in metaslab_sort_by_flushed()
/freebsd-14-stable/sys/netpfil/pf/
HDpf.c2874 u_int8_t *vb = (u_int8_t *)&v; in pf_patch_16_unaligned() local
2885 u_int8_t *vb = (u_int8_t *)&v; in pf_patch_32_unaligned() local