Searched refs:NV_ORDER_MASK (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sbin/hastd/
H A Dnv.c85 #define NV_ORDER_MASK 0x80 macro
104 (((nvh)->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST ? \
506 PJDLOG_ASSERT((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST);\
537 PJDLOG_ASSERT((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST);\
567 PJDLOG_ASSERT((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST);
643 swap = ((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_NETWORK);
880 if ((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST)
884 nvh->nvh_type &= ~NV_ORDER_MASK;
887 if ((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_NETWORK)
891 nvh->nvh_type &= ~NV_ORDER_MASK;
[all...]

Completed in 78 milliseconds