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