Searched refs:shm_copyin_path (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | uipc_shm.c | 131 static int shm_copyin_path(struct thread *td, const char *userpath_in, 659 shm_copyin_path(struct thread *td, const char *userpath_in, char **path_out) { in shm_copyin_path() function 1174 error = shm_copyin_path(td, userpath, &path); in kern_shm_open2() 1366 error = shm_copyin_path(td, uap->path, &path); in sys_shm_unlink() 1421 error = shm_copyin_path(td, uap->path_from, &path_from); in sys_shm_rename() 1425 error = shm_copyin_path(td, uap->path_to, &path_to); in sys_shm_rename()
|