/freebsd/contrib/netbsd-tests/lib/libc/ttyio/ |
H A D | t_ttyio.c | 64 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 D | ioctl.c | 64 ioctl(int fd, u_long cmd, void *arg) in ioctl() function
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma.c | 220 bcma_read_ioctl(device_t dev, device_t child, uint16_t *ioctl) in bcma_read_ioctl() 238 uint32_t ioctl; in bcma_write_ioctl() local 265 uint16_t ioctl; in bcma_is_hw_suspended() local 294 bcma_reset_hw(device_t dev, device_t child, uint16_t ioctl, in bcma_reset_hw() 343 bcma_suspend_hw(device_t dev, device_t child, uint16_t ioctl) in bcma_suspend_hw()
|
/freebsd/contrib/ntp/libntp/ |
H A D | socket.c | 21 #define ioctl(fd, opt, val) ioctlsocket(fd, opt, (u_long *)(val)) macro
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.cpp | 19 int ioctl(int d, int request, ...) { in ioctl() function
|
/freebsd/sys/dev/bhnd/siba/ |
H A D | siba.c | 656 siba_read_ioctl(device_t dev, device_t child, uint16_t *ioctl) in siba_read_ioctl() 696 uint16_t ioctl; in siba_is_hw_suspended() local 724 siba_reset_hw(device_t dev, device_t child, uint16_t ioctl, in siba_reset_hw() 789 siba_suspend_hw(device_t dev, device_t child, uint16_t ioctl) in siba_suspend_hw()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_drv.c | 360 struct drm_ioctl_desc *ioctl; in drm_ioctl() local
|
H A D | drmP.h | 310 #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 D | socket_wrapper.h | 112 #define ioctl(s,req,ptr) swrap_ioctl(s,req,ptr) macro
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend.h | 191 be_ioctl_t ioctl; /* passed to CTL */ member
|
H A D | ctl_frontend.h | 253 fe_ioctl_t ioctl; /* passed to CTL */ member
|
/freebsd/sys/geom/ |
H A D | geom.h | 111 g_ioctl_t *ioctl; member 144 g_ioctl_t *ioctl; member
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 770 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 D | usb.h | 72 int (*ioctl)(struct usb_interface *intf, unsigned int code, void *buf); member
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 79 #define ioctl _ioctl macro
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_dev.c | 388 const struct vmmdev_ioctl *ioctl; in vmmdev_ioctl() local
|
/freebsd/sys/dev/kbd/ |
H A D | kbdreg.h | 91 kbd_ioctl_t *ioctl; member
|
/freebsd/sys/dev/firewire/ |
H A D | firewirereg.h | 147 int (*ioctl) (struct cdev *, u_long, caddr_t, int, fw_proc *); member
|
/freebsd/sys/net/ |
H A D | netmap_user.h | 532 #define ioctl win_nm_ioctl /* from now on, within this file ... */ macro
|
/freebsd/sys/dev/mmc/ |
H A D | mmcsd.c | 110 int ioctl; member
|
/freebsd/sys/dev/fb/ |
H A D | fbreg.h | 166 vi_ioctl_t *ioctl; member
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn.c | 1502 uint16_t ioctl, ioctl_mask; in bwn_reset_core() local [all...] |