Searched defs:vmin (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 269 size_t vmin = tp->t_termios.c_cc[VMIN]; in ttydisc_read_raw_no_timer() local 309 size_t vmin = MAX(tp->t_termios.c_cc[VMIN], 1); in ttydisc_read_raw_read_timer() local 362 size_t vmin = tp->t_termios.c_cc[VMIN]; in ttydisc_read_raw_interbyte_timer() local
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_mlock.c | 103 unsigned long vmin = 0; in ATF_TC_BODY() local
|
/freebsd/contrib/bearssl/tools/ |
H A D | twrch.c | 246 unsigned vmin, vmax; in do_twrch() local
|
H A D | client.c | 520 unsigned vmin, vmax; in do_client() local
|
H A D | server.c | 635 unsigned vmin, vmax; in do_server() local
|
/freebsd/sbin/dump/ |
H A D | main.c | 650 numarg(const char *meaning, long vmin, long vmax) in numarg()
|
/freebsd/sys/sys/ |
H A D | module.h | 119 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument
|
/freebsd/sys/dev/drm2/ |
H A D | drm_edid.c | 1020 int vsync, vmin, vmax; in mode_in_vsync_range() local
|
/freebsd/sys/dev/mpt/ |
H A D | mpt.h | 203 #define MPT_PERSONALITY_DEPEND(name, dep, vmin, vpref, vmax) \ argument
|