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

/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defipxe.c42 extern int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
76 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
H A Defiboot.c58 int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
228 if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {
258 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) function
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defipxe.c57 extern int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
99 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
H A Defiboot.c76 int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
329 if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {
370 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) function
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defipxe.c57 extern int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
99 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
H A Defiboot.c68 int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
314 if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {
354 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) function
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defipxe.c57 extern int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
99 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
H A Defiboot.c73 int efi_device_path_ncmp(EFI_DEVICE_PATH *, EFI_DEVICE_PATH *, int);
292 if (efi_device_path_ncmp(efi_bootdp, dp, depth) == 0) {
333 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) function

Completed in 224 milliseconds