Home
last modified time | relevance | path

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

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