Home
last modified time | relevance | path

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

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