Searched defs:ioctl (Results 1 - 25 of 30) sorted by path

12

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_compat.h38 #define ioctl(fd, ioc, zc) zcmd_ioctl((fd), (ioc), (zc)) macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-utils.h80 #define ioctl(X,Y,Z) ioctl_with_trace (X, Y, Z, __FILE__, __LINE__) macro
H A Dstandalone.c44 ioctl (int desc, int code, int arg) function
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c63 ATF_TC(ioctl); variable
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsocket.c21 #define ioctl(fd, opt, val) ioctlsocket(fd, opt, (u_long *)(val)) macro
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h110 #undef ioctl macro
112 #define ioctl(s,req,ptr) swrap_ioctl(s,req,ptr) macro
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_time.c91 #undef ioctl macro
92 #define ioctl ioctlsocket macro
/freebsd-11-stable/lib/libc/include/
H A Dnamespace.h79 #define ioctl _ioctl macro
H A Dun-namespace.h60 #undef ioctl macro
/freebsd-11-stable/stand/libsa/
H A Dioctl.c69 ioctl(fd, cmd, arg) function
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend.h259 fe_ioctl_t ioctl; /* passed to CTL */ member in struct:ctl_frontend
H A Dctl_backend.h190 be_ioctl_t ioctl; /* passed to CTL */ member in struct:ctl_backend_driver
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h72 int (*ioctl)(struct usb_interface *intf, unsigned int code, void *buf); member in struct:usb_driver
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_drv.c705 drm_ioctl_desc_t *ioctl; local
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_drv.c362 struct drm_ioctl_desc *ioctl; local
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dfbreg.h183 vi_ioctl_t *ioctl; member in struct:video_switch
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewirereg.h147 int (*ioctl) (struct cdev *, u_long, caddr_t, int, fw_proc *); member in struct:firewire_comm
/freebsd-11-stable/sys/dev/iir/
H A Diir.h421 } ioctl; /* IOCTL command structure */ member in union:gdt_ucmd::__anon10268
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c902 hssi_ioctl(softc_t *sc, struct ioctl *ioctl) argument
1281 t3_ioctl(softc_t *sc, struct ioctl *ioctl) argument
1505 ssi_ioctl(softc_t *sc, struct ioctl *ioctl) argument
2168 t1_ioctl(softc_t *sc, struct ioctl *ioctl) argument
3149 struct ioctl ioctl; local
3378 struct ioctl *ioctl = (struct ioctl *) data; local
[all...]
H A Dif_lmc.h903 struct ioctl struct
1040 int (* ioctl)(softc_t *, struct ioctl *); /* can sleep */ member in struct:card
[all...]
/freebsd-11-stable/sys/dev/mly/
H A Dmly.c1108 mly_ioctl(struct mly_softc *sc, struct mly_command_ioctl *ioctl, void **data, size_t datasize, u_int8_t *status, void *sense_buffer, size_t *sense_length) argument
[all...]
H A Dmlyreg.h1176 struct mly_command_ioctl ioctl; member in union:mly_command_packet
/freebsd-11-stable/sys/dev/mmc/
H A Dmmcsd.c116 int ioctl; member in struct:mmcsd_part
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp19 int ioctl(int d, int request, ...) { function
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h163 svn_error_t *(*ioctl)(svn_fs_ioctl_code_t ctlcode, member in struct:fs_library_vtable_t
276 svn_error_t *(*ioctl)(svn_fs_t *fs, svn_fs_ioctl_code_t ctlcode, member in struct:fs_vtable_t

Completed in 310 milliseconds

12