Searched refs:error_out (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
| H A D | ConfHandler.py | 59 def include(parentfn, fns, lineno, data, error_out): argument 70 include_single_file(parentfn, fn, lineno, data, error_out) 72 def include_single_file(parentfn, fn, lineno, data, error_out): argument 96 if error_out: 97 raise ParseError("Could not %s file %s" % (error_out, fn), parentfn, lineno) 100 if error_out: 101 … raise ParseError("Could not %s file %s: %s" % (error_out, fn, exc.strerror), parentfn, lineno)
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | vmbus.c | 2279 goto error_out; in vmbus_dev_realize() 2294 goto error_out; in vmbus_dev_realize() 2302 goto error_out; in vmbus_dev_realize() 2315 error_out: in vmbus_dev_realize() 2414 goto error_out; in vmbus_realize() 2437 error_out: in vmbus_realize()
|