Home
last modified time | relevance | path

Searched refs:DEVICE_PATH_TYPE_END (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c20 .type = DEVICE_PATH_TYPE_END,
75 if (dp->type == DEVICE_PATH_TYPE_END) in efi_dp_next()
78 if (dp->type == DEVICE_PATH_TYPE_END) in efi_dp_next()
219 if (!dp || dp->type == DEVICE_PATH_TYPE_END) in efi_dp_last_node()
233 if (!dp || dp->type == DEVICE_PATH_TYPE_END) in efi_dp_instance_size()
250 while (p->type != DEVICE_PATH_TYPE_END || in efi_dp_size()
407 while (p->type != DEVICE_PATH_TYPE_END) in efi_dp_is_multi_instance()
945 p->type = DEVICE_PATH_TYPE_END; in efi_dp_split_file_path()
H A Defi_root_node.c50 dp->end.type = DEVICE_PATH_TYPE_END; in efi_root_node_register()
H A Defi_device_path_to_text.c255 case DEVICE_PATH_TYPE_END: in efi_convert_single_device_node_to_text()
H A Defi_boottime.c2929 remain_device_path->type == DEVICE_PATH_TYPE_END) in efi_connect_controller()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_block_device.c222 end_node.type = DEVICE_PATH_TYPE_END; in setup()
286 while (pos->type != DEVICE_PATH_TYPE_END) in dp_size()
H A Defi_selftest_loadimage.c93 .type = DEVICE_PATH_TYPE_END,
122 .type = DEVICE_PATH_TYPE_END,
H A Defi_selftest_devicepath.c129 end_node.type = DEVICE_PATH_TYPE_END; in setup()
/openbmc/u-boot/test/
H A Dprint_ut.c38 dp_end->type = DEVICE_PATH_TYPE_END; in efi_ut_print()
/openbmc/u-boot/include/
H A Defi_api.h358 #define DEVICE_PATH_TYPE_END 0x7f macro