Searched refs:DEVICE_PATH_TYPE_END (Results 1 – 9 of 9) sorted by relevance
20 .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()
50 dp->end.type = DEVICE_PATH_TYPE_END; in efi_root_node_register()
255 case DEVICE_PATH_TYPE_END: in efi_convert_single_device_node_to_text()
2929 remain_device_path->type == DEVICE_PATH_TYPE_END) in efi_connect_controller()
222 end_node.type = DEVICE_PATH_TYPE_END; in setup()286 while (pos->type != DEVICE_PATH_TYPE_END) in dp_size()
93 .type = DEVICE_PATH_TYPE_END,122 .type = DEVICE_PATH_TYPE_END,
129 end_node.type = DEVICE_PATH_TYPE_END; in setup()
38 dp_end->type = DEVICE_PATH_TYPE_END; in efi_ut_print()
358 #define DEVICE_PATH_TYPE_END 0x7f macro