Home
last modified time | relevance | path

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

12

/xnu-12377.41.6/bsd/sys/
H A Dsockio.h75 #define SIOCSHIWAT _IOW('s', 0, int) /* set high watermark */
77 #define SIOCSLOWAT _IOW('s', 2, int) /* set low watermark */
80 #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 */
88 #define SIOCSIFFLAGS _IOW('i', 16, struct ifreq) /* set ifnet flags */
90 #define SIOCSIFBRDADDR _IOW('i', 19, struct ifreq) /* set broadcast addr */
91 #define SIOCSIFNETMASK _IOW('i', 22, struct ifreq) /* set net addr mask */
93 #define SIOCSIFMETRIC _IOW('i', 24, struct ifreq) /* set IF metric */
94 #define SIOCDIFADDR _IOW('i', 25, struct ifreq) /* delete IF addr */
[all …]
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 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 Dsockio_private.h128 #define SIOCSPOINTOPOINTMDNS _IOW('i', 95, struct ifreq) /* mDNS on point-to-point interface */
131 #define SIOCSINBANDWAKEPKT _IOW('i', 96, struct ifreq) /* inband wake packet tagging (int) */
134 #define SIOCSLOWPOWERWAKE _IOW('i', 97, struct ifreq) /* low power wake mode (int) */
137 #define SIOCSDRVSPEC32 _IOW('i', 123, struct ifdrv32) /* set driver-specific
141 #define SIOCSDRVSPEC64 _IOW('i', 123, struct ifdrv64) /* set driver-specific
213 #define SIOCSECNMODE _IOW('i', 177, struct ifreq)
294 #define SIOCSIFDELAYWAKEPKTEVENT _IOW('i', 224, struct ifreq)
297 #define SIOCSIFDISABLEINPUT _IOW('i', 225, struct ifreq)
300 #define SIOCSIFCONGESTEDLINK _IOW('i', 226, struct ifreq) /* ifr_intval */
303 #define SIOCSIFISCOMPANIONLINK _IOW('i', 227, struct ifreq) /* marks interface as a companion link …
[all …]
H A Dfsctl.h343 #define FSIOC_SYNC_VOLUME _IOW('A', 1, uint32_t)
346 #define FSIOC_SET_PACKAGE_EXTS _IOW('A', 2, struct package_ext_info)
355 #define FSIOC_SET_FSTYPENAME_OVERRIDE _IOW('A', 10, fstypename_t)
378 #define DISK_CONDITIONER_IOC_SET _IOW('A', 19, disk_conditioner_info)
390 #define FSIOC_GRAFT_FS _IOW('A', 22, fsioc_graft_fs_t)
393 #define FSIOC_UNGRAFT_FS _IOW('A', 23, fsioc_ungraft_fs_t)
396 #define FSIOC_AUTH_FS _IOW('A', 24, fsioc_auth_fs_t)
401 #define FSIOC_EXCLAVE_FS_REGISTER _IOW('A', 25, fsioc_exclave_fs_register_t)
404 #define FSIOC_EXCLAVE_FS_UNREGISTER _IOW('A', 26, uint32_t)
482 #define FSIOC_KERNEL_ROOTAUTH _IOW('h', 51, uint32_t)
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 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 Ddisk.h180 #define DKIOCSYNCHRONIZE _IOW('d', 22, dk_synchronize_t)
182 #define DKIOCFORMAT _IOW('d', 26, dk_format_capacity_t)
193 #define DKIOCUNMAP _IOW('d', 31, dk_unmap_t)
256 #define DKIOCSETBLOCKSIZE _IOW('d', 24, uint32_t)
265 #define DKIOCSETTIER _IOW('d', 85, dk_set_tier_t)
H A Ddisk_private.h68 #define _DKIOCCSSETLVNAME _IOW('d', 198, char[256])
69 #define _DKIOCCSPINEXTENT _IOW('d', 199, _dk_cs_pin_t)
70 #define _DKIOCCSUNPINEXTENT _IOW('d', 200, _dk_cs_pin_t)
H A Dfsevents.h140 #define FSEVENTS_CLONE _IOW('s', 1, fsevent_clone_args)
151 #define FSEVENTS_DEVICE_FILTER _IOW('s', 100, fsevent_dev_filter_args)
155 #define FSEVENTS_UNMOUNT_PENDING_ACK _IOW('s', 104, dev_t)
H A Dvcmd.h74 #define VSETSTATE _IOW('v', 1, int)
H A Dioccom.h95 #define _IOW(g, n, t) _IOC(IOC_IN, (g), (n), sizeof(t)) macro
H A Dkern_event.h228 #define SIOCSKEVFILT _IOW('e', 2, struct kev_request)
/xnu-12377.41.6/bsd/net/
H A Dbpf_private.h119 #define BIOCSETF64 _IOW('B',103, struct bpf_program64)
120 #define BIOCSETF32 _IOW('B',103, struct bpf_program32)
121 #define BIOCSRTIMEOUT64 _IOW('B',109, struct user64_timeval)
122 #define BIOCSRTIMEOUT32 _IOW('B',109, struct user32_timeval)
127 #define BIOCSETTC _IOW('B', 123, int)
128 #define BIOCSEXTHDR _IOW('B', 124, u_int)
131 #define BIOCSETFNR64 _IOW('B',126, struct bpf_program64)
132 #define BIOCSETFNR32 _IOW('B',126, struct bpf_program32)
136 #define BIOCSHEADDROP _IOW('B', 128, int)
138 #define BIOCSTRUNCATE _IOW('B', 129, u_int)
[all …]
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.h178 #define BIOCSETF _IOW('B',103, struct bpf_program)
183 #define BIOCSETIF _IOW('B',108, struct ifreq)
184 #define BIOCSRTIMEOUT _IOW('B',109, struct timeval)
187 #define BIOCIMMEDIATE _IOW('B',112, u_int)
190 #define BIOCSRSIG _IOW('B',115, u_int)
192 #define BIOCSHDRCMPLT _IOW('B',117, u_int)
194 #define BIOCSSEESENT _IOW('B',119, u_int)
195 #define BIOCSDLT _IOW('B',120, u_int)
197 #define BIOCSETFNR _IOW('B', 126, struct bpf_program)
/xnu-12377.41.6/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-12377.41.6/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)
62 #define KSANCOV_IOC_CMPS_TRACE _IOW('K', 70, size_t) /* number of cmps */
63 #define KSANCOV_IOC_CMPS_TRACE_FUNC _IOW('K', 71, size_t) /* number of cmps */
69 #define KSANCOV_IOC_TESTCASES _IOW('K', 100, size_t) /* number of testcases */
/xnu-12377.41.6/bsd/netinet6/
H A Din6_var.h618 #define SIOCSIFADDR_IN6 _IOW('i', 12, struct in6_ifreq)
625 #define SIOCSIFDSTADDR_IN6 _IOW('i', 14, struct in6_ifreq)
626 #define SIOCSIFNETMASK_IN6 _IOW('i', 22, struct in6_ifreq)
631 #define SIOCDIFADDR_IN6 _IOW('i', 25, struct in6_ifreq)
632 #define SIOCAIFADDR_IN6 _IOW('i', 26, struct in6_aliasreq)
634 #define SIOCAIFADDR_IN6_32 _IOW('i', 26, struct in6_aliasreq_32)
635 #define SIOCAIFADDR_IN6_64 _IOW('i', 26, struct in6_aliasreq_64)
638 #define SIOCSIFPHYADDR_IN6 _IOW('i', 62, struct in6_aliasreq)
640 #define SIOCSIFPHYADDR_IN6_32 _IOW('i', 62, struct in6_aliasreq_32)
641 #define SIOCSIFPHYADDR_IN6_64 _IOW('i', 62, struct in6_aliasreq_64)
[all …]
/xnu-12377.41.6/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-12377.41.6/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-12377.41.6/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)
57 #define KSANCOV_IOC_TESTPANIC _IOW('K', 20, uint64_t)
63 #define KSANCOV_IOC_CMPS_TRACE _IOW('K', 70, size_t) /* number of cmps */
64 #define KSANCOV_IOC_CMPS_TRACE_FUNC _IOW('K', 71, size_t) /* number of cmps */
70 #define KSANCOV_IOC_TESTCASES _IOW('K', 100, size_t) /* number of testcases */
/xnu-12377.41.6/libkern/firehose/
H A Dioctl_private.h31 #define LOGFLUSHED _IOW('t', 81, firehose_push_reply_t)
/xnu-12377.41.6/bsd/netinet/
H A Dif_tun.h74 #define TUNSDEBUG _IOW('t', 90, int)
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_ioctl.h86 _IOW('n', 2, struct nxctl_remove_traffic_rule_iocargs)

12