Home
last modified time | relevance | path

Searched refs:pshm_truncate (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dmman.h326 int pshm_truncate(struct proc *p, struct fileproc *fp, int fd, off_t length, int32_t *retval);
/xnu-12377.81.4/bsd/kern/
H A Dposix_shm.c537 pshm_truncate( in pshm_truncate() function
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_syscalls.c8821 error = pshm_truncate(p, fp, uap->fd, uap->length, retval); in ftruncate()