| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 223 uintptr_t destp, ustringp; in linux_copyout_strings() local 238 destp = (uintptr_t)arginfo; in linux_copyout_strings() 241 destp -= execpath_len; in linux_copyout_strings() 242 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() 243 imgp->execpathp = (void *)destp; in linux_copyout_strings() 252 imgp->canary = (void *)destp; in linux_copyout_strings() 258 destp -= ARG_MAX - imgp->args->stringspace; in linux_copyout_strings() 259 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() 260 ustringp = destp; in linux_copyout_strings() 268 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() [all …]
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 274 uintptr_t destp, ustringp; in linux_copyout_strings() local 287 destp = (uintptr_t)arginfo; in linux_copyout_strings() 290 destp -= linux_szplatform; in linux_copyout_strings() 291 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() 297 destp -= execpath_len; in linux_copyout_strings() 298 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() 308 imgp->canary = (void *)destp; in linux_copyout_strings() 315 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() 316 ustringp = destp; in linux_copyout_strings() 324 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() [all …]
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 324 uintptr_t destp, ustringp; in linux_copyout_strings() local 338 destp = (uintptr_t)arginfo; in linux_copyout_strings() 341 destp -= execpath_len; in linux_copyout_strings() 342 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() 343 imgp->execpathp = (void *)destp; in linux_copyout_strings() 352 imgp->canary = (void *)destp; in linux_copyout_strings() 358 destp -= ARG_MAX - imgp->args->stringspace; in linux_copyout_strings() 359 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() 360 ustringp = destp; in linux_copyout_strings() 368 destp = rounddown2(destp, sizeof(void *)); in linux_copyout_strings() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_exec.c | 1595 destp -= szsigcode; in exec_copyout_strings() 1596 destp = rounddown2(destp, sizeof(void *)); in exec_copyout_strings() 1607 destp -= execpath_len; in exec_copyout_strings() 1608 destp = rounddown2(destp, sizeof(void *)); in exec_copyout_strings() 1619 destp -= sizeof(canary); in exec_copyout_strings() 1629 destp -= szps; in exec_copyout_strings() 1630 destp = rounddown2(destp, sizeof(void *)); in exec_copyout_strings() 1641 destp = rounddown2(destp, sizeof(void *)); in exec_copyout_strings() 1642 ustringp = destp; in exec_copyout_strings() 1652 destp = rounddown2(destp, sizeof(void *)); in exec_copyout_strings() [all …]
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 740 uintptr_t destp, ustringp; in linux_copyout_strings() local 752 destp = (uintptr_t)arginfo; in linux_copyout_strings() 755 destp -= execpath_len; in linux_copyout_strings() 756 destp = rounddown2(destp, sizeof(uint32_t)); in linux_copyout_strings() 757 imgp->execpathp = (void *)destp; in linux_copyout_strings() 766 imgp->canary = (void *)destp; in linux_copyout_strings() 772 destp -= ARG_MAX - imgp->args->stringspace; in linux_copyout_strings() 773 destp = rounddown2(destp, sizeof(uint32_t)); in linux_copyout_strings() 774 ustringp = destp; in linux_copyout_strings() 782 destp = rounddown2(destp, sizeof(uint32_t)); in linux_copyout_strings() [all …]
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_bootcfg.c | 694 uint8_t *destp = (uint8_t *)DHCP_NEXT_TAG(hdrp) + in efx_dhcp_update_tag() local 699 memmove(destp, DHCP_NEXT_TAG(hdrp), count); in efx_dhcp_update_tag()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 1724 ng_path2noderef(node_p here, const char *address, node_p *destp, in ng_path2noderef() argument 1732 if (destp == NULL) { in ng_path2noderef() 1736 *destp = NULL; in ng_path2noderef() 1771 *destp = node; in ng_path2noderef() 1840 *destp = node; in ng_path2noderef()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 1730 ng_path2noderef(node_p here, const char *address, node_p *destp, in ng_path2noderef() argument 1738 if (destp == NULL) { in ng_path2noderef() 1742 *destp = NULL; in ng_path2noderef() 1777 *destp = node; in ng_path2noderef() 1846 *destp = node; in ng_path2noderef()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_usrreq.c | 1508 #define SCTP_CHECK_AND_CAST(destp, srcp, type, size) {\ argument 1514 destp = (type *)srcp; \
|