Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_buf.c46 #define VTBUF_LOCK(vb) mtx_lock_spin(&(vb)->vb_lock) argument
47 #define VTBUF_UNLOCK(vb) mtx_unlock_spin(&(vb)->vb_lock) argument
70 vthistory_seek(struct vt_buf *vb, int offset, int whence) in vthistory_seek()
126 vthistory_addlines(struct vt_buf *vb, int offset) in vthistory_addlines()
154 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset) in vthistory_getpos()
163 vtbuf_htw(const struct vt_buf *vb, int row) in vtbuf_htw()
178 vtbuf_wth(const struct vt_buf *vb, int row) in vtbuf_wth()
208 vtbuf_iscursor(const struct vt_buf *vb, int row, int col) in vtbuf_iscursor()
253 vtbuf_lock(struct vt_buf *vb) in vtbuf_lock()
260 vtbuf_unlock(struct vt_buf *vb) in vtbuf_unlock()
[all …]
H A Dvt.h262 #define VTBUF_SLCK_ENABLE(vb) vtbuf_scroll_mode((vb), 1) argument
263 #define VTBUF_SLCK_DISABLE(vb) vtbuf_scroll_mode((vb), argument
265 VTBUF_MAX_HEIGHT(vb) global() argument
267 VTBUF_GET_ROW(vb,r) global() argument
269 VTBUF_GET_FIELD(vb,r,c) global() argument
271 VTBUF_FIELD(vb,r,c) global() argument
273 VTBUF_ISCURSOR(vb,r,c) global() argument
[all...]
/freebsd/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c280 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local
302 void SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free()
395 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init()
508 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) in find_user()
525 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd) in SRP_VBASE_add0_user()
539 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user()
549 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user()
/freebsd/contrib/bearssl/src/
H A Dinner.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/lib/libc/string/
H A Dstrlen.c78 long va, vb; in strlen() local
/freebsd/sys/libkern/
H A Dstrlen.c78 long va, vb; in size_t() local
/freebsd/contrib/ntp/libntp/
H A Dwork_fork.c49 void * vb, in netread()
72 const void * vb, in netwrite()
/freebsd/crypto/openssl/apps/include/
H A Ds_apps.h101 SRP_VBASE *vb; member
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c611 const struct vt_buf *vb; vga_bitblt_one_text_pixels_block() local
866 const struct vt_buf *vb; vga_bitblt_text_txtmode() local
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2681 linux_to_bsd_v4l_buffer(struct l_video_buffer *lvb, struct video_buffer *vb) in linux_to_bsd_v4l_buffer()
2692 bsd_to_linux_v4l_buffer(struct video_buffer *vb, struct l_video_buffer *lvb) in bsd_to_linux_v4l_buffer()
3036 linux_to_bsd_v4l2_buffer(struct l_v4l2_buffer *lvb, struct v4l2_buffer *vb) in linux_to_bsd_v4l2_buffer()
3060 bsd_to_linux_v4l2_buffer(struct v4l2_buffer *vb, struct l_v4l2_buffer *lvb) in bsd_to_linux_v4l2_buffer()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c1230 const void *vb in offcompare()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c1212 acevals_compare(const void *va, const void *vb) in acevals_compare()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_swp.h101 #define DPAA2_SWP_CENA_RR(vb) (0x700 + ((uint32_t)(vb) >> 1)) argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c680 spa_log_sm_sort_by_txg(const void *va, const void *vb) in spa_log_sm_sort_by_txg()
H A Dmetaslab.c813 metaslab_sort_by_flushed(const void *va, const void *vb) in metaslab_sort_by_flushed()
/freebsd/sys/netpfil/pf/
H A Dpf.c3092 u_int8_t *vb = (u_int8_t *)&v; in pf_patch_16_unaligned() local
3103 u_int8_t *vb = (u_int8_t *)&v; in pf_patch_32_unaligned() local