Home
last modified time | relevance | path

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

12

/xnu-8792.61.2/bsd/sys/
H A Dttycom.h90 #define TIOCMODS _IOW('t', 4, int) /* set modem control state */
106 #define TIOCFLUSH _IOW('t', 16, int) /* flush buffers */
109 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
110 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
111 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
114 #define TIOCSETA_32 _IOW('t', 20, struct termios32) /* set termios struct */
115 #define TIOCSETAW_32 _IOW('t', 21, struct termios32) /* drain output, set */
116 #define TIOCSETAF_32 _IOW('t', 22, struct termios32) /* drn out, fls in, set */
118 #define TIOCSETA_64 _IOW('t', 20, struct user_termios)
119 #define TIOCSETAW_64 _IOW('t', 21, struct user_termios)
[all …]
H A Dsockio.h72 #define SIOCSHIWAT _IOW('s', 0, int) /* set high watermark */
74 #define SIOCSLOWAT _IOW('s', 2, int) /* set low watermark */
77 #define SIOCSPGRP _IOW('s', 8, int) /* set process group */
83 #define SIOCSIFADDR _IOW('i', 12, struct ifreq) /* set ifnet address */
87 #define SIOCSIFDSTADDR _IOW('i', 14, struct ifreq) /* set p-p address */
91 #define SIOCSIFFLAGS _IOW('i', 16, struct ifreq) /* set ifnet flags */
96 #define SIOCSIFBRDADDR _IOW('i', 19, struct ifreq) /* set broadcast addr */
103 #define SIOCSIFNETMASK _IOW('i', 22, struct ifreq) /* set net addr mask */
105 #define SIOCSIFMETRIC _IOW('i', 24, struct ifreq) /* set IF metric */
106 #define SIOCDIFADDR _IOW('i', 25, struct ifreq) /* delete IF addr */
[all …]
H A Dioctl_compat.h111 # define TIOCSETD _IOW('t', 1, int) /* set line discipline */
114 # define OTIOCSETD _IOW('t', 1, int) /* set line discipline */
118 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */
119 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/
120 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */
176 #define TIOCLBIS _IOW('t', 127, int) /* bis local mode bits */
177 #define TIOCLBIC _IOW('t', 126, int) /* bic local mode bits */
178 #define TIOCLSET _IOW('t', 125, int) /* set entire local mode word */
195 #define TIOCSLTC _IOW('t',117,struct ltchars)/* set local special chars*/
H A Ddisklabel.h346 #define DIOCSDINFO _IOW('d', 102, struct disklabel)/* set */
347 #define DIOCWDINFO _IOW('d', 103, struct disklabel)/* set, update disk */
348 #define DIOCGPART _IOW('d', 104, struct partinfo) /* get partition */
354 #define DIOCSSTEP _IOW('d', 107, int) /* set step rate */
355 #define DIOCSRETRIES _IOW('d', 108, int) /* set # of retries */
356 #define DIOCWLABEL _IOW('d', 109, int) /* write en/disable label */
358 #define DIOCSBAD _IOW('d', 110, struct dkbad) /* set kernel dkbad */
H A Ddisk.h193 #define DKIOCSYNCHRONIZE _IOW('d', 22, dk_synchronize_t)
195 #define DKIOCFORMAT _IOW('d', 26, dk_format_capacity_t)
206 #define DKIOCUNMAP _IOW('d', 31, dk_unmap_t)
269 #define DKIOCSETBLOCKSIZE _IOW('d', 24, uint32_t)
278 #define DKIOCSETTIER _IOW('d', 85, dk_set_tier_t)
309 #define _DKIOCCSSETLVNAME _IOW('d', 198, char[256])
310 #define _DKIOCCSPINEXTENT _IOW('d', 199, _dk_cs_pin_t)
311 #define _DKIOCCSUNPINEXTENT _IOW('d', 200, _dk_cs_pin_t)
H A Dfsctl.h329 #define FSIOC_SYNC_VOLUME _IOW('A', 1, uint32_t)
332 #define FSIOC_SET_PACKAGE_EXTS _IOW('A', 2, struct package_ext_info)
341 #define FSIOC_SET_FSTYPENAME_OVERRIDE _IOW('A', 10, fstypename_t)
364 #define DISK_CONDITIONER_IOC_SET _IOW('A', 19, disk_conditioner_info)
376 #define FSIOC_GRAFT_FS _IOW('A', 22, fsioc_graft_fs_t)
379 #define FSIOC_UNGRAFT_FS _IOW('A', 23, fsioc_ungraft_fs_t)
382 #define FSIOC_AUTH_FS _IOW('A', 24, fsioc_auth_fs_t)
414 #define FSIOC_KERNEL_ROOTAUTH _IOW('h', 51, uint32_t)
H A Dfilio.h78 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */
79 #define FIOASYNC _IOW('f', 125, int) /* set/clear async i/o */
80 #define FIOSETOWN _IOW('f', 124, int) /* set owner */
H A Dfsevents.h129 #define FSEVENTS_CLONE _IOW('s', 1, fsevent_clone_args)
140 #define FSEVENTS_DEVICE_FILTER _IOW('s', 100, fsevent_dev_filter_args)
144 #define FSEVENTS_UNMOUNT_PENDING_ACK _IOW('s', 104, dev_t)
H A Dvcmd.h74 #define VSETSTATE _IOW('v', 1, int)
H A Dperfmon_private.h95 PERFMON_CTL_SET_ATTR = _IOW('P', 6, struct perfmon_attr),
H A Dioccom.h95 #define _IOW(g, n, t) _IOC(IOC_IN, (g), (n), sizeof(t)) macro
H A Dmount.h795 #define VFSIOC_MOUNT_SNAPSHOT _IOW('V', 1, struct fs_snapshot_mount_args)
800 #define VFSIOC_REVERT_SNAPSHOT _IOW('V', 2, struct fs_snapshot_revert_args)
805 #define VFSIOC_ROOT_SNAPSHOT _IOW('V', 3, struct fs_snapshot_root_args)
819 #define VFSIOC_MOUNT_BYROLE _IOW('V', 4, fs_role_mount_args_t)
H A Dkern_event.h228 #define SIOCSKEVFILT _IOW('e', 2, struct kev_request)
/xnu-8792.61.2/bsd/net/
H A Dif_ppp.h131 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */
133 #define PPPIOCSASYNCMAP _IOW('t', 87, int) /* set async map */
136 #define PPPIOCSRASYNCMAP _IOW('t', 84, int) /* set receive async map */
138 #define PPPIOCSMRU _IOW('t', 82, int) /* set max receive unit */
139 #define PPPIOCSMAXCID _IOW('t', 81, int) /* set VJ max slot ID */
141 #define PPPIOCSXASYNCMAP _IOW('t', 79, ext_accm) /* set extended ACCM */
143 #define PPPIOCSCOMPRESS _IOW('t', 77, struct ppp_option_data)
145 #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */
147 #define PPPIOCSPASS _IOW('t', 71, struct bpf_program) /* set pass filter */
148 #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */
[all …]
H A Dbpf.h216 #define BIOCSETF _IOW('B',103, struct bpf_program)
218 #define BIOCSETF64 _IOW('B',103, struct bpf_program64)
219 #define BIOCSETF32 _IOW('B',103, struct bpf_program32)
225 #define BIOCSETIF _IOW('B',108, struct ifreq)
226 #define BIOCSRTIMEOUT _IOW('B',109, struct timeval)
228 #define BIOCSRTIMEOUT64 _IOW('B',109, struct user64_timeval)
229 #define BIOCSRTIMEOUT32 _IOW('B',109, struct user32_timeval)
237 #define BIOCIMMEDIATE _IOW('B',112, u_int)
240 #define BIOCSRSIG _IOW('B',115, u_int)
242 #define BIOCSHDRCMPLT _IOW('B',117, u_int)
[all …]
/xnu-8792.61.2/bsd/security/audit/
H A Daudit_ioctl.h59 #define AUDITPIPE_SET_QLIMIT _IOW(AUDITPIPE_IOBASE, 3, u_int)
63 #define AUDITPIPE_SET_PRESELECT_FLAGS _IOW(AUDITPIPE_IOBASE, 7, au_mask_t)
65 #define AUDITPIPE_SET_PRESELECT_NAFLAGS _IOW(AUDITPIPE_IOBASE, 9, au_mask_t)
68 #define AUDITPIPE_SET_PRESELECT_AUID _IOW(AUDITPIPE_IOBASE, 11, \
70 #define AUDITPIPE_DELETE_PRESELECT_AUID _IOW(AUDITPIPE_IOBASE, 12, au_id_t)
73 #define AUDITPIPE_SET_PRESELECT_MODE _IOW(AUDITPIPE_IOBASE, 15, int)
90 #define AUDITSDEV_SET_QLIMIT _IOW(AUDITSDEV_IOBASE, 3, u_int)
100 #define AUDITSDEV_SET_ALLSESSIONS _IOW(AUDITSDEV_IOBASE, 101, u_int)
/xnu-8792.61.2/san/coverage/
H A Dkcov_ksancov.h43 #define KSANCOV_IOC_TRACE _IOW('K', 1, size_t) /* number of pcs */
45 #define KSANCOV_IOC_STKSIZE _IOW('K', 3, size_t) /* number of pcs */
54 #define KSANCOV_IOC_START _IOW('K', 10, uintptr_t)
56 #define KSANCOV_IOC_TESTPANIC _IOW('K', 20, uint64_t)
/xnu-8792.61.2/bsd/netinet6/
H A Din6_var.h588 #define SIOCSIFADDR_IN6 _IOW('i', 12, struct in6_ifreq)
595 #define SIOCSIFDSTADDR_IN6 _IOW('i', 14, struct in6_ifreq)
596 #define SIOCSIFNETMASK_IN6 _IOW('i', 22, struct in6_ifreq)
601 #define SIOCDIFADDR_IN6 _IOW('i', 25, struct in6_ifreq)
602 #define SIOCAIFADDR_IN6 _IOW('i', 26, struct in6_aliasreq)
604 #define SIOCAIFADDR_IN6_32 _IOW('i', 26, struct in6_aliasreq_32)
605 #define SIOCAIFADDR_IN6_64 _IOW('i', 26, struct in6_aliasreq_64)
608 #define SIOCSIFPHYADDR_IN6 _IOW('i', 62, struct in6_aliasreq)
610 #define SIOCSIFPHYADDR_IN6_32 _IOW('i', 62, struct in6_aliasreq_32)
611 #define SIOCSIFPHYADDR_IN6_64 _IOW('i', 62, struct in6_aliasreq_64)
[all …]
/xnu-8792.61.2/iokit/Kernel/
H A DIOPMrootDomainInternal.h41 #define PMIOCGETVARIDINFO _IOW('P', 25, uint64_t)
42 #define PMIOCGETVARNAMEINFO _IOW('P', 26, uint64_t)
43 #define PMIOCSETVARINFO _IOW('P', 27, uint64_t)
/xnu-8792.61.2/bsd/dev/
H A Dkmreg_com.h90 #define KMIOCDRAWRECT _IOW('k', 5, struct km_drawrect) /* Draw rect from
92 #define KMIOCERASERECT _IOW('k', 6, struct km_drawrect) /* Erase a rect */
98 #define KMIOCANIMCTL _IOW('k',9, km_anim_ctl_t)
/xnu-8792.61.2/san/tools/
H A Dksancov.h44 #define KSANCOV_IOC_TRACE _IOW('K', 1, size_t) /* number of pcs */
46 #define KSANCOV_IOC_STKSIZE _IOW('K', 3, size_t) /* number of pcs */
55 #define KSANCOV_IOC_START _IOW('K', 10, uintptr_t)
/xnu-8792.61.2/libkern/firehose/
H A Dioctl_private.h31 #define LOGFLUSHED _IOW('t', 81, firehose_push_reply_t)
/xnu-8792.61.2/bsd/netinet/
H A Dif_tun.h74 #define TUNSDEBUG _IOW('t', 90, int)
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dnexus_ioctl.h74 _IOW('n', 2, struct nxctl_remove_traffic_rule_iocargs)
/xnu-8792.61.2/tests/
H A Dtcp_input_outputopts_uaf_56155583.c38 T_ASSERT_EQ(ioctl(-1, _IOW('x', 0, spraybuf), spraybuf), -1, NULL); in setopt_thread()

12