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

/freebsd-11-stable/sbin/hastd/
H A Dnv.c80 #define NV_TYPE_MASK 0x7f macro
248 if ((nvh->nvh_type & NV_TYPE_MASK) < NV_TYPE_FIRST ||
249 (nvh->nvh_type & NV_TYPE_MASK) > NV_TYPE_LAST) {
263 switch (nvh->nvh_type & NV_TYPE_MASK) {
649 switch (nvh->nvh_type & NV_TYPE_MASK) {
857 (nvh->nvh_type & NV_TYPE_MASK) != type) {
899 switch (nvh->nvh_type & NV_TYPE_MASK) {

Completed in 59 milliseconds