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

12

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_compat.h38 #define ioctl(fd, ioc, zc) zcmd_ioctl((fd), (ioc), (zc)) macro
/freebsd-10-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-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.cpp38 ioctl (int d, int request, ...) function
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c63 ATF_TC(ioctl); variable
/freebsd-10-stable/contrib/ntp/libntp/
H A Dsocket.c21 #define ioctl(fd, opt, val) ioctlsocket(fd, opt, (u_long *)(val)) macro
/freebsd-10-stable/contrib/ofed/libsdp/src/
H A Dport.c36 #define ioctl __real_ioctl macro
69 #undef ioctl macro
175 ioctl_func_t ioctl; member in struct:socket_lib_funcs
468 ioctl(int fd, function
[all...]
/freebsd-10-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-10-stable/crypto/openssl/apps/
H A Ds_time.c91 #undef ioctl macro
92 #define ioctl ioctlsocket macro
/freebsd-10-stable/lib/libc/include/
H A Dnamespace.h78 #define ioctl _ioctl macro
H A Dun-namespace.h59 #undef ioctl macro
/freebsd-10-stable/lib/libstand/
H A Dioctl.c69 ioctl(fd, cmd, arg) function
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_backend.h203 be_ioctl_t ioctl; /* passed to CTL */ member in struct:ctl_backend_driver
H A Dctl_frontend.h259 fe_ioctl_t ioctl; /* passed to CTL */ member in struct:ctl_frontend
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_drv.c728 drm_ioctl_desc_t *ioctl; local
[all...]
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_drv.c362 struct drm_ioctl_desc *ioctl; local
[all...]
/freebsd-10-stable/sys/dev/fb/
H A Dfbreg.h203 vi_ioctl_t *ioctl; member in struct:video_switch
/freebsd-10-stable/sys/dev/firewire/
H A Dfirewirereg.h157 int (*ioctl) (struct cdev *, u_long, caddr_t, int, fw_proc *); member in struct:firewire_comm
/freebsd-10-stable/sys/dev/iir/
H A Diir.h421 } ioctl; /* IOCTL command structure */ member in union:gdt_ucmd::__anon8863
/freebsd-10-stable/sys/dev/kbd/
H A Dkbdreg.h154 kbd_ioctl_t *ioctl; member in struct:keyboard_switch
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c1080 hssi_ioctl(softc_t *sc, struct ioctl *ioctl) argument
1459 t3_ioctl(softc_t *sc, struct ioctl *ioctl) argument
1683 ssi_ioctl(softc_t *sc, struct ioctl *ioctl) argument
2346 t1_ioctl(softc_t *sc, struct ioctl *ioctl) argument
4035 struct ioctl ioctl; local
4284 struct ioctl *ioctl = (struct ioctl *) data; local
[all...]
H A Dif_lmc.h910 struct ioctl struct
1056 int (* ioctl)(softc_t *, struct ioctl *); /* can sleep */ member in struct:card
[all...]
/freebsd-10-stable/sys/dev/mly/
H A Dmly.c1083 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-10-stable/sys/dev/mmc/
H A Dmmcsd.c116 int ioctl; member in struct:mmcsd_part
[all...]

Completed in 357 milliseconds

12