Home
last modified time | relevance | path

Searched defs:vb (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt_buf.c46 #define VTBUF_LOCK(vb) mtx_lock_spin(&(vb)->vb_lock) argument
47 #define VTBUF_UNLOCK(vb) mtx_unlock_spin(&(vb)->vb_lock) argument
70 vthistory_seek(struct vt_buf * vb,int offset,int whence) vthistory_seek() argument
126 vthistory_addlines(struct vt_buf * vb,int offset) vthistory_addlines() argument
154 vthistory_getpos(const struct vt_buf * vb,unsigned int * offset) vthistory_getpos() argument
163 vtbuf_htw(const struct vt_buf * vb,int row) vtbuf_htw() argument
178 vtbuf_wth(const struct vt_buf * vb,int row) vtbuf_wth() argument
207 vtbuf_unmark(struct vt_buf * vb) vtbuf_unmark() argument
214 vtbuf_unmark_on_cross(struct vt_buf * vb,int target_begin,int target_end) vtbuf_unmark_on_cross() argument
238 vtbuf_iscursor(const struct vt_buf * vb,int row,int col) vtbuf_iscursor() argument
283 vtbuf_lock(struct vt_buf * vb) vtbuf_lock() argument
290 vtbuf_unlock(struct vt_buf * vb) vtbuf_unlock() argument
297 vtbuf_dirty(struct vt_buf * vb,const term_rect_t * area) vtbuf_dirty() argument
311 vtbuf_dirty_cell(struct vt_buf * vb,const term_pos_t * p) vtbuf_dirty_cell() argument
322 vtbuf_make_undirty(struct vt_buf * vb) vtbuf_make_undirty() argument
330 vtbuf_undirty(struct vt_buf * vb,term_rect_t * r) vtbuf_undirty() argument
338 vtbuf_copy(struct vt_buf * vb,const term_rect_t * r,const term_pos_t * p2) vtbuf_copy() argument
398 vtbuf_do_fill(struct vt_buf * vb,const term_rect_t * r,term_char_t c) vtbuf_do_fill() argument
413 vtbuf_fill(struct vt_buf * vb,const term_rect_t * r,term_char_t c) vtbuf_fill() argument
435 vtbuf_init_rows(struct vt_buf * vb) vtbuf_init_rows() argument
446 vtbuf_do_clearhistory(struct vt_buf * vb) vtbuf_do_clearhistory() argument
463 vtbuf_reset_scrollback(struct vt_buf * vb) vtbuf_reset_scrollback() argument
474 vtbuf_init_early(struct vt_buf * vb) vtbuf_init_early() argument
488 vtbuf_init(struct vt_buf * vb,const term_pos_t * p) vtbuf_init() argument
507 vtbuf_clearhistory(struct vt_buf * vb) vtbuf_clearhistory() argument
517 vtbuf_sethistory_size(struct vt_buf * vb,unsigned int size) vtbuf_sethistory_size() argument
528 vtbuf_grow(struct vt_buf * vb,const term_pos_t * p,unsigned int history_size) vtbuf_grow() argument
693 vtbuf_putchar(struct vt_buf * vb,const term_pos_t * p,term_char_t c) vtbuf_putchar() argument
713 vtbuf_cursor_position(struct vt_buf * vb,const term_pos_t * p) vtbuf_cursor_position() argument
726 vtbuf_flush_mark(struct vt_buf * vb) vtbuf_flush_mark() argument
750 vtbuf_get_marked_len(struct vt_buf * vb) vtbuf_get_marked_len() argument
800 vtbuf_extract_marked(struct vt_buf * vb,term_char_t * buf,int sz,int mark) vtbuf_extract_marked() argument
846 vtbuf_set_mark(struct vt_buf * vb,int type,int col,int row) vtbuf_set_mark() argument
920 vtbuf_cursor_visibility(struct vt_buf * vb,int yes) vtbuf_cursor_visibility() argument
936 vtbuf_scroll_mode(struct vt_buf * vb,int yes) vtbuf_scroll_mode() argument
[all...]
H A Dvt.h263 #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 Dsrp_vfy.c279 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/contrib/bearssl/src/
H A Dinner.h2402 #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 Dstrlen.c78 long va, vb; in strlen() local
/freebsd/sys/libkern/
H A Dstrlen.c78 long va, vb; in size_t() local
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_common_codecs.c16 static int pref_cmp(const void *va, const void *vb) in pref_cmp()
/freebsd/contrib/ntp/libntp/
H A Dwork_fork.c49 void * vb, in netread()
72 const void * vb, in netwrite()
/freebsd/crypto/openssl/apps/include/
H A Ds_apps.h107 SRP_VBASE *vb; member
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dmul.c160 voss_x3_multiply_double(const int64_t *va, const double *vb, double *pc, const size_t max) in voss_x3_multiply_double()
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dtest_zap.c260 uint64_t vb = 2, vbr = 0; in test_zap_add() local
337 uint64_t va = 1, vb = 2; in test_zap_remove() local
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c613 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/compat/linux/
H A Dlinux_ioctl.c2765 linux_to_bsd_v4l_buffer(struct l_video_buffer *lvb, struct video_buffer *vb) in linux_to_bsd_v4l_buffer()
2776 bsd_to_linux_v4l_buffer(struct video_buffer *vb, struct l_video_buffer *lvb) in bsd_to_linux_v4l_buffer()
3120 linux_to_bsd_v4l2_buffer(struct l_v4l2_buffer *lvb, struct v4l2_buffer *vb) in linux_to_bsd_v4l2_buffer()
3144 bsd_to_linux_v4l2_buffer(struct v4l2_buffer *vb, struct l_v4l2_buffer *lvb) in bsd_to_linux_v4l2_buffer()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c1230 const void *vb in offcompare()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c1213 acevals_compare(const void *va, const void *vb) in acevals_compare()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_swp.h102 #define DPAA2_SWP_CENA_RR(vb) (0x700 + ((uint32_t)(vb) >> 1)) argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c734 spa_log_sm_sort_by_txg(const void *va, const void *vb) in spa_log_sm_sort_by_txg()
H A Dmetaslab.c1064 metaslab_sort_by_flushed(const void *va, const void *vb) in metaslab_sort_by_flushed()
/freebsd/sys/netpfil/pf/
H A Dpf.c3634 u_int8_t *vb = (u_int8_t *)&v; in pf_patch_16() local
3647 u_int8_t *vb = (u_int8_t *)&v; in pf_patch_32() local