Searched refs:end_node (Results 1 – 3 of 3) sorted by relevance
118 struct efi_device_path end_node; in setup() local178 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()
192 struct efi_device_path end_node; in setup() local225 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()
740 with end_node().856 Use this before adding properties to the node. Then call end_node() to948 def end_node(self):983 The node is automatically completed with a call to end_node() when the994 self._fdt.end_node()
Completed in 15 milliseconds