Searched refs:destp (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/sys/boot/ofw/libofw/
H A Dofw_copy.c50 void *destp, *addr; local
76 destp = (void *)(dest & ~PAGE_MASK);
88 if (OF_call_method("claim", memory, 3, 1, destp, dlen, 0, &addr)
98 if (OF_call_method("claim", mmu, 3, 1, destp, dlen, 0, &addr)
104 if (OF_call_method("map", mmu, 4, 0, destp, destp, dlen, 0)
110 last_dest = (vm_offset_t) destp;
/freebsd-10.1-release/usr.sbin/lpr/common_source/
H A Dcommon.c465 char *destp; local
497 destp = strrchr(tempstr, ':');
498 if (destp != NULL) {
499 destp += 3;
500 if ((*destp != '+') && (*destp != '-')) {
506 strcpy(savday, destp + strlen(destp) - 4);
507 snprintf(destp, (destp
526 register char *destp, *endp; local
[all...]
/freebsd-10.1-release/sys/kern/
H A Dkern_exec.c1249 uintptr_t destp; local
1273 destp = (uintptr_t)arginfo;
1279 destp -= szsigcode;
1280 destp = rounddown2(destp, sizeof(void *));
1281 copyout(p->p_sysent->sv_sigcode, (void *)destp, szsigcode);
1288 destp -= execpath_len;
1289 imgp->execpathp = destp;
1290 copyout(imgp->execpath, (void *)destp, execpath_len);
1297 destp
[all...]
/freebsd-10.1-release/lib/libc/db/hash/
H A Dhash.c907 swap_header_copy(HASHHDR *srcp, HASHHDR *destp) argument
911 P_32_COPY(srcp->magic, destp->magic);
912 P_32_COPY(srcp->version, destp->version);
913 P_32_COPY(srcp->lorder, destp->lorder);
914 P_32_COPY(srcp->bsize, destp->bsize);
915 P_32_COPY(srcp->bshift, destp->bshift);
916 P_32_COPY(srcp->dsize, destp->dsize);
917 P_32_COPY(srcp->ssize, destp->ssize);
918 P_32_COPY(srcp->sshift, destp->sshift);
919 P_32_COPY(srcp->ovfl_point, destp
[all...]
/freebsd-10.1-release/contrib/compiler-rt/BlocksRuntime/
H A Druntime.c199 void **destp = (void **)dest; local
202 _Block_assign_default(*srcp, destp);
203 destp++;
369 struct Block_byref **destp = (struct Block_byref **)dest; local
372 //printf("_Block_byref_assign_copy called, byref destp %p, src %p, flags %x\n", destp, src, flags);
410 _Block_assign(src->forwarding, (void **)destp);
/freebsd-10.1-release/sys/i386/linux/
H A Dlinux_sysvec.c304 char *stringp, *destp; local
315 destp = (caddr_t)arginfo - SPARE_USRSPACE - linux_szplatform -
340 vectp = (char **)(destp - (imgp->args->argc +
347 vectp = (char **)(destp - (imgp->args->argc + imgp->args->envc + 2) *
363 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace);
375 suword(vectp++, (long)(intptr_t)destp);
377 destp++;
378 destp++;
391 suword(vectp++, (long)(intptr_t)destp);
393 destp
[all...]
/freebsd-10.1-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c864 char *stringp, *destp; local
873 destp = (caddr_t)arginfo - SPARE_USRSPACE - linux_szplatform -
899 vectp = (u_int32_t *) (destp - (imgp->args->argc +
908 vectp = (u_int32_t *)(destp - (imgp->args->argc +
922 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace);
934 suword32(vectp++, (uint32_t)(intptr_t)destp);
936 destp++;
937 destp++;
950 suword32(vectp++, (uint32_t)(intptr_t)destp);
952 destp
[all...]
/freebsd-10.1-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2837 uintptr_t destp; local
2859 destp = (uintptr_t)arginfo;
2865 destp -= szsigcode;
2866 destp = rounddown2(destp, sizeof(uint32_t));
2867 copyout(imgp->proc->p_sysent->sv_sigcode, (void *)destp,
2875 destp -= execpath_len;
2876 imgp->execpathp = destp;
2877 copyout(imgp->execpath, (void *)destp, execpath_len);
2884 destp
[all...]
/freebsd-10.1-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c126 __u16 destp; local
141 destp = ntohs(inet_sk(sk)->dport);
149 st->num, src, srcp, dest, destp, uid, inode,
/freebsd-10.1-release/usr.bin/xlint/xlint/
H A Dxlint.c173 applst(char ***destp, char *const *src) argument
178 odest = *destp;
187 *destp = dest;
/freebsd-10.1-release/sys/netgraph/
H A Dng_base.c1718 ng_path2noderef(node_p here, const char *address, node_p *destp, argument
1726 if (destp == NULL) {
1730 *destp = NULL;
1765 *destp = node;
1834 *destp = node;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote.c1453 unsigned char *srcp, *destp;
1456 destp = (char *) dest;
1460 result &= (*srcp++ == *destp++) ? 1 : 0;
/freebsd-10.1-release/sys/netinet/
H A Dsctp_usrreq.c1611 #define SCTP_CHECK_AND_CAST(destp, srcp, type, size) {\
1617 destp = (type *)srcp; \

Completed in 251 milliseconds