Searched refs:types_exc (Results 1 – 1 of 1) sorted by relevance
64 int types_exc; /* Mask of types that we exclude (FDT_IS...) */ member129 disp->types_exc |= type; in value_add()130 if (disp->types_inc & disp->types_exc & type) { in value_add()521 if (!((disp->types_inc | disp->types_exc) & type)) { in check_type_include()552 if ((type & disp->types_exc) && (none_match & type)) { in check_type_include()558 if (type == FDT_IS_NODE && disp->types_exc == FDT_ANY_GLOBAL) { in check_type_include()573 disp->types_inc, disp->types_exc, none_match); in check_type_include()1189 if (disp->invert && disp->types_exc) in scan_args()
Completed in 4 milliseconds