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

/openbsd-current/usr.sbin/tcpdump/
H A Dprint-rt6.c51 const struct ip6_rthdr0 *dp0; local
75 dp0 = (struct ip6_rthdr0 *)dp;
77 TCHECK(dp0->ip6r0_reserved);
78 if (dp0->ip6r0_reserved || vflag) {
80 (u_int32_t)ntohl(dp0->ip6r0_reserved));
89 addr = ((struct in6_addr *)(dp0 + 1)) + i;
96 return((dp0->ip6r0_len + 1) << 3);
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defipxe.c53 EFI_DEVICE_PATH *dp0; local
71 (void **)&dp0);
76 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
H A Defiboot.c77 EFI_DEVICE_PATH *dp0 = NULL, *dp; local
95 (void **)&dp0);
97 for (dp = dp0; !IsDevicePathEnd(dp);
105 efi_bootdp = dp0;
110 efi_bootdp = dp0;
661 EFI_DEVICE_PATH *dp, *dp0; local
688 (void **)&dp0);
692 for (dp = dp0; !IsDevicePathEnd(dp);
/openbsd-current/sys/arch/sparc64/dev/
H A Difb.c926 u_char *dp0, *dp1, *rp; local
945 dp0 = rp;
946 dp1 = dp0 + ovl_offset;
950 *(int32_t *)dp0 ^= CURSOR_MASK;
952 dp0 += 4;
959 dp0 = rp;
960 dp1 = dp0 + ovl_offset;
964 *dp0++ ^= (u_char)CURSOR_MASK;
969 *(int16_t *)dp0 ^= (int16_t)CURSOR_MASK;
971 dp0
[all...]
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defipxe.c76 EFI_DEVICE_PATH *dp0; local
94 (void **)&dp0);
99 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defipxe.c76 EFI_DEVICE_PATH *dp0; local
94 (void **)&dp0);
99 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defipxe.c76 EFI_DEVICE_PATH *dp0; local
94 (void **)&dp0);
99 if (depth == -1 || efi_device_path_ncmp(efi_bootdp, dp0, depth))
/openbsd-current/sys/dev/pci/
H A Dif_de.c2464 const u_int8_t *dp0; local
2473 dp0 = &sc->tulip_rombuf[mi->mi_reset_offset];
2474 for (idx3 = 0; idx3 < mi->mi_reset_length; idx3++, dp0 += 2) {
2476 TULIP_CSR_WRITE(sc, csr_sia_general, (dp0[0] + 256 * dp0[1]) << 16);
2479 dp0 = &sc->tulip_rombuf[mi->mi_gpr_offset];
2480 for (idx3 = 0; idx3 < mi->mi_gpr_length; idx3++, dp0 += 2) {
2482 TULIP_CSR_WRITE(sc, csr_sia_general, (dp0[0] + 256 * dp0[1]) << 16);
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex2694 \gdef\multistrut{\vrule height\multitablelinespace depth\dp0

Completed in 380 milliseconds