Searched refs:ustringp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_elf.c | 332 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 D | linux32_sysvec.c | 628 uintptr_t destp, ustringp; in linux_copyout_strings() local 657 ustringp = destp; in linux_copyout_strings() 684 error = copyout(stringp, (void *)ustringp, in linux_copyout_strings() 696 if (suword32(vectp++, ustringp) != 0) in linux_copyout_strings() 699 ustringp++; in linux_copyout_strings() 700 ustringp++; in linux_copyout_strings() 713 if (suword32(vectp++, ustringp) != 0) in linux_copyout_strings() 716 ustringp++; in linux_copyout_strings() 717 ustringp++; in linux_copyout_strings()
|
| /freebsd/sys/kern/ |
| H A D | kern_exec.c | 1789 uintptr_t destp, ustringp; in exec_copyout_strings() local 1855 ustringp = destp; in exec_copyout_strings() 1886 error = copyout(stringp, (void *)ustringp, in exec_copyout_strings() 1903 if (suword(vectp++, ustringp) != 0) in exec_copyout_strings() 1906 ustringp++; in exec_copyout_strings() 1907 ustringp++; in exec_copyout_strings() 1923 if (suword(vectp++, ustringp) != 0) in exec_copyout_strings() 1926 ustringp++; in exec_copyout_strings() 1927 ustringp++; in exec_copyout_strings()
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 3642 uintptr_t destp, ustringp; in freebsd32_copyout_strings() 3709 ustringp = destp; in freebsd32_copyout_strings() 3739 error = copyout(stringp, (void *)ustringp, in freebsd32_copyout_strings() 3756 if (suword32(vectp++, ustringp) != 0) in freebsd32_copyout_strings() 3759 ustringp++; in freebsd32_copyout_strings() 3760 ustringp++; in freebsd32_copyout_strings() 3776 if (suword32(vectp++, ustringp) != 0) in freebsd32_copyout_strings() 3779 ustringp++; in freebsd32_copyout_strings() 3780 ustringp++; in freebsd32_copyout_strings() 3640 uintptr_t destp, ustringp; freebsd32_copyout_strings() local
|