Home
last modified time | relevance | path

Searched refs:ustringp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_elf.c332 uintptr_t destp, ustringp; in __linuxN() local
372 ustringp = destp; in __linuxN()
408 error = copyout(stringp, (void *)ustringp, in __linuxN()
425 if (suword(vectp++, ustringp) != 0) in __linuxN()
428 ustringp++; in __linuxN()
429 ustringp++; in __linuxN()
445 if (suword(vectp++, ustringp) != 0) in __linuxN()
448 ustringp++; in __linuxN()
449 ustringp++; in __linuxN()
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c622 uintptr_t destp, ustringp; in linux_copyout_strings() local
651 ustringp = destp; in linux_copyout_strings()
678 error = copyout(stringp, (void *)ustringp, in linux_copyout_strings()
690 if (suword32(vectp++, ustringp) != 0) in linux_copyout_strings()
693 ustringp++; in linux_copyout_strings()
694 ustringp++; in linux_copyout_strings()
707 if (suword32(vectp++, ustringp) != 0) in linux_copyout_strings()
710 ustringp++; in linux_copyout_strings()
711 ustringp++; in linux_copyout_strings()
/freebsd/sys/kern/
H A Dkern_exec.c1667 uintptr_t destp, ustringp; in exec_copyout_strings() local
1733 ustringp = destp; in exec_copyout_strings()
1764 error = copyout(stringp, (void *)ustringp, in exec_copyout_strings()
1781 if (suword(vectp++, ustringp) != 0) in exec_copyout_strings()
1784 ustringp++; in exec_copyout_strings()
1785 ustringp++; in exec_copyout_strings()
1801 if (suword(vectp++, ustringp) != 0) in exec_copyout_strings()
1804 ustringp++; in exec_copyout_strings()
1805 ustringp++; in exec_copyout_strings()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3659 uintptr_t destp, ustringp; in freebsd32_copyout_strings() local
3726 ustringp = destp; in freebsd32_copyout_strings()
3756 error = copyout(stringp, (void *)ustringp, in freebsd32_copyout_strings()
3773 if (suword32(vectp++, ustringp) != 0) in freebsd32_copyout_strings()
3776 ustringp++; in freebsd32_copyout_strings()
3777 ustringp++; in freebsd32_copyout_strings()
3793 if (suword32(vectp++, ustringp) != 0) in freebsd32_copyout_strings()
3796 ustringp++; in freebsd32_copyout_strings()
3797 ustringp++; in freebsd32_copyout_strings()