Searched defs:ioctl (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_compat.h38 #define ioctl(fd, ioc, zc) zcmd_ioctl((fd), (ioc), (zc)) macro
/netbsd-current/sys/lib/libsa/
H A Dioctl.c66 ioctl(int fd, u_long cmd, char *arg) function
/netbsd-current/lib/libossaudio/
H A Dinternal.h34 #undef ioctl macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-utils.h107 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__) macro
H A Dser-tcp.c51 #define ioctl ioctlsocket macro
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dproc-utils.h107 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__) macro
/netbsd-current/sys/arch/i386/stand/lib/test/
H A Dsanamespace.h12 #undef ioctl macro
/netbsd-current/sys/dev/hdmicec/
H A Dhdmicec_if.h37 int (*ioctl)(void *, u_long, void *, int, lwp_t *); member in struct:hdmicec_hw_if
/netbsd-current/external/cddl/osnet/dist/cmd/pyzfs/
H A Dpyzfs.py36 import zfs.ioctl namespace
/netbsd-current/include/
H A Drmt.h53 #define ioctl rmtioctl macro
/netbsd-current/tests/lib/libc/ttyio/
H A Dt_ttyio.c63 ATF_TC(ioctl); variable
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsocket.c23 #define ioctl(fd, opt, val) ioctlsocket(fd, opt, (u_long *)(val)) macro
/netbsd-current/sys/dev/wscons/
H A Dwsmousevar.h45 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:wsmouse_accessops
H A Dwskbdvar.h50 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:wskbd_accessops
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_client.c72 struct nvif_ioctl_v0 ioctl; member in struct:__anon1016
H A Dnouveau_nvif_notify.c42 struct nvif_ioctl_v0 ioctl; member in struct:__anon1021
73 struct nvif_ioctl_v0 ioctl; member in struct:__anon1022
154 struct nvif_ioctl_v0 ioctl; member in struct:__anon1024
175 struct nvif_ioctl_v0 ioctl; member in struct:__anon1025
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Ddriver.h21 int (*ioctl)(void *priv, bool super, void *data, u32 size, void **hack); member in struct:nvif_driver
/netbsd-current/sys/dev/hpc/
H A Dhpcfbvar.h43 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:hpcfb_accessops
/netbsd-current/external/cddl/osnet/dist/lib/pyzfs/common/
H A Duserspace.py35 import zfs.ioctl namespace
H A Ddataset.py29 import zfs.ioctl namespace
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsocket_wrapper.h112 #undef ioctl macro
114 #define ioctl(s,req,ptr) swrap_ioctl(s,req,ptr) macro
/netbsd-current/sys/dev/
H A Dmidi_if.h71 int (*ioctl)(void *, u_long, void *, int, struct lwp *); member in struct:midi_hw_if
H A Dmidisynvar.h54 int (*ioctl) (midisyn *, u_long, void *, int, struct lwp *); member in struct:midisyn_methods
H A Dbio.c204 bio_register(device_t dev, int (*ioctl)(device_t, u_long, void *)) argument
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dsocket.h93 # define ioctl( s, c, a ) ioctlsocket( (s), (c), (a) ) macro

Completed in 218 milliseconds

123