Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/btxld/
H A Dbtx.h37 #define BTX_MAXCWR 0x3bc /* Max. btx_pgctl adjustment */ macro
H A Dbtxld.c160 wpage = optpage(optarg, BTX_MAXCWR); in main()
233 if (cwr > BTX_MAXCWR) in btxld()
234 cwr = BTX_MAXCWR; in btxld()