Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dkern_control.c163 static int ctl_unlock(struct socket *, int, void *);
190 .pr_unlock = ctl_unlock,
200 .pr_unlock = ctl_unlock,
2037 ctl_unlock(struct socket *so, int refcount, void *lr) in ctl_unlock() function