Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/meta/files/
H A Dspdx-licenses.json10 "reference": "https://spdx.org/licenses/0BSD.html", string
23 "reference": "https://spdx.org/licenses/3D-Slicer-1.0.html", string
36 "reference": "https://spdx.org/licenses/AAL.html", string
48 "reference": "https://spdx.org/licenses/Abstyles.html", string
60 "reference": "https://spdx.org/licenses/AdaCore-doc.html", string
74 "reference": "https://spdx.org/licenses/Adobe-2006.html", string
86 "reference": "https://spdx.org/licenses/Adobe-Display-PostScript.html", string
98 "reference": "https://spdx.org/licenses/Adobe-Glyph.html", string
110 "reference": "https://spdx.org/licenses/Adobe-Utopia.html", string
122 "reference": "https://spdx.org/licenses/ADSL.html", string
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py82 def compare_file(reference, test, diffutils_sysroot): argument
/openbmc/qemu/tests/qemu-iotests/
H A D257237 def compare_images(image, reference, baseimg=None, expected_match=True): argument
H A Diotests.py1268 def assert_json_filename_equal(self, json_filename, reference): argument
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmps.hpp104 using reference = const value_type&; typedef
/openbmc/bmcweb/redfish-core/lib/
H A Dchassis.hpp579 nlohmann::json reference; in handleChassisGetSubTree() local
/openbmc/rest-dbus/resources/
H A Djstree.min.js4 ….responsive?"addClass":"removeClass"]("jstree-"+b+"-responsive"),this.trigger("set_theme",{theme:b…
/openbmc/qemu/
H A Dblock.c3613 const char *reference = NULL; bdrv_open_backing_file() local
3733 const char *reference; bdrv_open_child_bs() local
3860 const char *reference = NULL; bdrv_open_blockdev_ref() local
3976 bdrv_open_inherit(const char * filename,const char * reference,QDict * options,int flags,BlockDriverState * parent,const BdrvChildClass * child_class,BdrvChildRole child_role,bool parse_filename,Error ** errp) bdrv_open_inherit() argument
4269 bdrv_open(const char * filename,const char * reference,QDict * options,int flags,Error ** errp) bdrv_open() argument
[all...]
/openbmc/qemu/block/
H A Dquorum.c211 const char *reference = bdrv_get_device_or_node_name(acb->bs); in quorum_report_failure() local
H A Dblock-backend.c423 BlockBackend *blk_new_open(const char *filename, const char *reference, in blk_new_open()