Searched refs:oops (Results 1 – 1 of 1) sorted by relevance
| /kernel/target/arm64/boot-shim/ |
| A D | devicetree.c | 104 static int oops(devicetree_t *dt, const char *msg) { in oops() function 130 return oops(dt, "bad magic"); in dt_init() 132 return oops(dt, "bogus size field"); in dt_init() 134 return oops(dt, "version != 17"); in dt_init() 136 return oops(dt, "invalid structure off/len"); in dt_init() 138 return oops(dt, "invalid strings off/len"); in dt_init() 158 return oops(dtree, "unexpected DT_END"); in dt_walk() 168 return oops(dtree, "unexpected NODE_END"); in dt_walk() 173 return oops(dtree, "PROP outside of NODE"); in dt_walk() 181 return oops(dtree, "invalid node type"); in dt_walk() [all …]
|
Completed in 7 milliseconds