| /freebsd-12.1/sys/dev/vt/ |
| H A D | vt_buf.c | 80 if (vb->vb_roffset != vb->vb_curroffset) { in vthistory_seek() 81 vb->vb_roffset = vb->vb_curroffset; in vthistory_seek() 137 if (vb->vb_curroffset + vb->vb_scr_size.tp_row >= vb->vb_history_size) { in vthistory_addlines() 139 vb->vb_curroffset %= vb->vb_history_size; in vthistory_addlines() 142 vb->vb_roffset = vb->vb_curroffset; in vthistory_addlines() 413 vb->vb_history_size = MAX(vb->vb_history_size, vb->vb_scr_size.tp_row); in vtbuf_init_rows() 416 vb->vb_rows[r] = &vb->vb_buffer[r * vb->vb_scr_size.tp_col]; in vtbuf_init_rows() 614 vb->vb_roffset = vb->vb_curroffset; in vtbuf_grow() 659 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position() 661 vtbuf_dirty_cell(vb, &vb->vb_cursor); in vtbuf_cursor_position() [all …]
|
| H A D | vt.h | 249 #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 253 ((vb)->vb_history_size) 254 #define VTBUF_GET_ROW(vb, r) \ argument 255 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)]) 257 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)]) 258 #define VTBUF_FIELD(vb, r, c) \ argument 259 ((vb)->vb_rows[((vb)->vb_curroffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)]) 260 #define VTBUF_ISCURSOR(vb, r, c) \ argument [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/srp/ |
| H A D | srp_vfy.c | 273 SRP_VBASE *vb = OPENSSL_malloc(sizeof(*vb)); in SRP_VBASE_new() local 275 if (vb == NULL) in SRP_VBASE_new() 291 return vb; in SRP_VBASE_new() 296 if (!vb) in SRP_VBASE_free() 301 OPENSSL_free(vb); in SRP_VBASE_free() 408 if (vb->seed_key) { in SRP_VBASE_init() 500 if (vb == NULL) in find_user() 536 if (vb == NULL) in SRP_VBASE_get1_by_user() 543 (vb->default_g == NULL) || (vb->default_N == NULL)) in SRP_VBASE_get1_by_user() 551 SRP_user_pwd_set_gN(user, vb->default_g, vb->default_N); in SRP_VBASE_get1_by_user() [all …]
|
| /freebsd-12.1/sys/dev/drm/ |
| H A D | via_dma.c | 63 vb = ((uint32_t *)vb) + 2; \ 70 *vb++ = (w1); \ 71 *vb++ = (w2); \ 274 uint32_t *vb; in via_dispatch_cmdbuffer() local 304 if (vb == NULL) { in via_dispatch_cmdbuffer() 406 return vb; in via_align_buffer() 510 uint32_t *vb; in via_align_cmd() local 516 vb = via_get_dma(dev_priv); in via_align_cmd() 529 vb = via_align_buffer(dev_priv, vb, qw_pad_count - 1); in via_align_cmd() 531 return vb; in via_align_cmd() [all …]
|
| /freebsd-12.1/sys/libkern/ |
| H A D | strlen.c | 87 long va, vb; in strlen() local 101 vb = ((~*lp) & mask80); in strlen() 103 if (va & vb) in strlen() 112 vb = ((~*lp) & mask80); in strlen() 113 if (va & vb) { in strlen()
|
| H A D | bcmp.c | 62 ul va, vb; variable 91 vb = *(culp)p2; 93 if (*(culp)p1 != (va >> shr | vb << shl)) 96 va = vb;
|
| /freebsd-12.1/lib/libc/string/ |
| H A D | strlen.c | 88 long va, vb; in strlen() local 102 vb = ((~*lp) & mask80); in strlen() 104 if (va & vb) in strlen() 113 vb = ((~*lp) & mask80); in strlen() 114 if (va & vb) { in strlen()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | relocate.c | 138 struct validator_baton_t vb; in svn_client_relocate2() local 148 vb.ctx = ctx; in svn_client_relocate2() 149 vb.path = wcroot_dir; in svn_client_relocate2() 150 vb.url_uuids = apr_array_make(pool, 1, sizeof(struct url_uuid_t)); in svn_client_relocate2() 151 vb.pool = pool; in svn_client_relocate2() 165 validator_func, &vb, pool)); in svn_client_relocate2() 174 validator_func, &vb, pool)); in svn_client_relocate2()
|
| /freebsd-12.1/contrib/bearssl/src/ |
| H A D | inner.h | 2382 #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 2426 #define vcipher_(vt, va, vb) "\tvcipher\t" #vt "," #va "," #vb "\n" argument 2428 #define vncipher_(vt, va, vb) "\tvncipher\t" #vt "," #va "," #vb "\n" argument [all …]
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | srp.h | 75 void SRP_VBASE_free(SRP_VBASE *vb); 76 int SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file); 79 DEPRECATEDIN_1_1_0(SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username)) 81 SRP_user_pwd *SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username);
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | work_fork.c | 49 void * vb, in netread() argument 53 char * b = vb; in netread() 65 return (size_t)(b - (char *)vb); in netread() 72 const void * vb, in netwrite() argument 76 const char * b = vb; in netwrite() 88 return (size_t)(b - (const char *)vb); in netwrite()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_ioctl.c | 2796 vb->width = lvb->width; in linux_to_bsd_v4l_buffer() 2797 vb->depth = lvb->depth; in linux_to_bsd_v4l_buffer() 2807 lvb->width = vb->width; in bsd_to_linux_v4l_buffer() 2808 lvb->depth = vb->depth; in bsd_to_linux_v4l_buffer() 3149 vb->index = lvb->index; in linux_to_bsd_v4l2_buffer() 3150 vb->type = lvb->type; in linux_to_bsd_v4l2_buffer() 3152 vb->flags = lvb->flags; in linux_to_bsd_v4l2_buffer() 3153 vb->field = lvb->field; in linux_to_bsd_v4l2_buffer() 3165 vb->input = lvb->input; in linux_to_bsd_v4l2_buffer() 3174 lvb->type = vb->type; in bsd_to_linux_v4l2_buffer() [all …]
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | r600_blit_kms.c | 666 struct radeon_fence **fence, struct radeon_sa_bo **vb, in r600_blit_prepare_copy() argument 684 r = radeon_sa_bo_new(rdev, &rdev->ring_tmp_bo, vb, in r600_blit_prepare_copy() 692 radeon_sa_bo_free(rdev, vb, NULL); in r600_blit_prepare_copy() 701 radeon_sa_bo_free(rdev, vb, NULL); in r600_blit_prepare_copy() 720 struct radeon_sa_bo *vb, struct radeon_semaphore *sem) in r600_blit_done_copy() argument 732 radeon_sa_bo_free(rdev, &vb, *fence); in r600_blit_done_copy() 739 struct radeon_sa_bo *vb) in r600_kms_blit_copy() argument 746 vb_cpu_addr = (u32 *)radeon_sa_bo_cpu_addr(vb); in r600_kms_blit_copy() 747 vb_gpu_addr = radeon_sa_bo_gpu_addr(vb); in r600_kms_blit_copy()
|
| H A D | radeon_asic.h | 387 struct radeon_fence **fence, struct radeon_sa_bo **vb, 390 struct radeon_sa_bo *vb, struct radeon_semaphore *sem); 394 struct radeon_sa_bo *vb);
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | vdev_disk.c | 699 vdev_buf_t *vb = (vdev_buf_t *)bp; in vdev_disk_io_intr() local 700 zio_t *zio = vb->vb_io; in vdev_disk_io_intr() 718 kmem_free(vb, sizeof (vdev_buf_t)); in vdev_disk_io_intr() 749 vdev_buf_t *vb; in vdev_disk_io_start() local 818 vb = kmem_alloc(sizeof (vdev_buf_t), KM_SLEEP); in vdev_disk_io_start() 820 vb->vb_io = zio; in vdev_disk_io_start() 821 bp = &vb->vb_buf; in vdev_disk_io_start()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-loop-manip.c | 56 tree vb, va; in create_iv() local 66 vb = make_ssa_name (var, NULL_TREE); in create_iv() 68 *var_before = vb; in create_iv() 107 vb, step)); in create_iv() 118 stmt = create_phi_node (vb, loop->header); in create_iv() 119 SSA_NAME_DEF_STMT (vb) = stmt; in create_iv()
|
| H A D | tree-ssa.c | 812 int_tree_map_eq (const void *va, const void *vb) in int_tree_map_eq() argument 815 const struct int_tree_map *b = (const struct int_tree_map *) vb; in int_tree_map_eq()
|
| /freebsd-12.1/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 623 vb = &vw->vw_buf; in vga_bitblt_one_text_pixels_block() 662 c = VTBUF_GET_FIELD(vb, row, col); in vga_bitblt_one_text_pixels_block() 665 vt_determine_colors(c, VTBUF_ISCURSOR(vb, row, col), &fg, &bg); in vga_bitblt_one_text_pixels_block() 868 const struct vt_buf *vb; in vga_bitblt_text_txtmode() local 876 vb = &vw->vw_buf; in vga_bitblt_text_txtmode() 886 c = VTBUF_GET_FIELD(vb, row, col); in vga_bitblt_text_txtmode() 887 vt_determine_colors(c, VTBUF_ISCURSOR(vb, row, col), in vga_bitblt_text_txtmode()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | dump.c | 952 struct verify_mergeinfo_normalization_baton *const vb = baton; in verify_mergeinfo_normalization() local 958 SVN_ERR(svn_utf__normalize(&normpath, path, klen, &vb->buffer)); in verify_mergeinfo_normalization() 959 found = svn_hash_gets(vb->normalized_paths, normpath); in verify_mergeinfo_normalization() 961 svn_hash_sets(vb->normalized_paths, in verify_mergeinfo_normalization() 962 apr_pstrdup(vb->buffer.pool, normpath), in verify_mergeinfo_normalization() 969 svn_hash_sets(vb->normalized_paths, in verify_mergeinfo_normalization() 970 apr_pstrdup(vb->buffer.pool, normpath), in verify_mergeinfo_normalization() 973 notify_warning(iterpool, vb->notify_func, vb->notify_baton, in verify_mergeinfo_normalization() 977 normpath, SVN_PROP_MERGEINFO, vb->path); in verify_mergeinfo_normalization()
|
| H A D | authz_parse.c | 1283 compare_parsed_acls(const void *va, const void *vb) in compare_parsed_acls() argument 1286 const parsed_acl_t *const b = vb; in compare_parsed_acls()
|
| /freebsd-12.1/share/termcap/ |
| H A D | termcap | 3456 :nd=^L:up=^K:vb=: 3847 wy30-vb|wyse30-vb|wyse 30 visual bell:\ 3863 wy50-vb|wyse50-vb|wyse 50 visual bell:\ 3928 wy60-vb|wyse60-vb|Wyse 60 visual bell:\ 3929 :vb=\E`8\E`9:\ 3931 wy60-w-vb|wy60-wvb|wyse60-w-vb|Wyse 60 132-column visual bell:\ 3932 :vb=\E`8\E`9:\ 3978 wy75-vb|wyse75-vb|wyse 75 with visual bell:\ 4029 wy85-vb|wyse85-vb|wyse 85 with visual bell:\ 4087 wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\ [all …]
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | s_server.c | 239 SRP_VBASE *vb; member 2107 srp_callback_parm.vb = SRP_VBASE_new(srpuserseed); in s_server_main() 2111 SRP_VBASE_init(srp_callback_parm.vb, in s_server_main() 2585 SRP_VBASE_get1_by_user(srp_callback_parm.vb, in sv_body() 2660 SRP_VBASE_get1_by_user(srp_callback_parm.vb, in sv_body() 2810 SRP_VBASE_get1_by_user(srp_callback_parm.vb, in init_ssl_connection() 3043 SRP_VBASE_get1_by_user(srp_callback_parm.vb, in www_body() 3408 SRP_VBASE_get1_by_user(srp_callback_parm.vb, in rev_body() 3437 SRP_VBASE_get1_by_user(srp_callback_parm.vb, in rev_body()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_msfees.c | 353 static int offcompare P((const void *va, const void *vb)); 1230 const void *vb in offcompare() argument 1234 const l_fp *b = (const l_fp *)vb; in offcompare()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cp-gimplify.c | 643 cxx_int_tree_map_eq (const void *va, const void *vb) in cxx_int_tree_map_eq() argument 646 const struct cxx_int_tree_map *b = (const struct cxx_int_tree_map *) vb; in cxx_int_tree_map_eq()
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | pe-dll.c | 383 reloc_sort (const void *va, const void *vb) in reloc_sort() argument 386 bfd_vma b = ((const reloc_data_type *) vb)->vma; in reloc_sort() 392 pe_export_sort (const void *va, const void *vb) in pe_export_sort() argument 395 const def_file_export *b = vb; in pe_export_sort()
|