Home
last modified time | relevance | path

Searched refs:_IOR (Results 1 – 23 of 23) sorted by relevance

/xnu-8020.121.3/bsd/security/audit/
H A Daudit_ioctl.h57 #define AUDITPIPE_GET_QLEN _IOR(AUDITPIPE_IOBASE, 1, u_int)
58 #define AUDITPIPE_GET_QLIMIT _IOR(AUDITPIPE_IOBASE, 2, u_int)
60 #define AUDITPIPE_GET_QLIMIT_MIN _IOR(AUDITPIPE_IOBASE, 4, u_int)
61 #define AUDITPIPE_GET_QLIMIT_MAX _IOR(AUDITPIPE_IOBASE, 5, u_int)
62 #define AUDITPIPE_GET_PRESELECT_FLAGS _IOR(AUDITPIPE_IOBASE, 6, au_mask_t)
64 #define AUDITPIPE_GET_PRESELECT_NAFLAGS _IOR(AUDITPIPE_IOBASE, 8, au_mask_t)
66 #define AUDITPIPE_GET_PRESELECT_AUID _IOR(AUDITPIPE_IOBASE, 10, \
72 #define AUDITPIPE_GET_PRESELECT_MODE _IOR(AUDITPIPE_IOBASE, 14, int)
75 #define AUDITPIPE_GET_MAXAUDITDATA _IOR(AUDITPIPE_IOBASE, 17, u_int)
80 #define AUDITPIPE_GET_INSERTS _IOR(AUDITPIPE_IOBASE, 100, u_int64_t)
[all …]
/xnu-8020.121.3/bsd/sys/
H A Ddisk.h198 #define DKIOCGETBLOCKSIZE _IOR('d', 24, uint32_t)
199 #define DKIOCGETBLOCKCOUNT _IOR('d', 25, uint64_t)
200 #define DKIOCGETFIRMWAREPATH _IOR('d', 28, dk_firmware_path_t)
202 #define DKIOCISFORMATTED _IOR('d', 23, uint32_t)
203 #define DKIOCISWRITABLE _IOR('d', 29, uint32_t)
207 #define DKIOCCORESTORAGE _IOR('d', 32, dk_corestorage_info_t)
209 #define DKIOCGETLOCATION _IOR('d', 33, uint64_t)
211 #define DKIOCGETMAXBLOCKCOUNTREAD _IOR('d', 64, uint64_t)
212 #define DKIOCGETMAXBLOCKCOUNTWRITE _IOR('d', 65, uint64_t)
213 #define DKIOCGETMAXBYTECOUNTREAD _IOR('d', 70, uint64_t)
[all …]
H A Dttycom.h89 #define TIOCMODG _IOR('t', 3, int) /* get modem control state */
108 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
113 #define TIOCGETA_32 _IOR('t', 19, struct termios32) /* get termios struct */
117 #define TIOCGETA_64 _IOR('t', 19, struct user_termios)
122 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */
131 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
134 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
151 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */
153 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
165 #define TIOCMGDTRWAIT _IOR('t', 90, int) /* modem: get wait on close */
[all …]
H A Dioctl_compat.h109 # define TIOCGETD _IOR('t', 0, int) /* get line discipline */
113 # define OTIOCGETD _IOR('t', 0, int) /* get line discipline */
117 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
121 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */
179 #define TIOCLGET _IOR('t', 124, int) /* get local modes */
196 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/
202 #define TIOCGSID _IOR('t', 99, int) /* For svr4 -- get session id */
H A Dfilio.h77 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */
81 #define FIOGETOWN _IOR('f', 123, int) /* get owner */
82 #define FIODTYPE _IOR('f', 122, int) /* get d_type */
H A Dfsctl.h296 #define FSIOC_UNSUPPORTED _IOR('A', 3, int32_t)
322 #define DISK_CONDITIONER_IOC_GET _IOR('A', 18, disk_conditioner_info)
342 #define SPOTLIGHT_IOC_GET_MOUNT_TIME _IOR('h', 18, u_int32_t)
344 #define SPOTLIGHT_IOC_GET_LAST_MTIME _IOR('h', 19, u_int32_t)
H A Dkern_event.h221 #define SIOCGKEVID _IOR('e', 1, u_int32_t)
236 #define SIOCGKEVFILT _IOR('e', 3, struct kev_request)
H A Dsockio.h73 #define SIOCGHIWAT _IOR('s', 1, int) /* get high watermark */
75 #define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */
76 #define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */
78 #define SIOCGPGRP _IOR('s', 9, int) /* get process group */
H A Dvcmd.h73 #define VGETSTATE _IOR('v', 0, int)
H A Dperfmon_private.h82 PERFMON_CTL_GET_LAYOUT = _IOR('P', 0, struct perfmon_layout),
H A Dvsock.h47 #define IOCTL_VM_SOCKETS_GET_LOCAL_CID _IOR('s', 209, uint32_t)
H A Dioccom.h94 #define _IOR(g, n, t) _IOC(IOC_OUT, (g), (n), sizeof(t)) macro
H A Dfsevents.h133 #define FSEVENTS_GET_CURRENT_ID _IOR('s', 103, uint64_t)
H A Ddisklabel.h345 #define DIOCGDINFO _IOR('d', 101, struct disklabel)/* get */
H A Dkern_control.h89 #define CTLIOCGCOUNT _IOR('N', 2, int) /* get number of control structures registe…
/xnu-8020.121.3/bsd/net/
H A Dif_ppp.h130 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
132 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
134 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
135 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
137 #define PPPIOCGMRU _IOR('t', 83, int) /* get max receive unit */
140 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm) /* get extended ACCM */
146 #define PPPIOCGIDLE _IOR('t', 74, struct ppp_idle) /* get idle time */
151 #define PPPIOCGMTU _IOR('t', 73, int) /* get interface MTU */
H A Dbpf.h201 #define BIOCGBLEN _IOR('B',102, u_int)
210 #define BIOCGDLT _IOR('B',106, u_int)
211 #define BIOCGETIF _IOR('B',107, struct ifreq)
218 #define BIOCGRTIMEOUT _IOR('B',110, struct timeval)
220 #define BIOCGRTIMEOUT64 _IOR('B',110, struct user64_timeval)
221 #define BIOCGRTIMEOUT32 _IOR('B',110, struct user32_timeval)
223 #define BIOCGSTATS _IOR('B',111, struct bpf_stat)
225 #define BIOCVERSION _IOR('B',113, struct bpf_version)
226 #define BIOCGRSIG _IOR('B',114, u_int)
228 #define BIOCGHDRCMPLT _IOR('B',116, u_int)
[all …]
H A Dpfvar.h2081 #define DIOCSTARTREF _IOR ('D', 8, u_int64_t)
/xnu-8020.121.3/libkern/firehose/
H A Dioctl_private.h36 #define LOGREGISTER _IOR('t', 80, int)
41 #define LOGBUFFERMAP _IOR('t', 79, firehose_buffer_map_info_t)
/xnu-8020.121.3/bsd/dev/
H A Dkmreg_com.h100 #define KMIOCSTATUS _IOR('k',10, int) /* get status bits */
101 #define KMIOCSIZE _IOR('k',11, struct winsize) /* get screen size */
/xnu-8020.121.3/bsd/netinet/
H A Dif_tun.h75 #define TUNGDEBUG _IOR('t', 89, int)
/xnu-8020.121.3/san/coverage/
H A Dkcov_ksancov.h55 #define KSANCOV_IOC_NEDGES _IOR('K', 50, size_t)
/xnu-8020.121.3/san/tools/
H A Dksancov.h56 #define KSANCOV_IOC_NEDGES _IOR('K', 50, size_t)