Searched refs:vb (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/sys/dev/vt/
H A Dvt_buf.c47 #define VTBUF_LOCK(vb) mtx_lock_spin(&(vb)->vb_lock)
48 #define VTBUF_UNLOCK(vb) mtx_unlock_spin(&(vb)->vb_lock)
66 vthistory_seek(struct vt_buf *vb, int offset, int whence) argument
71 if ((vb->vb_flags & VBF_SCROLL) == 0) {
72 if (vb->vb_roffset != vb->vb_curroffset) {
73 vb->vb_roffset = vb
119 vthistory_addlines(struct vt_buf *vb, int offset) argument
132 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset) argument
141 vtbuf_wth(struct vt_buf *vb, int row) argument
150 vtbuf_htw(struct vt_buf *vb, int row) argument
164 vtbuf_iscursor(struct vt_buf *vb, int row, int col) argument
231 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area) argument
251 vtbuf_dirty_cell(struct vt_buf *vb, const term_pos_t *p) argument
262 vtbuf_make_undirty(struct vt_buf *vb) argument
271 vtbuf_undirty(struct vt_buf *vb, term_rect_t *r, struct vt_bufmask *m) argument
282 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) argument
342 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) argument
357 vtbuf_fill_locked(struct vt_buf *vb, const term_rect_t *r, term_char_t c) argument
381 vtbuf_init_rows(struct vt_buf *vb) argument
393 vtbuf_init_early(struct vt_buf *vb) argument
413 vtbuf_init(struct vt_buf *vb, const term_pos_t *p) argument
432 vtbuf_sethistory_size(struct vt_buf *vb, int size) argument
443 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, int history_size) argument
502 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) argument
524 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p) argument
538 vtbuf_mouse_cursor_position(struct vt_buf *vb, int col, int row) argument
550 vtbuf_flush_mark(struct vt_buf *vb) argument
573 vtbuf_get_marked_len(struct vt_buf *vb) argument
600 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz) argument
633 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) argument
700 vtbuf_cursor_visibility(struct vt_buf *vb, int yes) argument
718 vtbuf_scroll_mode(struct vt_buf *vb, int yes) argument
[all...]
H A Dvt.h190 void vtbuf_scroll_mode(struct vt_buf *vb, int yes);
193 int vtbuf_iscursor(struct vt_buf *vb, int row, int col);
196 void vtbuf_mouse_cursor_position(struct vt_buf *vb, int col, int row);
197 int vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row);
198 int vtbuf_get_marked_len(struct vt_buf *vb);
199 void vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz);
210 #define VTBUF_SLCK_ENABLE(vb) vtbuf_scroll_mode((vb), 1)
211 #define VTBUF_SLCK_DISABLE(vb) vtbuf_scroll_mode((vb),
[all...]
/freebsd-9.3-release/sys/libkern/
H A Dstrlen.c86 long va, vb; local
100 vb = ((~*lp) & mask80);
102 if (va & vb)
111 vb = ((~*lp) & mask80);
112 if (va & vb) {
H A Dbcmp.c62 ul va, vb; local
91 vb = *(culp)p2;
93 if (*(culp)p1 != (va >> shr | vb << shl))
96 va = vb;
/freebsd-9.3-release/lib/libc/string/
H A Dstrlen.c87 long va, vb; local
101 vb = ((~*lp) & mask80);
103 if (va & vb)
112 vb = ((~*lp) & mask80);
113 if (va & vb) {
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr600_blit.c601 u32 *vb; local
603 vb = r600_nomm_get_vb_ptr(dev);
640 vb = r600_nomm_get_vb_ptr(dev);
643 vb[0] = int2float(dst_x);
644 vb[1] = 0;
645 vb[2] = int2float(src_x);
646 vb[3] = 0;
648 vb[4] = int2float(dst_x);
649 vb[5] = int2float(h);
650 vb[
797 u32 *vb; local
[all...]
H A Dr600_blit_kms.c633 struct radeon_fence **fence, struct radeon_sa_bo **vb,
651 r = radeon_sa_bo_new(rdev, &rdev->ring_tmp_bo, vb,
659 radeon_sa_bo_free(rdev, vb, NULL);
668 radeon_sa_bo_free(rdev, vb, NULL);
687 struct radeon_sa_bo *vb, struct radeon_semaphore *sem)
699 radeon_sa_bo_free(rdev, &vb, *fence);
706 struct radeon_sa_bo *vb)
713 vb_cpu_addr = (u32 *)radeon_sa_bo_cpu_addr(vb);
714 vb_gpu_addr = radeon_sa_bo_gpu_addr(vb);
632 r600_blit_prepare_copy(struct radeon_device *rdev, unsigned num_gpu_pages, struct radeon_fence **fence, struct radeon_sa_bo **vb, struct radeon_semaphore **sem) argument
686 r600_blit_done_copy(struct radeon_device *rdev, struct radeon_fence **fence, struct radeon_sa_bo *vb, struct radeon_semaphore *sem) argument
703 r600_kms_blit_copy(struct radeon_device *rdev, u64 src_gpu_addr, u64 dst_gpu_addr, unsigned num_gpu_pages, struct radeon_sa_bo *vb) argument
H A Dradeon_asic.h387 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);
H A Dr600.c2677 struct radeon_sa_bo *vb = NULL; local
2680 r = r600_blit_prepare_copy(rdev, num_gpu_pages, fence, &vb, &sem);
2684 r600_kms_blit_copy(rdev, src_offset, dst_offset, num_gpu_pages, vb);
2685 r600_blit_done_copy(rdev, fence, vb, sem);
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_bsd.c34 static char *vb; /* Visible bell string. */ variable
91 if (vb != NULL) {
92 (void)tputs(vb, 1, cl_putchar);
185 if (vb != NULL)
186 free(vb);
187 vb = ((p = tigetstr("flash")) == (char *)-1) ?
204 "flash", "vb", /* Visible bell. */
/freebsd-9.3-release/sys/dev/drm/
H A Dr600_blit.c1719 u32 *vb; local
1721 vb = (u32 *) ((char *)dev->agp_buffer_map->virtual +
1761 vb = (u32 *) ((char *)dev->agp_buffer_map->virtual +
1765 vb[0] = i2f(dst_x);
1766 vb[1] = 0;
1767 vb[2] = i2f(src_x);
1768 vb[3] = 0;
1770 vb[4] = i2f(dst_x);
1771 vb[5] = i2f(h);
1772 vb[
1920 u32 *vb; local
[all...]
H A Dvia_dma.c61 *((uint32_t *)(vb)) = ((nReg) >> 2) | HALCYON_HEADER1; \
62 *((uint32_t *)(vb) + 1) = (nData); \
63 vb = ((uint32_t *)vb) + 2; \
70 *vb++ = (w1); \
71 *vb++ = (w2); \
274 uint32_t *vb; local
303 vb = via_check_dma(dev_priv, (cmd->size < 0x100) ? 0x102 : cmd->size);
304 if (vb == NULL) {
308 memcpy(vb, dev_pri
400 via_align_buffer(drm_via_private_t * dev_priv, uint32_t * vb, int qw_count) argument
510 uint32_t *vb; local
595 uint32_t *vb; local
605 uint32_t *vb = via_get_dma(dev_priv); local
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c2697 linux_to_bsd_v4l_buffer(struct l_video_buffer *lvb, struct video_buffer *vb) argument
2699 vb->base = PTRIN(lvb->base); /* possible pointer size conversion */
2700 vb->height = lvb->height;
2701 vb->width = lvb->width;
2702 vb->depth = lvb->depth;
2703 vb->bytesperline = lvb->bytesperline;
2708 bsd_to_linux_v4l_buffer(struct video_buffer *vb, struct l_video_buffer *lvb) argument
2710 lvb->base = PTROUT(vb->base); /* possible pointer size conversion */
2711 lvb->height = vb->height;
2712 lvb->width = vb
3028 linux_to_bsd_v4l2_buffer(struct l_v4l2_buffer *lvb, struct v4l2_buffer *vb) argument
3052 bsd_to_linux_v4l2_buffer(struct v4l2_buffer *vb, struct l_v4l2_buffer *lvb) argument
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_disk.c639 vdev_buf_t *vb = (vdev_buf_t *)bp; local
640 zio_t *zio = vb->vb_io;
652 kmem_free(vb, sizeof (vdev_buf_t));
683 vdev_buf_t *vb; local
756 vb = kmem_alloc(sizeof (vdev_buf_t), KM_SLEEP);
758 vb->vb_io = zio;
759 bp = &vb->vb_buf;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-manip.c56 tree vb, va; local
66 vb = make_ssa_name (var, NULL_TREE);
68 *var_before = vb;
107 vb, step));
118 stmt = create_phi_node (vb, loop->header);
119 SSA_NAME_DEF_STMT (vb) = stmt;
H A Dtree-ssa.c812 int_tree_map_eq (const void *va, const void *vb) argument
815 const struct int_tree_map *b = (const struct int_tree_map *) vb;
H A Dtree.c3937 tree_map_eq (const void *va, const void *vb)
3939 const struct tree_map *a = va, *b = vb;
3966 tree_int_map_eq (const void *va, const void *vb)
3968 const struct tree_int_map *a = va, *b = vb;
4173 type_hash_eq (const void *va, const void *vb)
4175 const struct type_hash *a = va, *b = vb;
3914 tree_map_eq(const void *va, const void *vb) argument
3943 tree_int_map_eq(const void *va, const void *vb) argument
4150 type_hash_eq(const void *va, const void *vb) argument
H A Dtree-ssa-alias.c2885 used_part_map_eq (const void *va, const void *vb) argument
2888 const struct used_part_map *b = (const struct used_part_map *) vb;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_acl.c153 const void *vb)
156 *b = (xfs_acl_entry_t *)vb;
151 xfs_acl_entry_compare( const void *va, const void *vb) argument
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c353 static int offcompare P((const void *va, const void *vb));
1230 const void *vb
1234 const l_fp *b = (const l_fp *)vb;
/freebsd-9.3-release/contrib/binutils/ld/
H A Dpe-dll.c383 reloc_sort (const void *va, const void *vb) argument
386 bfd_vma b = ((const reloc_data_type *) vb)->vma;
392 pe_export_sort (const void *va, const void *vb) argument
395 const def_file_export *b = vb;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-gimplify.c622 cxx_int_tree_map_eq (const void *va, const void *vb) argument
625 const struct cxx_int_tree_map *b = (const struct cxx_int_tree_map *) vb;
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src170 # -vb Use visible bell (<flash>) rather than <bel>.
2065 vt100-vb|dec vt100 (w/advanced video) & no beep,
7050 # No | Yes | Yes | N/A | No || -vb-unk
7051 # No | Yes | Yes | N/A | Yes || -vb-p
7056 # Yes | Yes | Yes | No | N/A || -vb
7057 # Yes | Yes | Yes | Yes | N/A || -vb-mc
7060 # and no magic cookies would be tvi920c-vb; a model 912 B without the
7301 tvi912b+vb|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C second page memory option "visible bell" support,
7318 tvi912b-vb-unk|tvi912c-vb
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c1247 acevals_compare(const void *va, const void *vb) argument
1249 const acevals_t *a = va, *b = vb;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.c1084 memrange_cmp (const void *va, const void *vb) argument
1086 const struct memrange *a = va, *b = vb;

Completed in 355 milliseconds

12