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

/darwin-on-arm/xnu/bsd/sys/
H A Dmman.h250 int pshm_truncate(struct proc *p, struct fileproc *fp, int fd, off_t length, int32_t *retval);
/darwin-on-arm/xnu/bsd/kern/
H A Dposix_shm.c657 pshm_truncate(__unused proc_t p, struct fileproc *fp, __unused int fd, function
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c5714 error = pshm_truncate(p, fp, uap->fd, uap->length, retval);

Completed in 81 milliseconds