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

/freebsd-11-stable/sbin/hastd/
H A Dnv.c87 #define NV_ORDER_MASK 0x80 macro
106 (((nvh)->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST ? \
508 PJDLOG_ASSERT((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST);\
539 PJDLOG_ASSERT((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST);\
569 PJDLOG_ASSERT((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST);
645 swap = ((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_NETWORK);
882 if ((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST)
886 nvh->nvh_type &= ~NV_ORDER_MASK;
889 if ((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_NETWORK)
893 nvh->nvh_type &= ~NV_ORDER_MASK;
[all...]

Completed in 66 milliseconds