Searched refs:dpb (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/share/man/man1/
H A DMakefile8 dpb-replay.1 dpb.1 \
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defiboot.c258 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) argument
263 if (IsDevicePathEnd(dpa) || IsDevicePathEnd(dpb))
264 return ((IsDevicePathEnd(dpa) && IsDevicePathEnd(dpb))
266 cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(dpb);
269 cmp = memcmp(dpa, dpb, DevicePathNodeLength(dpa));
273 dpb = NextDevicePathNode(dpb);
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defiboot.c370 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) argument
375 if (IsDevicePathEnd(dpa) || IsDevicePathEnd(dpb))
376 return ((IsDevicePathEnd(dpa) && IsDevicePathEnd(dpb))
378 cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(dpb);
381 cmp = memcmp(dpa, dpb, DevicePathNodeLength(dpa));
385 dpb = NextDevicePathNode(dpb);
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defiboot.c354 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) argument
359 if (IsDevicePathEnd(dpa) || IsDevicePathEnd(dpb))
360 return ((IsDevicePathEnd(dpa) && IsDevicePathEnd(dpb))
362 cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(dpb);
365 cmp = memcmp(dpa, dpb, DevicePathNodeLength(dpa));
369 dpb = NextDevicePathNode(dpb);
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c333 efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *dpb, int deptn) argument
338 if (IsDevicePathEnd(dpa) || IsDevicePathEnd(dpb))
339 return ((IsDevicePathEnd(dpa) && IsDevicePathEnd(dpb))
341 cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(dpb);
344 cmp = memcmp(dpa, dpb, DevicePathNodeLength(dpa));
348 dpb = NextDevicePathNode(dpb);

Completed in 93 milliseconds