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 | 622 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 D | kern_exec.c | 1667 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 D | freebsd32_misc.c | 3659 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()
|