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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c859 * matchpid -1, or pid value to match in lookup.
872 lf_getlock(struct lockf *lock, struct flock *fl, pid_t matchpid) argument
881 if ((block = lf_getblock(lock, matchpid))) {
909 * matchpid -1, or pid value to match in lookup.
916 lf_getblock(struct lockf *lock, pid_t matchpid) argument
929 if (matchpid != -1 &&
931 proc_pid((struct proc *)(overlap->lf_id)) != matchpid)

Completed in 67 milliseconds