Searched refs:copyin_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/compat/cloudabi/ |
| D | cloudabi_file.c | 73 copyin_path(const char *uaddr, size_t len, char **result) in copyin_path() function 149 error = copyin_path(uap->path, uap->path_len, &path); in cloudabi_sys_file_create() 177 error = copyin_path(uap->path1, uap->path1_len, &path1); in cloudabi_sys_file_link() 180 error = copyin_path(uap->path2, uap->path2_len, &path2); in cloudabi_sys_file_link() 261 error = copyin_path(uap->path, uap->path_len, &path); in cloudabi_sys_file_open() 504 error = copyin_path(uap->path, uap->path_len, &path); in cloudabi_sys_file_readlink() 521 error = copyin_path(uap->path1, uap->path1_len, &old); in cloudabi_sys_file_rename() 524 error = copyin_path(uap->path2, uap->path2_len, &new); in cloudabi_sys_file_rename() 655 error = copyin_path(uap->path, uap->path_len, &path); in cloudabi_sys_file_stat_get() 709 error = copyin_path(uap->path, uap->path_len, &path); in cloudabi_sys_file_stat_put() [all …]
|