Searched refs:copyin_path (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/compat/cloudabi/ |
| HD | cloudabi_file.c | 72 copyin_path(const char *uaddr, size_t len, char **result) in copyin_path() function 148 error = copyin_path(uap->path, uap->pathlen, &path); in cloudabi_sys_file_create() 179 error = copyin_path(uap->path1, uap->path1len, &path1); in cloudabi_sys_file_link() 182 error = copyin_path(uap->path2, uap->path2len, &path2); in cloudabi_sys_file_link() 263 error = copyin_path(uap->path, uap->pathlen, &path); in cloudabi_sys_file_open() 507 error = copyin_path(uap->path, uap->pathlen, &path); in cloudabi_sys_file_readlink() 524 error = copyin_path(uap->old, uap->oldlen, &old); in cloudabi_sys_file_rename() 527 error = copyin_path(uap->new, uap->newlen, &new); in cloudabi_sys_file_rename() 655 error = copyin_path(uap->path, uap->pathlen, &path); in cloudabi_sys_file_stat_get() 709 error = copyin_path(uap->path, uap->pathlen, &path); in cloudabi_sys_file_stat_put() [all …]
|