Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dsys_socket.c266 error = ifioctllocked(so, cmd, data, p); in soioctl()
/xnu-8020.101.4/bsd/net/
H A Dif_var.h1797 extern int ifioctllocked(struct socket *, u_long, caddr_t, struct proc *);
H A Dif.c4292 ifioctllocked(struct socket *so, u_long cmd, caddr_t data, struct proc *p) in ifioctllocked() function