Home
last modified time | relevance | path

Searched refs:BadNCells (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/libs/libfdt/src/
Dresult.rs51 BadNCells, enumerator
83 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()
Dlib.rs56 _ => Err(FdtError::BadNCells), in try_from()
77 _ => Err(FdtError::BadNCells), in try_from()