| /xnu-10002.1.13/bsd/sys/ |
| H A D | sockio.h | 85 #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 D | disk.h | 196 #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 D | fsctl.h | 353 #define FSIOC_FIOSEEKHOLE _IOWR('A', 16, off_t) 355 #define FSIOC_FIOSEEKDATA _IOWR('A', 17, off_t) 365 #define FSIOC_CAS_BSDFLAGS _IOWR('A', 20, struct fsioc_cas_bsdflags) 368 #define FSIOC_FD_ONLY_OPEN_ONCE _IOWR('A', 21, uint32_t) 418 #define FSIOC_FIRMLINK_CTL _IOWR ('J', 60, generic_firmlink_t)
|
| H A D | perfmon_private.h | 97 PERFMON_CTL_ADD_EVENT = _IOWR('P', 5, struct perfmon_event), 112 PERFMON_CTL_SPECIFY = _IOWR('P', 10, struct perfmon_spec),
|
| H A D | disklabel.h | 351 #define DIOCRFORMAT _IOWR('d', 105, struct format_op) 352 #define DIOCWFORMAT _IOWR('d', 106, struct format_op)
|
| H A D | ioccom.h | 97 #define _IOWR(g, n, t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) macro
|
| H A D | kern_event.h | 244 #define SIOCGKEVVENDOR _IOWR('e', 4, struct kev_vendor_code)
|
| H A D | kern_control.h | 97 #define CTLIOCGINFO _IOWR('N', 3, struct ctl_info) /* get id from name */
|
| /xnu-10002.1.13/bsd/netinet6/ |
| H A D | in6_var.h | 589 #define SIOCGIFADDR_IN6 _IOWR('i', 33, struct in6_ifreq) 598 #define SIOCGIFDSTADDR_IN6 _IOWR('i', 34, struct in6_ifreq) 599 #define SIOCGIFNETMASK_IN6 _IOWR('i', 37, struct in6_ifreq) 613 #define SIOCGIFPSRCADDR_IN6 _IOWR('i', 63, struct in6_ifreq) 614 #define SIOCGIFPDSTADDR_IN6 _IOWR('i', 64, struct in6_ifreq) 615 #define SIOCGIFAFLAG_IN6 _IOWR('i', 73, struct in6_ifreq) 617 #define SIOCGDRLST_IN6 _IOWR('i', 74, struct in6_drlist) 619 #define SIOCGDRLST_IN6_32 _IOWR('i', 74, struct in6_drlist_32) 620 #define SIOCGDRLST_IN6_64 _IOWR('i', 74, struct in6_drlist_64) 623 #define SIOCGPRLST_IN6 _IOWR('i', 75, struct in6_prlist) [all …]
|
| /xnu-10002.1.13/bsd/net/ |
| H A D | pfvar.h | 2077 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule) 2078 #define DIOCGETSTARTERS _IOWR('D', 5, struct pfioc_tokens) 2079 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule) 2080 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule) 2082 #define DIOCSTOPREF _IOWR('D', 9, struct pfioc_remove_token) 2084 #define DIOCCLRSTATES _IOWR('D', 18, struct pfioc_state_kill) 2085 #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state) 2086 #define DIOCSETSTATUSIF _IOWR('D', 20, struct pfioc_if) 2087 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status) 2089 #define DIOCNATLOOK _IOWR('D', 23, struct pfioc_natlook) [all …]
|
| H A D | if_ppp.h | 144 #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 D | bpf.h | 215 #define BIOCSBLEN _IOWR('B',102, u_int) 246 #define BIOCGDLTLIST _IOWR('B',121, struct bpf_dltlist) 251 #define BIOCGIFATTACHCOUNT _IOWR('B', 125, struct ifreq) 260 #define BIOCSWANTPKTAP _IOWR('B', 127, u_int)
|
| /xnu-10002.1.13/san/coverage/ |
| H A D | kcov_ksancov.h | 48 #define KSANCOV_IOC_MAP _IOWR('K', 8, struct ksancov_buf_desc) 51 #define KSANCOV_IOC_MAP_EDGEMAP _IOWR('K', 9, struct ksancov_buf_desc) 59 #define KSANCOV_IOC_ON_DEMAND _IOWR('K', 60, struct ksancov_on_demand_msg)
|
| /xnu-10002.1.13/bsd/skywalk/nexus/ |
| H A D | nexus_ioctl.h | 68 _IOWR('n', 1, struct nxctl_add_traffic_rule_inet_iocargs) 103 _IOWR('n', 3, struct nxctl_get_traffic_rules_iocargs)
|
| /xnu-10002.1.13/san/tools/ |
| H A D | ksancov.h | 49 #define KSANCOV_IOC_MAP _IOWR('K', 8, struct ksancov_buf_desc) 52 #define KSANCOV_IOC_MAP_EDGEMAP _IOWR('K', 9, struct ksancov_buf_desc) 59 #define KSANCOV_IOC_ON_DEMAND _IOWR('K', 60, struct ksancov_on_demand_msg)
|
| /xnu-10002.1.13/bsd/nfs/ |
| H A D | nfs.h | 871 #define NFSCLNT_TESTIDMAP _IOWR('n', 103, struct nfs_testmapid)
|
| /xnu-10002.1.13/bsd/vfs/ |
| H A D | vfs_fsevents.c | 996 #define APFSIOC_NEXT_LINK _IOWR('J', 10, uint64_t) in add_fsevent()
|