Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dkern_control.c164 static int ctl_unlock(struct socket *, int, void *);
192 .pr_unlock = ctl_unlock,
202 .pr_unlock = ctl_unlock,
2052 ctl_unlock(struct socket *so, int refcount, void *lr) in ctl_unlock() function