Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dkpi_interfacefilter.h156 protocol_family_t protocol, unsigned long ioctl_cmd, void *ioctl_arg);
H A Dkpi_interface.h2437 unsigned long ioctl_code, void *ioctl_arg)
H A Ddlil.c3871 void *ioctl_arg) in ifnet_ioctl() argument
3900 proto_fam, ioctl_code, ioctl_arg); in ifnet_ioctl()
3938 ioctl_arg); in ifnet_ioctl()
3963 result = (*ifp->if_ioctl)(ifp, ioctl_code, ioctl_arg); in ifnet_ioctl()
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c4840 caddr_t ioctl_arg = NULL; in sys_fcntl_nocancel() local
4843 ioctl_arg = (caddr_t) 1; in sys_fcntl_nocancel()
4867 error = VNOP_IOCTL(vp, cmd, ioctl_arg, 0, &context); in sys_fcntl_nocancel()