/freebsd/stand/libofw/ |
H A D | ofw_copy.c | 47 void *destp, *addr; in ofw_mapmem() local 73 destp = (void *)(dest & ~PAGE_MASK); in ofw_mapmem() 85 if (OF_call_method("claim", memory, 3, 1, destp, dlen, 0, &addr) in ofw_mapmem() 95 if (OF_call_method("claim", mmu, 3, 1, destp, dlen, 0, &addr) in ofw_mapmem() 101 if (OF_call_method("map", mmu, 4, 0, destp, destp, dlen, 0) in ofw_mapmem() 107 last_dest = (vm_offset_t) destp; in ofw_mapmem()
|
/freebsd/sys/compat/linux/ |
H A D | linux_elf.c | 332 uintptr_t destp, ustringp; in __linuxN() local 340 destp = PROC_PS_STRINGS(p); in __linuxN() 341 arginfo = imgp->ps_strings = (void *)destp; in __linuxN() 348 destp -= execpath_len; in __linuxN() 349 destp = rounddown2(destp, sizeof(void *)); in __linuxN() 350 imgp->execpathp = (void *)destp; in __linuxN() 360 destp -= sizeof(canary); in __linuxN() 361 imgp->canary = (void *)destp; in __linuxN() 370 destp -= ARG_MAX - imgp->args->stringspace; in __linuxN() 371 destp = rounddown2(destp, sizeof(void *)); in __linuxN() [all …]
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | common.c | 461 char *destp; in lpd_gettime() local 493 destp = strrchr(tempstr, ':'); in lpd_gettime() 494 if (destp != NULL) { in lpd_gettime() 495 destp += 3; in lpd_gettime() 496 if ((*destp != '+') && (*destp != '-')) { in lpd_gettime() 502 strcpy(savday, destp + strlen(destp) - 4); in lpd_gettime() 503 snprintf(destp, (destp - tempstr), "%+03d%02d", in lpd_gettime() 505 strcat(destp, savday); in lpd_gettime() 522 register char *destp, *endp; in trstat_init() local 538 destp = &(pp->jobnum[0]); in trstat_init() [all …]
|
/freebsd/lib/libc/db/hash/ |
H A D | hash.c | 906 swap_header_copy(HASHHDR *srcp, HASHHDR *destp) in swap_header_copy() argument 910 P_32_COPY(srcp->magic, destp->magic); in swap_header_copy() 911 P_32_COPY(srcp->version, destp->version); in swap_header_copy() 912 P_32_COPY(srcp->lorder, destp->lorder); in swap_header_copy() 913 P_32_COPY(srcp->bsize, destp->bsize); in swap_header_copy() 914 P_32_COPY(srcp->bshift, destp->bshift); in swap_header_copy() 915 P_32_COPY(srcp->dsize, destp->dsize); in swap_header_copy() 916 P_32_COPY(srcp->ssize, destp->ssize); in swap_header_copy() 917 P_32_COPY(srcp->sshift, destp->sshift); in swap_header_copy() 918 P_32_COPY(srcp->ovfl_point, destp->ovfl_point); in swap_header_copy() [all …]
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 622 uintptr_t destp, ustringp; in linux_copyout_strings() local 628 destp = (uintptr_t)arginfo; in linux_copyout_strings() 632 destp -= execpath_len; in linux_copyout_strings() 633 destp = rounddown2(destp, sizeof(uint32_t)); in linux_copyout_strings() 634 imgp->execpathp = (void *)destp; in linux_copyout_strings() 642 destp -= roundup(sizeof(canary), sizeof(uint32_t)); in linux_copyout_strings() 643 imgp->canary = (void *)destp; in linux_copyout_strings() 649 destp -= ARG_MAX - imgp->args->stringspace; in linux_copyout_strings() 650 destp = rounddown2(destp, sizeof(uint32_t)); in linux_copyout_strings() 651 ustringp = destp; in linux_copyout_strings() [all …]
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 1667 uintptr_t destp, ustringp; in exec_copyout_strings() local 1678 destp = PROC_PS_STRINGS(p); in exec_copyout_strings() 1679 arginfo = imgp->ps_strings = (void *)destp; in exec_copyout_strings() 1686 destp -= szsigcode; in exec_copyout_strings() 1687 destp = rounddown2(destp, sizeof(void *)); in exec_copyout_strings() 1688 error = copyout(sysent->sv_sigcode, (void *)destp, szsigcode); in exec_copyout_strings() 1698 destp -= execpath_len; in exec_copyout_strings() 1699 destp = rounddown2(destp, sizeof(void *)); in exec_copyout_strings() 1700 imgp->execpathp = (void *)destp; in exec_copyout_strings() 1710 destp -= sizeof(canary); in exec_copyout_strings() [all …]
|
/freebsd/contrib/sqlite3/tea/ |
H A D | Makefile.in | 426 destp=`basename $$p`; \ 427 echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \ 428 $(INSTALL_DATA) $(srcdir)/$$p "$(DESTDIR)$(pkglibdir)/$$destp"; \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/ |
H A D | runtime.c | 199 void **destp = (void **)dest; in _Block_memmove_gc_broken() local 202 _Block_assign_default(*srcp, destp); in _Block_memmove_gc_broken() 203 destp++; in _Block_memmove_gc_broken() 369 struct Block_byref **destp = (struct Block_byref **)dest; in _Block_byref_assign_copy() local 410 _Block_assign(src->forwarding, (void **)destp); in _Block_byref_assign_copy()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_proc.c | 127 __u16 destp; in sdp_seq_show() local 142 destp = ntohs(inet_sk(sk)->dport); in sdp_seq_show() 150 st->num, src, srcp, dest, destp, uid, inode, in sdp_seq_show()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 3602 uintptr_t destp, ustringp; in freebsd32_copyout_strings() 3613 destp = (uintptr_t)arginfo; in freebsd32_copyout_strings() 3620 destp -= szsigcode; in freebsd32_copyout_strings() 3621 destp = rounddown2(destp, sizeof(uint32_t)); in freebsd32_copyout_strings() 3622 error = copyout(sysent->sv_sigcode, (void *)destp, in freebsd32_copyout_strings() 3633 destp -= execpath_len; in freebsd32_copyout_strings() 3634 imgp->execpathp = (void *)destp; in freebsd32_copyout_strings() 3644 destp -= sizeof(canary); in freebsd32_copyout_strings() 3645 imgp->canary = (void *)destp; in freebsd32_copyout_strings() 3601 uintptr_t destp, ustringp; freebsd32_copyout_strings() local [all...] |
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_bootcfg.c | 718 uint8_t *destp = (uint8_t *)DHCP_NEXT_TAG(hdrp) + in efx_dhcp_update_tag() local 723 memmove(destp, DHCP_NEXT_TAG(hdrp), count); in efx_dhcp_update_tag()
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 1728 ng_path2noderef(node_p here, const char *address, node_p *destp, in ng_path2noderef() argument 1736 if (destp == NULL) { in ng_path2noderef() 1740 *destp = NULL; in ng_path2noderef() 1775 *destp = node; in ng_path2noderef() 1844 *destp = node; in ng_path2noderef()
|
/freebsd/sys/netinet/ |
H A D | sctp_usrreq.c | 1494 #define SCTP_CHECK_AND_CAST(destp, srcp, type, size) {\ argument 1500 destp = (type *)srcp; \
|