Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/efibootmgr/
H A Defibootmgr.c607 create_loadopt(uint8_t *buf, size_t bufmax, uint32_t attributes, efidp dp, size_t dp_size, in create_loadopt() argument
625 if (len > bufmax) { in create_loadopt()