Home
last modified time | relevance | path

Searched refs:end_node (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath.c69 struct efi_device_path end_node; in setup() local
129 end_node.type = DEVICE_PATH_TYPE_END; in setup()
130 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
131 end_node.length = sizeof(struct efi_device_path); in setup()
133 &end_node, sizeof(struct efi_device_path)); in setup()
135 &end_node, sizeof(struct efi_device_path)); in setup()
137 &end_node, sizeof(struct efi_device_path)); in setup()
H A Defi_selftest_block_device.c189 struct efi_device_path end_node; in setup() local
222 end_node.type = DEVICE_PATH_TYPE_END; in setup()
223 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
224 end_node.length = sizeof(struct efi_device_path); in setup()
227 &end_node, sizeof(struct efi_device_path)); in setup()
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped724 with end_node().
837 Use this before adding properties to the node. Then call end_node() to
929 def end_node(self):
964 The node is automatically completed with a call to end_node() when the
975 self._fdt.end_node()