Searched refs:ioctl_arg (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | kpi_interfacefilter.h | 156 protocol_family_t protocol, unsigned long ioctl_cmd, void *ioctl_arg);
|
| H A D | kpi_interface.h | 2437 unsigned long ioctl_code, void *ioctl_arg)
|
| H A D | dlil.c | 3871 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 D | kern_descrip.c | 4840 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()
|