Searched refs:end_node (Results 1 – 3 of 3) sorted by relevance
69 struct efi_device_path end_node; in setup() local129 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()
189 struct efi_device_path end_node; in setup() local222 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()
724 with end_node().837 Use this before adding properties to the node. Then call end_node() to929 def end_node(self):964 The node is automatically completed with a call to end_node() when the975 self._fdt.end_node()