Searched refs:oops (Results 1 – 2 of 2) sorted by relevance
| /lib/devicetree/ |
| A D | devicetree.c | 108 static int oops(devicetree_t *dt, const char *msg) { in oops() function 134 return oops(dt, "bad magic"); in dt_init() 136 return oops(dt, "bogus size field"); in dt_init() 138 return oops(dt, "version != 17"); in dt_init() 140 return oops(dt, "invalid structure off/len"); in dt_init() 142 return oops(dt, "invalid strings off/len"); in dt_init() 162 return oops(dtree, "unexpected DT_END"); in dt_walk() 172 return oops(dtree, "unexpected NODE_END"); in dt_walk() 177 return oops(dtree, "PROP outside of NODE"); in dt_walk() 185 return oops(dtree, "invalid node type"); in dt_walk() [all …]
|
| A D | devicetreedump.c | 38 goto oops; in loadfile() 40 goto oops; in loadfile() 42 goto oops; in loadfile() 44 goto oops; in loadfile() 49 oops: in loadfile()
|
Completed in 6 milliseconds