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

/freebsd-11.0-release/sys/libkern/
H A Dstrlen.c86 long va, vb; local
H A Dbcmp.c62 ul va, vb; local
/freebsd-11.0-release/lib/libc/string/
H A Dstrlen.c87 long va, vb; local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Drelocate.c138 struct validator_baton_t vb; local
/freebsd-11.0-release/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-11.0-release/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c285 SRP_VBASE *vb = (SRP_VBASE *)OPENSSL_malloc(sizeof(SRP_VBASE)); local
306 SRP_VBASE_free(SRP_VBASE *vb) argument
394 SRP_VBASE_init(SRP_VBASE *vb, char *verifier_file) argument
507 find_user(SRP_VBASE *vb, char *username) argument
529 SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) argument
538 SRP_VBASE_get1_by_user(SRP_VBASE *vb, char *username) argument
[all...]
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_disk.c679 vdev_buf_t *vb = (vdev_buf_t *)bp; local
723 vdev_buf_t *vb; local
/freebsd-11.0-release/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-11.0-release/sys/dev/vt/
H A Dvt_buf.c67 vthistory_seek(struct vt_buf *vb, int offset, int whence) argument
123 vthistory_addlines(struct vt_buf *vb, int offset) argument
138 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset) argument
147 vtbuf_wth(struct vt_buf *vb, int row) argument
156 vtbuf_htw(const struct vt_buf *vb, int row) argument
170 vtbuf_iscursor(const struct vt_buf *vb, int row, int col) argument
204 vtbuf_dirty_locked(struct vt_buf *vb, const term_rect_t *area) argument
218 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area) argument
227 vtbuf_dirty_cell_locked(struct vt_buf *vb, const term_pos_t *p) argument
238 vtbuf_make_undirty(struct vt_buf *vb) argument
246 vtbuf_undirty(struct vt_buf *vb, term_rect_t *r) argument
256 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) argument
316 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) argument
331 vtbuf_fill_locked(struct vt_buf *vb, const term_rect_t *r, term_char_t c) argument
354 vtbuf_init_rows(struct vt_buf *vb) argument
365 vtbuf_init_early(struct vt_buf *vb) argument
390 vtbuf_init(struct vt_buf *vb, const term_pos_t *p) argument
409 vtbuf_sethistory_size(struct vt_buf *vb, int size) argument
420 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, unsigned int history_size) argument
586 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) argument
608 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p) argument
624 vtbuf_flush_mark(struct vt_buf *vb) argument
647 vtbuf_get_marked_len(struct vt_buf *vb) argument
674 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz) argument
707 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) argument
774 vtbuf_cursor_visibility(struct vt_buf *vb, int yes) argument
792 vtbuf_scroll_mode(struct vt_buf *vb, int yes) argument
[all...]
/freebsd-11.0-release/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-11.0-release/contrib/gcc/cp/
H A Dcp-gimplify.c643 cxx_int_tree_map_eq (const void *va, const void *vb) argument
/freebsd-11.0-release/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-11.0-release/sys/dev/vt/hw/vga/
H A Dvt_vga.c599 const struct vt_buf *vb; local
854 const struct vt_buf *vb; local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c948 struct verify_mergeinfo_normalization_baton *const vb = baton; local
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dtracepoint.c1084 memrange_cmp (const void *va, const void *vb) argument
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c1247 acevals_compare(const void *va, const void *vb) argument
/freebsd-11.0-release/crypto/openssl/apps/
H A Ds_server.c408 SRP_VBASE *vb; member in struct:srpsrvparm_st
[all...]
/freebsd-11.0-release/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-11.0-release/sys/compat/linux/
H A Dlinux_ioctl.c2799 linux_to_bsd_v4l_buffer(struct l_video_buffer *lvb, struct video_buffer *vb) argument
2810 bsd_to_linux_v4l_buffer(struct video_buffer *vb, struct l_video_buffer *lvb) argument
3145 linux_to_bsd_v4l2_buffer(struct l_v4l2_buffer *lvb, struct v4l2_buffer *vb) argument
3169 bsd_to_linux_v4l2_buffer(struct v4l2_buffer *vb, struct l_v4l2_buffer *lvb) argument
[all...]

Completed in 416 milliseconds