Home
last modified time | relevance | path

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

/freebsd-13.1/include/rpcsvc/
H A Dbootparam_prot.x59 const MAX_FILEID = 32; variable
64 typedef string bp_fileid_t<MAX_FILEID>; typedef
/freebsd-13.1/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c195 _Static_assert(INFOLEN >= MAX_FILEID + MAX_PATH_LEN+MAX_MACHINE_NAME + 3, in getthefile()