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

/freebsd-9.3-release/sbin/hastd/
H A Dnv.c83 #define NV_ORDER_HOST 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);
781 nvh->nvh_type = NV_ORDER_HOST | type;
880 if ((nvh->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST)
885 nvh->nvh_type |= NV_ORDER_HOST;

Completed in 50 milliseconds