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

/darwin-on-arm/xnu/SETUP/config/
H A Dmkioconf.c902 char p_flags; /* bound valid flags */ member in struct:p_entry
1002 if ((entry->p_flags & P_LB) && (num < entry->p_lb)) {
1006 if ((entry->p_flags & P_UB) && (num > entry->p_ub)) {

Completed in 75 milliseconds