Searched refs:dp0 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-rt6.c45 const struct ip6_rthdr0 *dp0; local
66 dp0 = (const struct ip6_rthdr0 *)dp;
68 if (GET_BE_U_4(dp0->ip6r0_reserved) || ndo->ndo_vflag) {
70 GET_BE_U_4(dp0->ip6r0_reserved));
78 p = (const u_char *) dp0->ip6r0_addr;
85 return((GET_U_1(dp0->ip6r0_len) + 1) << 3);
H A Dprint-ip6.c60 const struct ip6_rthdr0 *dp0; local
110 dp0 = (const struct ip6_rthdr0 *)dp;
114 p = (const u_char *) dp0->ip6r0_addr;
/netbsd-current/external/bsd/jemalloc/dist/test/integration/
H A Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; local
47 sz = sizeof(dp0);
48 if ((err = mallctl("thread.deallocatedp", (void *)&dp0, &sz, NULL,
56 assert_u64_eq(*dp0, d0,
87 assert_ptr_eq(dp0, dp1,
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Defiboot.c57 EFI_DEVICE_PATH *dp0, *dp; local
76 &DevicePathProtocol, (void **)&dp0);
80 efi_bootdp = dp0;
81 for (dp = dp0; !IsDevicePathEnd(dp); dp = NextDevicePathNode(dp)) {
H A Definet.c323 EFI_DEVICE_PATH *dp0, *dp, *pdp; local
344 &DevicePathProtocol, (void **)&dp0);
349 for (dp = dp0; !IsDevicePathEnd(dp); dp = NextDevicePathNode(dp)) {
369 for (pdp = NULL, dp = dp0;
H A Dboot.c755 EFI_DEVICE_PATH *dp0, *dp; local
778 &DevicePathProtocol, (void **)&dp0);
782 printf("DevicePathType %d\n", DevicePathType(dp0));
789 for (dp = dp0;
H A Deficons.c795 EFI_DEVICE_PATH *dp, *dp0; local
812 &DevicePathProtocol, (void **)&dp0);
816 for (uid = -1, dp = dp0;
/netbsd-current/sys/stand/efiboot/
H A Definet.c330 EFI_DEVICE_PATH *dp0, *dp; local
365 &DevicePathProtocol, (void **)&dp0);
370 for (dp = dp0; !IsDevicePathEnd(dp); dp = NextDevicePathNode(dp)) {
407 if (depth > 0 && efi_device_path_ncmp(efi_bootdp, dp0, depth) == 0) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/msbuild/
H A Dinstall.bat11 cd /d %~dp0

Completed in 209 milliseconds