Home
last modified time | relevance | path

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

/u-boot/lib/efi_selftest/
A Defi_selftest_devicepath.c118 struct efi_device_path end_node; in setup() local
178 end_node.type = DEVICE_PATH_TYPE_END; in setup()
179 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
180 end_node.length = sizeof(struct efi_device_path); in setup()
182 &end_node, sizeof(struct efi_device_path)); in setup()
184 &end_node, sizeof(struct efi_device_path)); in setup()
186 &end_node, sizeof(struct efi_device_path)); in setup()
A Defi_selftest_block_device.c192 struct efi_device_path end_node; in setup() local
225 end_node.type = DEVICE_PATH_TYPE_END; in setup()
226 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
227 end_node.length = sizeof(struct efi_device_path); in setup()
230 &end_node, sizeof(struct efi_device_path)); in setup()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped740 with end_node().
856 Use this before adding properties to the node. Then call end_node() to
948 def end_node(self):
983 The node is automatically completed with a call to end_node() when the
994 self._fdt.end_node()

Completed in 15 milliseconds