| /netbsd-src/lib/libc/db/hash/ |
| H A D | hash_buf.c | 165 uint16_t oaddr, *shortp; in newbuf() local 167 oaddr = 0; in newbuf() 197 oaddr = shortp[shortp[0] - 1]; in newbuf() 233 (oaddr != xbp->addr)) in newbuf() 239 oaddr = shortp[shortp[0] - 1]; in newbuf()
|
| H A D | hash_page.c | 918 uint16_t *bp, oaddr; in print_chain() local 925 oaddr = bp[bp[0] - 1]; in print_chain() 926 (void)fprintf(stderr, "%d ", (int)oaddr); in print_chain() 927 bufp = __get_buf(hashp, (uint32_t)oaddr, bufp, 0); in print_chain()
|
| /netbsd-src/sys/net/npf/ |
| H A D | npf_inet.c | 108 npf_addr_cksum(uint16_t cksum, int sz, const npf_addr_t *oaddr, in npf_addr_cksum() argument 111 const uint32_t *oip32 = (const uint32_t *)oaddr; in npf_addr_cksum() 728 const npf_addr_t *oaddr = npc->npc_ips[which]; in npf_rwrcksum() local 744 ip->ip_sum = npf_addr_cksum(ipsum, alen, oaddr, addr); in npf_rwrcksum() 783 cksum = npf_addr_cksum(*ocksum, alen, oaddr, addr); in npf_rwrcksum()
|
| H A D | npf_nat.c | 935 const void *taddr, *oaddr; in npf_nat_import() local 962 oaddr = dnvlist_get_binary(nat, "oaddr", &len, NULL, 0); in npf_nat_import() 963 if (!oaddr || len != alen) { in npf_nat_import() 966 memcpy(&nt->nt_oaddr, oaddr, sizeof(npf_addr_t)); in npf_nat_import()
|
| /netbsd-src/usr.bin/audio/play/ |
| H A D | play.c | 315 void *addr, *oaddr; in play() local 347 (oaddr = addr = mmap(0, sizet_filesize, PROT_READ, in play() 399 if (munmap(oaddr, sizet_filesize) < 0) in play()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_handle.c | 413 uintptr_t oaddr = obase + _dt_droptab[i].dtdrt_offset; in dt_handle_status() local 416 uint64_t oval = *((uint64_t *)oaddr); in dt_handle_status()
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | openfirm.c | 508 void *oaddr = addr; in OF_read() local 543 memcpy(oaddr, addr, act); in OF_read()
|
| /netbsd-src/lib/libkvm/ |
| H A D | kvm_proc.c | 887 u_long oaddr = (u_long)~0L; in kvm_getprocs() 936 if (addr != oaddr) { in kvm_argv() 940 oaddr = addr; in kvm_argv() 917 u_long oaddr = (u_long)~0L; kvm_argv() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 6802 tree oaddr = addr; in build_op_delete_call() local 7002 tree rtype = TREE_TYPE (TREE_TYPE (oaddr)); in build_op_delete_call() 7005 addr = cp_convert (rtype, oaddr, complain); in build_op_delete_call()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 7294 tree oaddr = addr; in build_op_delete_call() local 7503 tree rtype = TREE_TYPE (TREE_TYPE (oaddr)); in build_op_delete_call() 7506 addr = cp_convert (rtype, oaddr, complain); in build_op_delete_call()
|