Home
last modified time | relevance | path

Searched defs:ioctl (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c64 ATF_TC_HEAD(ioctl, tc) in ATF_TC_HEAD() argument
78 ATF_TC_BODY(ioctl, tc) in ATF_TC_BODY() argument
/freebsd/stand/libsa/
H A Dioctl.c64 ioctl(int fd, u_long cmd, void *arg) in ioctl() function
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma.c221 bcma_read_ioctl(device_t dev, device_t child, uint16_t *ioctl) in bcma_read_ioctl()
239 uint32_t ioctl; in bcma_write_ioctl() local
266 uint16_t ioctl; in bcma_is_hw_suspended() local
295 bcma_reset_hw(device_t dev, device_t child, uint16_t ioctl, in bcma_reset_hw()
344 bcma_suspend_hw(device_t dev, device_t child, uint16_t ioctl) in bcma_suspend_hw()
/freebsd/contrib/ntp/libntp/
H A Dsocket.c21 #define ioctl(fd, opt, val) ioctlsocket(fd, opt, (u_long *)(val)) macro
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp19 int ioctl(int d, int request, ...) { in ioctl() function
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c657 siba_read_ioctl(device_t dev, device_t child, uint16_t *ioctl) in siba_read_ioctl()
697 uint16_t ioctl; in siba_is_hw_suspended() local
725 siba_reset_hw(device_t dev, device_t child, uint16_t ioctl, in siba_reset_hw()
790 siba_suspend_hw(device_t dev, device_t child, uint16_t ioctl) in siba_suspend_hw()
/freebsd/sys/dev/drm2/
H A Ddrm_drv.c360 struct drm_ioctl_desc *ioctl; in drm_ioctl() local
H A DdrmP.h310 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument
313 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
/freebsd/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h112 #define ioctl(s,req,ptr) swrap_ioctl(s,req,ptr) macro
/freebsd/sys/cam/ctl/
H A Dctl_backend.h191 be_ioctl_t ioctl; /* passed to CTL */ member
H A Dctl_frontend.h253 fe_ioctl_t ioctl; /* passed to CTL */ member
/freebsd/sys/geom/
H A Dgeom.h111 g_ioctl_t *ioctl; member
144 g_ioctl_t *ioctl; member
/freebsd/sys/dev/bhnd/
H A Dbhnd.h770 bhnd_read_ioctl(device_t dev, uint16_t *ioctl) in bhnd_read_ioctl()
848 bhnd_reset_hw(device_t dev, uint16_t ioctl, uint16_t reset_ioctl) in bhnd_reset_hw()
868 bhnd_suspend_hw(device_t dev, uint16_t ioctl) in bhnd_suspend_hw()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h72 int (*ioctl)(struct usb_interface *intf, unsigned int code, void *buf); member
/freebsd/lib/libc/include/
H A Dnamespace.h79 #define ioctl _ioctl macro
/freebsd/sys/dev/kbd/
H A Dkbdreg.h91 kbd_ioctl_t *ioctl; member
/freebsd/sys/dev/firewire/
H A Dfirewirereg.h147 int (*ioctl) (struct cdev *, u_long, caddr_t, int, fw_proc *); member
/freebsd/sys/net/
H A Dnetmap_user.h532 #define ioctl win_nm_ioctl /* from now on, within this file ... */ macro
/freebsd/sys/dev/mmc/
H A Dmmcsd.c110 int ioctl; member
/freebsd/sys/dev/fb/
H A Dfbreg.h166 vi_ioctl_t *ioctl; member
/freebsd/sys/dev/bwn/
H A Dif_bwn.c1502 uint16_t ioctl, ioctl_mask; in bwn_reset_core() local