Home
last modified time | relevance | path

Searched refs:bufmax (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dmonitor.h109 int bufmax,
Dmonitor.c1050 int bufmax, in monitor_wait_filter() argument
1057 resp_len = monitor_expect_prompt (buf, bufmax); in monitor_wait_filter()
/freebsd-12-stable/usr.sbin/efibootmgr/
Defibootmgr.c577 create_loadopt(uint8_t *buf, size_t bufmax, uint32_t attributes, efidp dp, size_t dp_size, in create_loadopt() argument
595 if (len > bufmax) { in create_loadopt()