Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dimgact_binmisc.h51 #define IBE_MATCH_MAX PAGE_SIZE macro
52 _Static_assert(IBE_MAGIC_MAX <= IBE_MATCH_MAX,
/f-stack/freebsd/kern/
H A Dimgact_binmisc.c239 if (xbe->xbe_moffset + xbe->xbe_msize > IBE_MATCH_MAX) in imgact_binmisc_add_entry()