Searched refs:efi_bootdp (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defipxe.c32 extern EFI_DEVICE_PATH *efi_bootdp;
59 if (efi_bootdp == NULL)
75 depth = efi_device_path_depth(efi_bootdp, MESSAGING_DEVICE_PATH);
76 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
H A Defiboot.c47 EFI_DEVICE_PATH *efi_bootdp = NULL; variable
105 efi_bootdp = dp0;
110 efi_bootdp = dp0;
198 if (efi_bootdp != NULL)
199 depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);
222 if (efi_bootdp == NULL || depth == -1 || bootdev != 0)
228 if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defipxe.c42 extern EFI_DEVICE_PATH *efi_bootdp;
82 if (efi_bootdp == NULL)
98 depth = efi_device_path_depth(efi_bootdp, MESSAGING_DEVICE_PATH);
99 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
H A Defiboot.c50 EFI_HANDLE IH, efi_bootdp; variable
109 efi_bootdp = dp;
299 if (efi_bootdp != NULL)
300 depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);
323 if (efi_bootdp == NULL || depth == -1 || bootdev != 0)
329 if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defipxe.c42 extern EFI_DEVICE_PATH *efi_bootdp;
82 if (efi_bootdp == NULL)
98 depth = efi_device_path_depth(efi_bootdp, MESSAGING_DEVICE_PATH);
99 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
H A Defiboot.c45 EFI_HANDLE IH, efi_bootdp; variable
100 efi_bootdp = dp;
284 if (efi_bootdp != NULL)
285 depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);
308 if (efi_bootdp == NULL || depth == -1 || bootdev != 0)
314 if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defipxe.c42 extern EFI_DEVICE_PATH *efi_bootdp;
82 if (efi_bootdp == NULL)
98 depth = efi_device_path_depth(efi_bootdp, MESSAGING_DEVICE_PATH);
99 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
H A Defiboot.c50 EFI_HANDLE IH, efi_bootdp; variable
104 efi_bootdp = dp;
262 if (efi_bootdp != NULL)
263 depth = efi_device_path_depth(efi_bootdp, MEDIA_DEVICE_PATH);
286 if (efi_bootdp == NULL || depth == -1 || bootdev != 0)
292 if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {

Completed in 160 milliseconds