Searched refs:BadNCells (Results 1 – 2 of 2) sorted by relevance
51 BadNCells, enumerator83 Self::BadNCells => write!(f, "Bad format or value of #address-cells or #size-cells"), in fmt()132 x if x == -(FDT_ERR_BADNCELLS as c_int) => Err(FdtError::BadNCells), in try_from()
56 _ => Err(FdtError::BadNCells), in try_from()77 _ => Err(FdtError::BadNCells), in try_from()