Searched refs:ioctl_arg (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/io/wait/
H A Dwait.c29 #define ioctl_arg u_long macro
32 #define ioctl_arg int macro
60 ioctl_arg n;
84 ioctl_arg n;
109 ioctl_arg n;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dkpi_interfacefilter.h138 @param ioctl_arg A pointer to the ioctl argument.
149 protocol_family_t protocol, unsigned long ioctl_cmd, void *ioctl_arg);
H A Dkpi_interface.h2264 @param ioctl_arg Any parameters to the ioctl.
2268 unsigned long ioctl_code, void *ioctl_arg);
H A Ddlil.c4001 void *ioctl_arg)
4027 proto_fam, ioctl_code, ioctl_arg);
4064 ioctl_arg);
4086 result = (*ifp->if_ioctl)(ifp, ioctl_code, ioctl_arg);
4000 ifnet_ioctl(ifnet_t ifp, protocol_family_t proto_fam, u_long ioctl_code, void *ioctl_arg) argument
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c2099 caddr_t ioctl_arg = NULL; local
2102 ioctl_arg = (caddr_t) 1;
2126 error = VNOP_IOCTL(vp, uap->cmd, ioctl_arg, 0, &context);
/macosx-10.10/ruby-106/ruby/
H A Dio.c8499 struct ioctl_arg { struct
8508 struct ioctl_arg *arg = ptr;
8517 struct ioctl_arg arg;

Completed in 180 milliseconds