Searched refs:ioctl (Results 1 - 25 of 95) sorted by relevance

1234

/darwin-on-arm/xnu/bsd/sys/
H A Dvcmd.h67 #include <sys/ioctl.h>
H A Dioctl.h66 * @(#)ioctl.h 8.6 (Berkeley) 3/28/94
98 int ioctl(int, unsigned long, ...);
H A Ddisk.h33 #include <sys/ioctl.h>
38 * ioctl description
H A Dsystm.h104 #include <sys/ioctl.h>
H A DMakefile23 ioccom.h ioctl.h \
69 ioccom.h ioctl.h ipc.h \
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dioctl.c26 #include <sys/ioctl.h>
36 ioctl(int d, unsigned long request, ...) function
H A Dmodule.mk12 ioctl.c \
/darwin-on-arm/xnu/bsd/dev/
H A Dkmreg_com.h30 * kmreg_com.h - machine independent km ioctl interface.
43 #include <sys/ioctl.h>
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dstubs.c36 #include <sys/ioctl.h>
H A Dcons.c53 #include <sys/ioctl.h>
H A Dconf.c43 #include <sys/ioctl.h>
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dstubs.c36 #include <sys/ioctl.h>
H A Dcons.c53 #include <sys/ioctl.h>
H A Dconf.c43 #include <sys/ioctl.h>
/darwin-on-arm/xnu/bsd/netat/
H A Dat_proto.c37 #include <sys/ioctl.h>
H A Dddp_brt.c57 #include <sys/ioctl.h>
H A Dddp_sip.c68 #include <sys/ioctl.h>
H A Dddp_proto.c47 #include <sys/ioctl.h>
143 /* Unknown ioctl */
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile97 ioctl.2 \
/darwin-on-arm/xnu/bsd/net/
H A Dether_at_pr_module.c246 proto.ioctl = ether_at_prmod_ioctl;
H A Dkpi_interface.h251 you need to communicate with your kext using an ioctl, please
253 @param interface The interface the ioctl is being sent to.
254 @param proto_family The protocol family to handle the ioctl, may be
256 @param cmd The ioctl command.
257 @param data A pointer to any data related to the ioctl.
487 When an ioctl is handled, it is passed to the interface filters,
489 this ioctl, return EOPNOTSUPP. If you successfully handle the
490 ioctl, return zero. If you return any error other than
492 to process the ioctl. If you return EJUSTRETURN, processing will
496 you need to communicate with your kext using an ioctl, pleas
643 ifnet_ioctl_func ioctl; /* optional */ member in struct:ifnet_init_params
880 ifnet_ioctl_func ioctl; /* optional */ member in struct:ifnet_init_eparams
966 proto_media_ioctl ioctl; /* optional */ member in struct:ifnet_attach_proto_param
979 proto_media_ioctl ioctl; /* optional */ member in struct:ifnet_attach_proto_param_v2
[all...]
H A Dif_pflog.c70 #include <sys/ioctl.h>
165 pf_init.ioctl = pflogioctl;
H A Dether_inet6_pr_module.c257 proto.ioctl = ether_inet6_prmod_ioctl;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c93 #include <sys/ioctl.h>
H A Dtty_tty.c69 #include <sys/ioctl.h>

Completed in 171 milliseconds

1234