OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dpb
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/i386/stand/efiboot/
efidev.c
40
efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *
dpb
, int deptn)
45
if (IsDevicePathEnd(dpa) || IsDevicePathEnd(
dpb
))
46
return ((IsDevicePathEnd(dpa) && IsDevicePathEnd(
dpb
))
48
cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(
dpb
);
51
cmp = memcmp(dpa,
dpb
, DevicePathNodeLength(dpa));
55
dpb
= NextDevicePathNode(
dpb
);
/src/sys/stand/efiboot/
efidev.c
53
efi_device_path_ncmp(EFI_DEVICE_PATH *dpa, EFI_DEVICE_PATH *
dpb
, int deptn)
58
if (IsDevicePathEnd(dpa) || IsDevicePathEnd(
dpb
))
59
return ((IsDevicePathEnd(dpa) && IsDevicePathEnd(
dpb
))
61
cmp = DevicePathNodeLength(dpa) - DevicePathNodeLength(
dpb
);
64
cmp = memcmp(dpa,
dpb
, DevicePathNodeLength(dpa));
68
dpb
= NextDevicePathNode(
dpb
);
/src/external/gpl2/gettext/dist/gettext-tools/libuniname/
gen-uninames
54
(
dpb
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
6526
dns_zone_getdb(dns_zone_t *zone, dns_db_t **
dpb
) {
6535
dns_db_attach(zone->db,
dpb
);
/src/external/mpl/bind/dist/lib/dns/
zone.c
6316
dns_zone_getdb(dns_zone_t *zone, dns_db_t **
dpb
) {
6325
dns_db_attach(zone->db,
dpb
);
Completed in 59 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026