Lines Matching refs:error
41 # altogether. All # functions passed this value will return an error instead
50 """An exception caused by an error such as one of the codes above"""
55 return 'pylibfdt error %d: %s' % (self.err, fdt_strerror(self.err))
58 """Get the string for an error number
64 String containing the associated error
69 """Raise an error if the return value is -ve
89 """Raise an error if the return value is NULL
102 FdtException if val indicates an error was reported and the error
106 # If we get just an integer error code, it means the function failed.
123 All methods raise an FdtException if an error occurs. To avoid this
126 If one of these errors occurs, the function will return an error number
145 FdtException if there is no node with that name, or other error
177 other error occurred
194 some other error occurred
209 FdtException on error (e.g. nodeoffset is invalid)
224 FdtException on error (e.g. invalid prop_offset or device
244 FdtException if no subnode found or other error occurs
259 FdtException if no more subnode found or other error occurs
288 FdtException if any error occurs
300 FdtError if the property does not exist, or another error occurs
313 Value of property as a bytearray, or -ve error number
316 FdtError if any error occurs (e.g. the property is not found)
331 phandle of node, or 0 if the node has no phandle or another error
347 FdtException if no parent found or other error occurs
362 FdtException if no node found or other error occurs