| /freebsd/sys/dev/vt/ |
| H A D | vt_buf.c | 46 #define VTBUF_LOCK(vb) mtx_lock_spin(&(vb)->vb_lock) argument 47 #define VTBUF_UNLOCK(vb) mtx_unlock_spin(&(vb)->vb_lock) argument 48 #define VTBUF_LOCK_OWNED(vb) mtx_owned(&(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() 208 vtbuf_unmark(struct vt_buf *vb) in vtbuf_unmark() 215 vtbuf_unmark_on_cross(struct vt_buf *vb, int target_begin, int target_end) in vtbuf_unmark_on_cross() [all …]
|
| H A D | vt.h | 263 #define VTBUF_SLCK_ENABLE(vb) vtbuf_scroll_mode((vb), 1) argument 264 #define VTBUF_SLCK_DISABLE(vb) vtbuf_scroll_mode((vb), 0) argument 266 #define VTBUF_MAX_HEIGHT(vb) \ argument 268 #define VTBUF_GET_ROW(vb, r) \ argument 270 #define VTBUF_GET_FIELD(vb, r, c) \ argument 272 #define VTBUF_FIELD(vb, r, c) \ argument 274 #define VTBUF_ISCURSOR(vb, r, c) \ argument
|
| /freebsd/crypto/openssl/crypto/srp/ |
| H A D | srp_vfy.c | 279 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local 301 void SRP_VBASE_free(SRP_VBASE *vb) in SRP_VBASE_free() 394 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) in SRP_VBASE_init() 512 static SRP_user_pwd *find_user(SRP_VBASE *vb, char *username) in find_user() 529 int SRP_VBASE_add0_user(SRP_VBASE *vb, SRP_user_pwd *user_pwd) in SRP_VBASE_add0_user() 543 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get_by_user() 553 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) in SRP_VBASE_get1_by_user()
|
| /freebsd/sys/dev/video/ |
| H A D | video.c | 74 struct video_buf *vb; in video_pool_alloc() local 256 struct video_buf *vb; in video_buf_acquire() local 270 video_buf_write(struct video_buf *vb, size_t offset, const void *src, in video_buf_write() 282 video_buf_done(struct video_buf *vb, size_t bytesused, uint32_t sequence) in video_buf_done() 311 video_buf_error(struct video_buf *vb) in video_buf_error() 534 struct video_buf *vb; in video_querybuf() local 582 struct video_buf *vb; in video_qbuf() local 620 struct video_buf *vb; in video_dqbuf() local 711 struct video_buf *vb; in video_streamoff() local 1008 struct video_buf *vb; in video_read() local
|
| /freebsd/contrib/bearssl/src/ |
| H A D | inner.h | 2402 #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 D | strlen.c | 78 long va, vb; in strlen() local
|
| /freebsd/sys/libkern/ |
| H A D | strlen.c | 78 long va, vb; in size_t() local
|
| /freebsd/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | ml_common_codecs.c | 16 static int pref_cmp(const void *va, const void *vb) in pref_cmp()
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | work_fork.c | 49 void * vb, in netread() 72 const void * vb, in netwrite()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | s_apps.h | 107 SRP_VBASE *vb; member
|
| /freebsd/usr.sbin/virtual_oss/virtual_oss/ |
| H A D | mul.c | 160 voss_x3_multiply_double(const int64_t *va, const double *vb, double *pc, const size_t max) in voss_x3_multiply_double()
|
| /freebsd/sys/dev/firewire/ |
| H A D | fwcam.c | 593 struct video_buf *vb; in fwcam_frame_done() local 645 struct video_buf *vb; in fwcam_iso_input() local 667 struct video_buf *vb; in fwcam_iso_input() local
|
| /freebsd/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 613 const struct vt_buf *vb; in vga_bitblt_one_text_pixels_block() local 868 const struct vt_buf *vb; in vga_bitblt_text_txtmode() local
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | test_zap.c | 268 uint64_t vb = 2, vbr = 0; in test_zap_add() local 345 uint64_t va = 1, vb = 2; in test_zap_remove() local
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 2803 linux_to_bsd_v4l_buffer(struct l_video_buffer *lvb, struct video_buffer *vb) in linux_to_bsd_v4l_buffer() 2814 bsd_to_linux_v4l_buffer(struct video_buffer *vb, struct l_video_buffer *lvb) in bsd_to_linux_v4l_buffer() 3158 linux_to_bsd_v4l2_buffer(struct l_v4l2_buffer *lvb, struct v4l2_buffer *vb) in linux_to_bsd_v4l2_buffer() 3182 bsd_to_linux_v4l2_buffer(struct v4l2_buffer *vb, struct l_v4l2_buffer *lvb) in bsd_to_linux_v4l2_buffer()
|
| /freebsd/sys/dev/usb/video/ |
| H A D | uvideo.c | 2449 struct video_buf *vb; in uvideo_isoc_decode() local 2609 struct video_buf *vb; in uvideo_vs_decode_stream_header() local 2658 struct video_buf *vb; in uvideo_frame_done() local
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_msfees.c | 1230 const void *vb in offcompare()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 1213 acevals_compare(const void *va, const void *vb) in acevals_compare()
|
| /freebsd/sys/dev/dpaa2/ |
| H A D | dpaa2_swp.h | 102 #define DPAA2_SWP_CENA_RR(vb) (0x700 + ((uint32_t)(vb) >> 1)) argument
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_misc.c | 734 spa_log_sm_sort_by_txg(const void *va, const void *vb) in spa_log_sm_sort_by_txg()
|
| H A D | metaslab.c | 1064 metaslab_sort_by_flushed(const void *va, const void *vb) in metaslab_sort_by_flushed()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.c | 3643 u_int8_t *vb = (u_int8_t *)&v; in pf_patch_16() local 3656 u_int8_t *vb = (u_int8_t *)&v; in pf_patch_32() local
|