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

/freebsd-10-stable/lib/libc/string/
H A Dstrlen.c87 long va, vb; local
/freebsd-10-stable/sys/libkern/
H A Dstrlen.c86 long va, vb; local
H A Dbcmp.c62 ul va, vb; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Drelocate.c138 struct validator_baton_t vb; local
/freebsd-10-stable/contrib/ntp/libntp/
H A Dwork_fork.c47 netread( int fd, void * vb, size_t l ) argument
70 netwrite( int fd, const void * vb, size_t l ) argument
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dr600_blit_kms.c632 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 Dr600_blit.c601 u32 *vb; local
797 u32 *vb; local
[all...]
H A Dr600.c2683 struct radeon_sa_bo *vb = NULL; local
/freebsd-10-stable/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c270 SRP_VBASE *vb = (SRP_VBASE *)OPENSSL_malloc(sizeof(SRP_VBASE)); local
291 SRP_VBASE_free(SRP_VBASE *vb) argument
376 SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) argument
489 find_user(SRP_VBASE *vb, char *username) argument
511 SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) argument
520 SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) argument
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_disk.c648 vdev_buf_t *vb = (vdev_buf_t *)bp; local
692 vdev_buf_t *vb; local
/freebsd-10-stable/sys/dev/vt/
H A Dvt_buf.c72 vthistory_seek(struct vt_buf *vb, int offset, int whence) argument
128 vthistory_addlines(struct vt_buf *vb, int offset) argument
157 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset) argument
166 vtbuf_htw(const struct vt_buf *vb, int row) argument
181 vtbuf_wth(const struct vt_buf *vb, int row) argument
211 vtbuf_iscursor(const struct vt_buf *vb, int row, int col) argument
256 vtbuf_dirty_locked(struct vt_buf *vb, const term_rect_t *area) argument
270 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area) argument
279 vtbuf_dirty_cell_locked(struct vt_buf *vb, const term_pos_t *p) argument
290 vtbuf_make_undirty(struct vt_buf *vb) argument
298 vtbuf_undirty(struct vt_buf *vb, term_rect_t *r) argument
308 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) argument
368 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) argument
383 vtbuf_fill_locked(struct vt_buf *vb, const term_rect_t *r, term_char_t c) argument
406 vtbuf_init_rows(struct vt_buf *vb) argument
417 vtbuf_init_early(struct vt_buf *vb) argument
442 vtbuf_init(struct vt_buf *vb, const term_pos_t *p) argument
461 vtbuf_sethistory_size(struct vt_buf *vb, int size) argument
472 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) argument
638 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) argument
660 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p) argument
676 vtbuf_flush_mark(struct vt_buf *vb) argument
699 vtbuf_get_marked_len(struct vt_buf *vb) argument
726 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz) argument
759 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) argument
826 vtbuf_cursor_visibility(struct vt_buf *vb, int yes) argument
844 vtbuf_scroll_mode(struct vt_buf *vb, int yes) argument
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dcp-gimplify.c643 cxx_int_tree_map_eq (const void *va, const void *vb) argument
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa.c812 int_tree_map_eq (const void *va, const void *vb) argument
H A Dtree-ssa-loop-manip.c56 tree vb, va; local
H A Dtree-ssa-alias.c2885 used_part_map_eq (const void *va, const void *vb) argument
H A Dtree.c3918 tree_map_eq(const void *va, const void *vb) argument
3947 tree_int_map_eq(const void *va, const void *vb) argument
4154 type_hash_eq(const void *va, const void *vb) argument
/freebsd-10-stable/sys/dev/drm/
H A Dvia_dma.c274 uint32_t *vb; local
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...]
H A Dr600_blit.c1719 u32 *vb; local
1920 u32 *vb; local
[all...]
/freebsd-10-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c596 const struct vt_buf *vb; local
852 const struct vt_buf *vb; local
/freebsd-10-stable/contrib/gdb/gdb/
H A Dtracepoint.c1084 memrange_cmp (const void *va, const void *vb) argument
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c1247 acevals_compare(const void *va, const void *vb) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c948 struct verify_mergeinfo_normalization_baton *const vb = baton; local
[all...]
/freebsd-10-stable/crypto/openssl/apps/
H A Ds_server.c404 SRP_VBASE *vb; member in struct:srpsrvparm_st
/freebsd-10-stable/contrib/binutils/ld/
H A Dpe-dll.c383 reloc_sort (const void *va, const void *vb) argument
392 pe_export_sort (const void *va, const void *vb) argument
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c2809 linux_to_bsd_v4l_buffer(struct l_video_buffer *lvb, struct video_buffer *vb) argument
2820 bsd_to_linux_v4l_buffer(struct video_buffer *vb, struct l_video_buffer *lvb) argument
3155 linux_to_bsd_v4l2_buffer(struct l_v4l2_buffer *lvb, struct v4l2_buffer *vb) argument
3179 bsd_to_linux_v4l2_buffer(struct v4l2_buffer *vb, struct l_v4l2_buffer *lvb) argument
[all...]

Completed in 398 milliseconds