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

/freebsd-11-stable/sbin/hastd/
H A Dnv.c85 #define NV_ORDER_HOST 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);
783 nvh->nvh_type = NV_ORDER_HOST | type;
882 if ((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST)
887 nvh->nvh_type |= NV_ORDER_HOST;

Completed in 43 milliseconds