Searched refs:_IOWR (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/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 */
108 #define SIOCGETVIFCNT _IOWR('
[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('
[all...]
H A Dioccom.h97 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) macro
H A Ddisk.h123 #define DKIOCGETFORMATCAPACITIES _IOWR('d', 26, dk_format_capacities_t)
173 #define DKIOCGETPHYSICALEXTENT _IOWR('d', 82, dk_physical_extent_t)
H A Dkern_event.h216 #define SIOCGKEVVENDOR _IOWR('e', 4, struct kev_vendor_code)
H A Ddisklabel.h351 #define DIOCRFORMAT _IOWR('d', 105, struct format_op)
352 #define DIOCWFORMAT _IOWR('d', 106, struct format_op)
H A Dkern_control.h93 #define CTLIOCGINFO _IOWR('N', 3, struct ctl_info) /* get id from name */
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_var.h496 #define SIOCGIFADDR_IN6 _IOWR('i', 33, struct in6_ifreq)
505 #define SIOCGIFDSTADDR_IN6 _IOWR('i', 34, struct in6_ifreq)
506 #define SIOCGIFNETMASK_IN6 _IOWR('i', 37, struct in6_ifreq)
520 #define SIOCGIFPSRCADDR_IN6 _IOWR('i', 63, struct in6_ifreq)
521 #define SIOCGIFPDSTADDR_IN6 _IOWR('i', 64, struct in6_ifreq)
522 #define SIOCGIFAFLAG_IN6 _IOWR('i', 73, struct in6_ifreq)
523 #define SIOCGDRLST_IN6 _IOWR('i', 74, struct in6_drlist)
525 #define SIOCGDRLST_IN6_32 _IOWR('i', 74, struct in6_drlist_32)
526 #define SIOCGDRLST_IN6_64 _IOWR('i', 74, struct in6_drlist_64)
528 #define SIOCGPRLST_IN6 _IOWR('
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_fsctl.h65 #define HFSIOC_CHANGE_NEXT_ALLOCATION _IOWR('h', 3, u_int32_t)
87 #define HFSIOC_PREV_LINK _IOWR('h', 11, u_int32_t)
90 #define HFSIOC_NEXT_LINK _IOWR('h', 12, u_int32_t)
93 #define HFSIOC_GETPATH _IOWR('h', 13, pathname_t)
129 #define HFSIOC_CHANGE_NEXTCNID _IOWR('h', 26, u_int32_t)
/darwin-on-arm/xnu/bsd/net/
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 Dpfvar.h2063 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule)
2064 #define DIOCGETSTARTERS _IOWR('D', 5, struct pfioc_tokens)
2065 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule)
2066 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule)
2068 #define DIOCSTOPREF _IOWR('D', 9, struct pfioc_remove_token)
2070 #define DIOCCLRSTATES _IOWR('D', 18, struct pfioc_state_kill)
2071 #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state)
2072 #define DIOCSETSTATUSIF _IOWR('D', 20, struct pfioc_if)
2073 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status)
2075 #define DIOCNATLOOK _IOWR('
[all...]
H A Dbpf.h165 #define BIOCSBLEN _IOWR('B',102, u_int)
196 #define BIOCGDLTLIST _IOWR('B',121, struct bpf_dltlist)
/darwin-on-arm/xnu/bsd/netat/
H A Dat_var.h244 #define AIOCSTOPATALK _IOWR('a', 1, int) /* stop AppleTalk */
245 #define AIOCGETIFCFG _IOWR('a', 2, at_if_cfg_t) /* get AT interface cfg */
246 #define AIOCNBPREG _IOWR('a', 3, at_nbp_reg_t) /* NBP register */
260 #define AIOCGETZNUSAGE _IOWR('a',13, zone_usage_t)

Completed in 104 milliseconds