Home
last modified time | relevance | path

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

/src/include/rpcsvc/
H A Dbootparam_prot.x52 const MAX_FILEID = 32; variable
57 typedef string bp_fileid_t<MAX_FILEID>; typedef
/src/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c193 _Static_assert(INFOLEN >= MAX_FILEID + MAX_PATH_LEN+MAX_MACHINE_NAME + 3, in getthefile()