Home
last modified time | relevance | path

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

/freebsd/release/tools/
H A Dvmimage.subr22 NOSWAP=yes # Can't label swap partition with MBR, so no swap
86 if [ -z "${NOSWAP}" ]; then
262 if [ -z "${NOSWAP}" ]; then
H A Dazure.conf16 export NOSWAP=YES
H A Dopenstack.conf13 export NOSWAP=YES
H A Dec2.conf21 export NOSWAP=YES
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c153 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()
160 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()
167 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()
174 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()
188 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()
195 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()
H A Dtegra_dc_reg.h322 #define NOSWAP 0 macro