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