Home
last modified time | relevance | path

Searched refs:_IOWR (Results 1 – 17 of 17) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dsockio.h85 #define OSIOCGIFADDR _IOWR('i', 13, struct ifreq) /* deprecated */
89 #define OSIOCGIFDSTADDR _IOWR('i', 15, struct ifreq) /* deprecated */
92 #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) /* get ifnet flags */
94 #define OSIOCGIFBRDADDR _IOWR('i', 18, struct ifreq) /* deprecated */
98 #define OSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* deprecated */
99 #define OSIOCGIFCONF32 _IOWR('i', 20, struct ifconf32) /* deprecated */
100 #define OSIOCGIFCONF64 _IOWR('i', 20, struct ifconf64) /* deprecated */
101 #define OSIOCGIFNETMASK _IOWR('i', 21, struct ifreq) /* deprecated */
104 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */
109 #define SIOCGIFADDR _IOWR('i', 33, struct ifreq) /* get ifnet address */
[all …]
H A Dvnioctl.h117 #define VNIOCATTACH _IOWR('F', 0, struct vn_ioctl) /* attach file */
118 #define VNIOCDETACH _IOWR('F', 1, struct vn_ioctl) /* detach disk */
119 #define VNIOCGSET _IOWR('F', 2, u_int32_t ) /* set global option */
120 #define VNIOCGCLEAR _IOWR('F', 3, u_int32_t ) /* reset --//-- */
121 #define VNIOCUSET _IOWR('F', 4, u_int32_t ) /* set unit option */
122 #define VNIOCUCLEAR _IOWR('F', 5, u_int32_t ) /* reset --//-- */
123 #define VNIOCSHADOW _IOWR('F', 6, struct vn_ioctl) /* attach shadow */
125 #define VNIOCATTACH64 _IOWR('F', 0, struct vn_ioctl_64) /* attach file - LP64 */
126 #define VNIOCDETACH64 _IOWR('F', 1, struct vn_ioctl_64) /* detach disk - LP64 */
127 #define VNIOCSHADOW64 _IOWR('F', 6, struct vn_ioctl_64) /* attach shadow - LP64 */
[all …]
H A Ddisk.h196 #define DKIOCGETFORMATCAPACITIES _IOWR('d', 26, dk_format_capacities_t)
228 #define DKIOCGETPROVISIONSTATUS _IOWR('d', 79, dk_provision_status_t)
276 #define DKIOCGETPHYSICALEXTENT _IOWR('d', 82, dk_physical_extent_t)
325 #define _DKIOCCSMAP _IOWR('d', 202, _dk_cs_map_t)
327 #define _DKIOCCSUNMAP _IOWR('d', 205, _dk_cs_unmap_t)
H A Dfsctl.h316 #define FSIOC_FIOSEEKHOLE _IOWR('A', 16, off_t)
318 #define FSIOC_FIOSEEKDATA _IOWR('A', 17, off_t)
328 #define FSIOC_CAS_BSDFLAGS _IOWR('A', 20, struct fsioc_cas_bsdflags)
331 #define FSIOC_FD_ONLY_OPEN_ONCE _IOWR('A', 21, uint32_t)
368 #define FSIOC_FIRMLINK_CTL _IOWR ('J', 60, generic_firmlink_t)
H A Dperfmon_private.h93 PERFMON_CTL_ADD_EVENT = _IOWR('P', 5, struct perfmon_event),
108 PERFMON_CTL_SPECIFY = _IOWR('P', 10, struct perfmon_spec),
H A Ddisklabel.h351 #define DIOCRFORMAT _IOWR('d', 105, struct format_op)
352 #define DIOCWFORMAT _IOWR('d', 106, struct format_op)
H A Dioccom.h97 #define _IOWR(g, n, t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) macro
H A Dkern_event.h244 #define SIOCGKEVVENDOR _IOWR('e', 4, struct kev_vendor_code)
H A Dkern_control.h96 #define CTLIOCGINFO _IOWR('N', 3, struct ctl_info) /* get id from name */
/xnu-8019.80.24/bsd/netinet6/
H A Din6_var.h588 #define SIOCGIFADDR_IN6 _IOWR('i', 33, struct in6_ifreq)
597 #define SIOCGIFDSTADDR_IN6 _IOWR('i', 34, struct in6_ifreq)
598 #define SIOCGIFNETMASK_IN6 _IOWR('i', 37, struct in6_ifreq)
612 #define SIOCGIFPSRCADDR_IN6 _IOWR('i', 63, struct in6_ifreq)
613 #define SIOCGIFPDSTADDR_IN6 _IOWR('i', 64, struct in6_ifreq)
614 #define SIOCGIFAFLAG_IN6 _IOWR('i', 73, struct in6_ifreq)
616 #define SIOCGDRLST_IN6 _IOWR('i', 74, struct in6_drlist)
618 #define SIOCGDRLST_IN6_32 _IOWR('i', 74, struct in6_drlist_32)
619 #define SIOCGDRLST_IN6_64 _IOWR('i', 74, struct in6_drlist_64)
622 #define SIOCGPRLST_IN6 _IOWR('i', 75, struct in6_prlist)
[all …]
/xnu-8019.80.24/bsd/net/
H A Dpfvar.h2076 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule)
2077 #define DIOCGETSTARTERS _IOWR('D', 5, struct pfioc_tokens)
2078 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule)
2079 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule)
2081 #define DIOCSTOPREF _IOWR('D', 9, struct pfioc_remove_token)
2083 #define DIOCCLRSTATES _IOWR('D', 18, struct pfioc_state_kill)
2084 #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state)
2085 #define DIOCSETSTATUSIF _IOWR('D', 20, struct pfioc_if)
2086 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status)
2088 #define DIOCNATLOOK _IOWR('D', 23, struct pfioc_natlook)
[all …]
H A Dif_ppp.h144 #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */
158 #define SIOCGPPPSTATS _IOWR('i', 123, struct ifpppstatsreq)
159 #define SIOCGPPPCSTATS _IOWR('i', 122, struct ifpppcstatsreq)
H A Dbpf.h202 #define BIOCSBLEN _IOWR('B',102, u_int)
233 #define BIOCGDLTLIST _IOWR('B',121, struct bpf_dltlist)
238 #define BIOCGIFATTACHCOUNT _IOWR('B', 125, struct ifreq)
247 #define BIOCSWANTPKTAP _IOWR('B', 127, u_int)
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_ioctl.h72 #define NFS_IOC_GET_CRED _IOWR('n', 3, struct nfs_gss_principal)
80 #define NFS_IOC_GET_CRED64 _IOWR('n', 3, struct user_nfs_gss_principal)
/xnu-8019.80.24/san/coverage/
H A Dkcov_ksancov.h48 #define KSANCOV_IOC_MAP _IOWR('K', 8, struct ksancov_buf_desc)
51 #define KSANCOV_IOC_MAP_EDGEMAP _IOWR('K', 9, struct ksancov_buf_desc)
/xnu-8019.80.24/san/tools/
H A Dksancov.h49 #define KSANCOV_IOC_MAP _IOWR('K', 8, struct ksancov_buf_desc)
52 #define KSANCOV_IOC_MAP_EDGEMAP _IOWR('K', 9, struct ksancov_buf_desc)
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c846 #define APFSIOC_NEXT_LINK _IOWR('J', 10, uint64_t) in add_fsevent()