Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dkern_control.c168 static int ctl_unlock(struct socket *, int, void *);
195 .pr_unlock = ctl_unlock,
205 .pr_unlock = ctl_unlock,
2073 ctl_unlock(struct socket *so, int refcount, void *lr) in ctl_unlock() function