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

/freebsd-10.2-release/sbin/hastd/
H A Dnv.c95 uint8_t nvh_type; member in struct:nvhdr
104 (((nvh)->nvh_type & NV_ORDER_MASK) == NV_ORDER_HOST ? \
246 if ((nvh->nvh_type & NV_TYPE_MASK) < NV_TYPE_FIRST ||
247 (nvh->nvh_type & NV_TYPE_MASK) > NV_TYPE_LAST) {
261 switch (nvh->nvh_type & NV_TYPE_MASK) {
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);
647 switch (nvh->nvh_type
[all...]

Completed in 102 milliseconds