Home
last modified time | relevance | path

Searched refs:_IOW (Results 1 – 25 of 135) sorted by relevance

123456

/freebsd/sys/sys/
H A Dsockio.h38 #define SIOCSHIWAT _IOW('s', 0, int) /* set high watermark */
40 #define SIOCSLOWAT _IOW('s', 2, int) /* set low watermark */
43 #define SIOCSPGRP _IOW('s', 8, int) /* set process group */
51 #define SIOCSIFADDR _IOW('i', 12, struct ifreq) /* set ifnet address */
54 #define SIOCSIFDSTADDR _IOW('i', 14, struct ifreq) /* set p-p address */
57 #define SIOCSIFFLAGS _IOW('i', 16, struct ifreq) /* set ifnet flags */
61 #define SIOCSIFBRDADDR _IOW('i', 19, struct ifreq) /* set broadcast addr */
66 #define SIOCSIFNETMASK _IOW('i', 22, struct ifreq) /* set net addr mask */
68 #define SIOCSIFMETRIC _IOW('i', 24, struct ifreq) /* set IF metric */
69 #define SIOCDIFADDR _IOW('i', 25, struct ifreq) /* delete IF addr */
[all …]
H A Dttycom.h55 #define TIOCFLUSH _IOW('t', 16, int) /* flush buffers */
58 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
59 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
60 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
63 #define TIOCSETD _IOW('t', 27, int) /* set line discipline */
67 #define TIOCSDRAINWAIT _IOW('t', 87, int) /* set ttywait timeout */
73 #define TIOCMSDTRWAIT _IOW('t', 91, int) /* modem: set wait on close */
78 #define TIOCEXT _IOW('t', 96, int) /* pty: external processing */
80 #define TIOCCONS _IOW('t', 98, int) /* become virtual console */
84 #define TIOCUCNTL _IOW('t', 102, int) /* pty: set/clr usr cntl mode */
[all …]
H A Dcdrio.h119 #define CDRIOCBLANK _IOW('c', 100, int)
125 #define CDRIOCINITWRITER _IOW('c', 102, int)
126 #define CDRIOCINITTRACK _IOW('c', 103, struct cdr_track)
127 #define CDRIOCSENDCUE _IOW('c', 104, struct cdr_cuesheet)
129 #define CDRIOCFIXATE _IOW('c', 106, int)
130 #define CDRIOCREADSPEED _IOW('c', 107, int)
131 #define CDRIOCWRITESPEED _IOW('c', 108, int)
134 #define CDRIOCSETBLOCKSIZE _IOW('c', 110, int)
137 #define CDRIOCFORMAT _IOW('c', 113, struct cdr_format_params)
H A Dconsio.h66 #define KDRASTER _IOW('K', 100, scr_size_t)
75 #define PIO_SCRNMAP _IOW('k', 3, scrmap_t)
93 #define CONS_BLANKTIME _IOW('c', 4, int)
104 #define CONS_SSAVER _IOW('c', 5, ssaver_t)
116 #define CONS_CURSORTYPE _IOW('c', 7, int)
121 #define CONS_BELLTYPE _IOW('c', 8, int)
124 #define CONS_HISTORY _IOW('c', 9, int)
180 #define CONS_SAVERMODE _IOW('c', 12, int)
183 #define CONS_SAVERSTART _IOW('c', 13, int)
202 #define CONS_SETCURSORSHAPE _IOW('c', 15, struct cshape)
[all …]
H A Dioctl_compat.h74 #define OTIOCSETD _IOW('t', 1, int) /* set line discipline */
77 #define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */
78 #define TIOCSETN _IOW('t',10, struct sgttyb) /* as above, but no flush */
79 #define TIOCSETC _IOW('t',17, struct tchars) /* set special characters */
130 #define TIOCSLTC _IOW('t', 117,struct ltchars) /* set special chars */
147 #define TIOCLSET _IOW('t', 125, int) /* set entire local mode word */
148 #define TIOCLBIC _IOW('t', 126, int) /* bic local mode bits */
149 #define TIOCLBIS _IOW('t', 127, int) /* bis local mode bits */
H A Dwatchdog.h38 #define WDIOCPATPAT _IOW('W', 42, u_int) /* pat the watchdog */
39 #define WDIOC_SETTIMEOUT _IOW('W', 43, int) /* set/reset the timer */
43 #define WDIOC_SETPRETIMEOUT _IOW('W', 47, int) /* set the pre-timeout */
45 #define WDIOC_SETPRETIMEOUTACT _IOW('W', 48, int)
48 #define WDIOC_SETSOFT _IOW('W', 49, int)
49 #define WDIOC_SETSOFTTIMEOUTACT _IOW('W', 50, int)
H A Dchio.h267 #define CHIOMOVE _IOW('c', 0x01, struct changer_move)
268 #define CHIOEXCHANGE _IOW('c', 0x02, struct changer_exchange)
269 #define CHIOPOSITION _IOW('c', 0x03, struct changer_position)
271 #define CHIOSPICKER _IOW('c', 0x05, int)
273 #define CHIOIELEM _IOW('c', 0x07, u_int32_t)
274 #define OCHIOGSTATUS _IOW('c', 0x08, struct changer_element_status_request)
275 #define CHIOSETVOLTAG _IOW('c', 0x09, struct changer_set_voltag_request)
276 #define CHIOGSTATUS _IOW('c', 0x0A, struct changer_element_status_request)
/freebsd/sys/amd64/include/
H A Dvmm_dev.h341 _IOW('v', IOCNUM_RUN, struct vm_run)
343 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
347 _IOW('v', IOCNUM_ALLOC_MEMSEG, struct vm_memseg)
351 _IOW('v', IOCNUM_MMAP_MEMSEG, struct vm_memmap)
355 _IOW('v', IOCNUM_MUNMAP_MEMSEG, struct vm_munmap)
357 _IOW('v', IOCNUM_SET_REGISTER, struct vm_register)
361 _IOW('v', IOCNUM_SET_SEGMENT_DESCRIPTOR, struct vm_seg_desc)
365 _IOW('v', IOCNUM_SET_REGISTER_SET, struct vm_register_set)
369 _IOW('v', IOCNUM_SET_KERNEMU_DEV, \
375 _IOW('v', IOCNUM_INJECT_EXCEPTION, struct vm_exception)
[all …]
/freebsd/sys/dev/usb/
H A Dusb_ioctl.h236 #define USB_SETDEBUG _IOW ('U', 2, int)
240 #define USB_DEVICEENUMERATE _IOW ('U', 6, int)
244 #define USB_SET_IMMED _IOW ('U', 22, int)
246 #define USB_SET_REPORT _IOW ('U', 24, struct usb_gen_descriptor)
251 #define USB_SET_CONFIG _IOW ('U', 101, int)
262 #define USB_SET_RX_SHORT_XFER _IOW ('U', 113, int)
263 #define USB_SET_RX_TIMEOUT _IOW ('U', 114, int)
266 #define USB_SET_RX_BUFFER_SIZE _IOW ('U', 118, int)
267 #define USB_SET_RX_STALL_FLAG _IOW ('U', 119, int)
268 #define USB_SET_TX_STALL_FLAG _IOW ('U', 120, int)
[all …]
H A Duftdiio.h87 #define UFTDIIOC_SET_BITMODE _IOW('c', 3, struct uftdi_bitmode)
89 #define UFTDIIOC_SET_ERROR_CHAR _IOW('c', 5, int) /* -1 to disable */
90 #define UFTDIIOC_SET_EVENT_CHAR _IOW('c', 6, int) /* -1 to disable */
91 #define UFTDIIOC_SET_LATENCY _IOW('c', 7, int) /* 1-255 ms */
95 #define UFTDIIOC_WRITE_EEPROM _IOW('c', 11, struct uftdi_eeio)
96 #define UFTDIIOC_ERASE_EEPROM _IOW('c', 12, int)
/freebsd/sys/riscv/include/
H A Dvmm_dev.h207 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
211 _IOW('v', IOCNUM_ALLOC_MEMSEG, struct vm_memseg)
215 _IOW('v', IOCNUM_MMAP_MEMSEG, struct vm_memmap)
219 _IOW('v', IOCNUM_MUNMAP_MEMSEG, struct vm_munmap)
221 _IOW('v', IOCNUM_SET_REGISTER, struct vm_register)
225 _IOW('v', IOCNUM_SET_REGISTER_SET, struct vm_register_set)
229 _IOW('v', IOCNUM_SET_CAPABILITY, struct vm_capability)
237 _IOW('v', IOCNUM_ASSERT_IRQ, struct vm_irq)
239 _IOW('v', IOCNUM_DEASSERT_IRQ, struct vm_irq)
241 _IOW('v', IOCNUM_RAISE_MSI, struct vm_msi)
[all …]
/freebsd/sys/arm64/include/
H A Dvmm_dev.h214 _IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
218 _IOW('v', IOCNUM_ALLOC_MEMSEG, struct vm_memseg)
222 _IOW('v', IOCNUM_MMAP_MEMSEG, struct vm_memmap)
226 _IOW('v', IOCNUM_MUNMAP_MEMSEG, struct vm_munmap)
228 _IOW('v', IOCNUM_SET_REGISTER, struct vm_register)
232 _IOW('v', IOCNUM_SET_REGISTER_SET, struct vm_register_set)
236 _IOW('v', IOCNUM_SET_CAPABILITY, struct vm_capability)
244 _IOW('v', IOCNUM_ASSERT_IRQ, struct vm_irq)
246 _IOW('v', IOCNUM_DEASSERT_IRQ, struct vm_irq)
248 _IOW('v', IOCNUM_RAISE_MSI, struct vm_msi)
[all …]
/freebsd/sys/fs/cuse/
H A Dcuse_ioctl.h75 #define CUSE_IOCTL_WRITE_DATA _IOW('C', 1, struct cuse_data_chunk)
76 #define CUSE_IOCTL_READ_DATA _IOW('C', 2, struct cuse_data_chunk)
77 #define CUSE_IOCTL_SYNC_COMMAND _IOW('C', 3, int)
79 #define CUSE_IOCTL_ALLOC_MEMORY _IOW('C', 5, struct cuse_alloc_info)
80 #define CUSE_IOCTL_FREE_MEMORY _IOW('C', 6, struct cuse_alloc_info)
81 #define CUSE_IOCTL_SET_PFH _IOW('C', 7, uintptr_t)
82 #define CUSE_IOCTL_CREATE_DEV _IOW('C', 8, struct cuse_create_dev)
83 #define CUSE_IOCTL_DESTROY_DEV _IOW('C', 9, struct cuse_dev *)
85 #define CUSE_IOCTL_FREE_UNIT _IOW('C',11, int)
86 #define CUSE_IOCTL_SELWAKEUP _IOW('C',12, int)
/freebsd/sys/contrib/v4l/
H A Dvideodev.h256 #define VIDIOCSCHAN _IOW('v',3,struct video_channel) /* Set channel */
258 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
260 #define VIDIOCSPICT _IOW('v',7,struct video_picture) /* Set picture properties */
261 #define VIDIOCCAPTURE _IOW('v',8,int) /* Start, end capture */
263 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip…
265 #define VIDIOCSFBUF _IOW('v',12, struct video_buffer) /* Set frame buffer - root only */
268 #define VIDIOCSFREQ _IOW('v',15, unsigned long) /* Set tuner */
270 #define VIDIOCSAUDIO _IOW('v',17, struct video_audio) /* Audio source, mute etc */
271 #define VIDIOCSYNC _IOW('v',18, int) /* Sync with mmap grabbing */
272 #define VIDIOCMCAPTURE _IOW('v',19, struct video_mmap) /* Grab frames */
[all …]
/freebsd/sys/dev/ppbus/
H A Dppi.h44 #define PPISDATA _IOW('P', 16, u_int8_t)
45 #define PPISSTATUS _IOW('P', 17, u_int8_t)
46 #define PPISCTRL _IOW('P', 18, u_int8_t)
47 #define PPISEPPD _IOW('P', 19, u_int8_t)
48 #define PPISECR _IOW('P', 20, u_int8_t)
49 #define PPISFIFO _IOW('P', 21, u_int8_t)
52 #define PPISEPPA _IOW('P', 23, u_int8_t)
/freebsd/sys/dev/iicbus/
H A Diic.h61 #define I2CSTART _IOW('i', 1, struct iiccmd) /* start condition */
63 #define I2CRSTCARD _IOW('i', 3, struct iiccmd) /* reset the card */
64 #define I2CWRITE _IOW('i', 4, struct iiccmd) /* send data */
65 #define I2CREAD _IOW('i', 5, struct iiccmd) /* receive data */
66 #define I2CRDWR _IOW('i', 6, struct iic_rdwr_data) /* General read/write interface */
67 #define I2CRPTSTART _IOW('i', 7, struct iiccmd) /* repeated start */
68 #define I2CSADDR _IOW('i', 8, uint8_t) /* set slave address for future I/O */
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h112 #define BIOCSETF _IOW(B,103, struct bpf_program)
117 #define BIOCSETIF _IOW(B,108, struct ifreq)
118 #define BIOCSRTIMEOUT _IOW(B,109, struct timeval)
121 #define BIOCIMMEDIATE _IOW(B,112, u_int)
123 #define BIOCSTCPF _IOW(B,114, struct bpf_program)
124 #define BIOCSUDPF _IOW(B,115, struct bpf_program)
128 #define BIOCSETF _IOW('B',103, struct bpf_program)
133 #define BIOCSETIF _IOW('B',108, struct ifreq)
134 #define BIOCSRTIMEOUT _IOW('B',109, struct timeval)
137 #define BIOCIMMEDIATE _IOW('
[all...]
/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h420 #define CHELSIO_T4_SETREG _IOW('f', T4_SETREG, struct t4_reg)
423 #define CHELSIO_T4_SET_FILTER_MODE _IOW('f', T4_SET_FILTER_MODE, uint32_t)
426 #define CHELSIO_T4_DEL_FILTER _IOW('f', T4_DEL_FILTER, struct t4_filter)
429 #define CHELSIO_T4_LOAD_FW _IOW('f', T4_LOAD_FW, struct t4_data)
430 #define CHELSIO_T4_GET_MEM _IOW('f', T4_GET_MEM, struct t4_mem_range)
432 #define CHELSIO_T4_CLEAR_STATS _IOW('f', T4_CLEAR_STATS, uint32_t)
433 #define CHELSIO_T4_SCHED_CLASS _IOW('f', T4_SET_SCHED_CLASS, \
435 #define CHELSIO_T4_SCHED_QUEUE _IOW('f', T4_SET_SCHED_QUEUE, \
438 #define CHELSIO_T4_SET_TRACER _IOW('f', T4_SET_TRACER, struct t4_tracer)
439 #define CHELSIO_T4_LOAD_CFG _IOW('f', T4_LOAD_CFG, struct t4_data)
[all …]
/freebsd/sys/net/
H A Dbpf.h122 #define BIOCSETF _IOW('B', 103, struct bpf_program)
127 #define BIOCSETIF _IOW('B', 108, struct ifreq)
128 #define BIOCSRTIMEOUT _IOW('B', 109, struct timeval)
131 #define BIOCIMMEDIATE _IOW('B', 112, u_int)
134 #define BIOCSRSIG _IOW('B', 115, u_int)
136 #define BIOCSHDRCMPLT _IOW('B', 117, u_int)
138 #define BIOCSDIRECTION _IOW('B', 119, u_int)
139 #define BIOCSDLT _IOW('B', 120, u_int)
142 #define BIOCSETWF _IOW('B', 123, struct bpf_program)
143 #define BIOCFEEDBACK _IOW('B', 124, u_int)
[all …]
/freebsd/sys/dev/ipmi/
H A Dipmi_linux.c60 #define L_IPMICTL_SEND_COMMAND _IOW(IPMI_IOC_MAGIC, 13, struct ipmi_req)
61 #define L_IPMICTL_REGISTER_FOR_CMD _IOW(IPMI_IOC_MAGIC, 14, struct ipmi_cmdspec)
62 #define L_IPMICTL_UNREGISTER_FOR_CMD _IOW(IPMI_IOC_MAGIC, 15, struct ipmi_cmdspec)
63 #define L_IPMICTL_SET_GETS_EVENTS_CMD _IOW(IPMI_IOC_MAGIC, 16, int)
64 #define L_IPMICTL_SET_MY_ADDRESS_CMD _IOW(IPMI_IOC_MAGIC, 17, unsigned int)
65 #define L_IPMICTL_GET_MY_ADDRESS_CMD _IOW(IPMI_IOC_MAGIC, 18, unsigned int)
66 #define L_IPMICTL_SET_MY_LUN_CMD _IOW(IPMI_IOC_MAGIC, 19, unsigned int)
67 #define L_IPMICTL_GET_MY_LUN_CMD _IOW(IPMI_IOC_MAGIC, 20, unsigned int)
/freebsd/sys/dev/smbus/
H A Dsmb.h60 #define SMB_QUICK_WRITE _IOW('i', 1, struct smbcmd)
61 #define SMB_QUICK_READ _IOW('i', 2, struct smbcmd)
62 #define SMB_SENDB _IOW('i', 3, struct smbcmd)
64 #define SMB_WRITEB _IOW('i', 5, struct smbcmd)
65 #define SMB_WRITEW _IOW('i', 6, struct smbcmd)
69 #define SMB_BWRITE _IOW('i', 10, struct smbcmd)
/freebsd/sys/dev/etherswitch/
H A Detherswitch.h132 #define IOETHERSWITCHSETREG _IOW('i', 3, etherswitch_reg_t)
134 #define IOETHERSWITCHSETPORT _IOW('i', 5, etherswitch_port_t)
136 #define IOETHERSWITCHSETVLANGROUP _IOW('i', 7, etherswitch_vlangroup_t)
138 #define IOETHERSWITCHSETPHYREG _IOW('i', 9, etherswitch_phyreg_t)
140 #define IOETHERSWITCHSETCONF _IOW('i', 11, etherswitch_conf_t)
141 #define IOETHERSWITCHFLUSHALL _IOW('i', 12, etherswitch_portid_t) /* Dummy */
142 #define IOETHERSWITCHFLUSHPORT _IOW('i', 13, etherswitch_portid_t)
143 #define IOETHERSWITCHFLUSHMAC _IOW('i', 14, etherswitch_atu_flush_macentry_t)
/freebsd/sys/cam/scsi/
H A Dscsi_sg.h9 #define SG_SET_TIMEOUT _IOW(SGIOC, 0x01, u_int)
14 #define SG_GET_COMMAND_Q _IOW(SGIOC, 0x70, int)
17 #define SG_SET_RESERVED_SIZE _IOW(SGIOC, 0x75, int)
19 #define SG_SET_FORCE_LOW_DMA _IOW(SGIOC, 0x79, int)
21 #define SG_SET_FORCE_PACK_ID _IOW(SGIOC, 0x7b, int)
24 #define SG_SET_DEBUG _IOW(SGIOC, 0x7e, int)
27 #define SG_NEXT_CMD_LEN _IOW(SGIOC, 0x83, int)
28 #define SG_SCSI_RESET _IOW(SGIOC, 0x84, int)
31 #define SG_SET_KEEP_ORPHAN _IOW(SGIOC, 0x87, int)
/freebsd/usr.sbin/dumpcis/
H A Dcardinfo.h45 #define PIOCSMEM _IOW('P', 3, struct mem_desc) /* Set memory map */
47 #define PIOCSIO _IOW('P', 5, struct io_desc) /* Set I/O map */
49 #define PIOCRWFLAG _IOW('P', 7, int) /* Set flags for drv use */
51 #define PIOCSPOW _IOW('P', 9, struct power) /* Set power structure */
52 #define PIOCSVIR _IOW('P', 10, int) /* Virtual insert/remove */
53 #define PIOCSBEEP _IOW('P', 11, int) /* Select Beep */
59 #define PIOCSREG _IOW('P', 101, struct pcic_reg) /* Set reg */
/freebsd/sys/security/audit/
H A Daudit_ioctl.h57 #define AUDITPIPE_SET_QLIMIT _IOW(AUDITPIPE_IOBASE, 3, u_int)
61 #define AUDITPIPE_SET_PRESELECT_FLAGS _IOW(AUDITPIPE_IOBASE, 7, au_mask_t)
63 #define AUDITPIPE_SET_PRESELECT_NAFLAGS _IOW(AUDITPIPE_IOBASE, 9, au_mask_t)
66 #define AUDITPIPE_SET_PRESELECT_AUID _IOW(AUDITPIPE_IOBASE, 11, \
68 #define AUDITPIPE_DELETE_PRESELECT_AUID _IOW(AUDITPIPE_IOBASE, 12, au_id_t)
71 #define AUDITPIPE_SET_PRESELECT_MODE _IOW(AUDITPIPE_IOBASE, 15, int)

123456