Searched refs:_IOR (Results 1 - 19 of 19) sorted by relevance

/xnu-2422.115.4/bsd/security/audit/
H A Daudit_ioctl.h55 #define AUDITPIPE_GET_QLEN _IOR(AUDITPIPE_IOBASE, 1, u_int)
56 #define AUDITPIPE_GET_QLIMIT _IOR(AUDITPIPE_IOBASE, 2, u_int)
58 #define AUDITPIPE_GET_QLIMIT_MIN _IOR(AUDITPIPE_IOBASE, 4, u_int)
59 #define AUDITPIPE_GET_QLIMIT_MAX _IOR(AUDITPIPE_IOBASE, 5, u_int)
60 #define AUDITPIPE_GET_PRESELECT_FLAGS _IOR(AUDITPIPE_IOBASE, 6, au_mask_t)
62 #define AUDITPIPE_GET_PRESELECT_NAFLAGS _IOR(AUDITPIPE_IOBASE, 8, au_mask_t)
64 #define AUDITPIPE_GET_PRESELECT_AUID _IOR(AUDITPIPE_IOBASE, 10, \
70 #define AUDITPIPE_GET_PRESELECT_MODE _IOR(AUDITPIPE_IOBASE, 14, int)
73 #define AUDITPIPE_GET_MAXAUDITDATA _IOR(AUDITPIPE_IOBASE, 17, u_int)
78 #define AUDITPIPE_GET_INSERTS _IOR(AUDITPIPE_IOBAS
[all...]
/xnu-2422.115.4/bsd/sys/
H A Ddisk.h129 #define DKIOCGETBLOCKSIZE _IOR('d', 24, uint32_t)
130 #define DKIOCGETBLOCKCOUNT _IOR('d', 25, uint64_t)
131 #define DKIOCGETFIRMWAREPATH _IOR('d', 28, dk_firmware_path_t)
133 #define DKIOCISFORMATTED _IOR('d', 23, uint32_t)
134 #define DKIOCISWRITABLE _IOR('d', 29, uint32_t)
139 #define DKIOCGETMAXBLOCKCOUNTREAD _IOR('d', 64, uint64_t)
140 #define DKIOCGETMAXBLOCKCOUNTWRITE _IOR('d', 65, uint64_t)
141 #define DKIOCGETMAXBYTECOUNTREAD _IOR('d', 70, uint64_t)
142 #define DKIOCGETMAXBYTECOUNTWRITE _IOR('d', 71, uint64_t)
144 #define DKIOCGETMAXSEGMENTCOUNTREAD _IOR('
[all...]
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 Dttycom.h90 #define TIOCMODG _IOR('t', 3, int) /* get modem control state */
109 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
114 #define TIOCGETA_32 _IOR('t', 19, struct termios32) /* get termios struct */
118 #define TIOCGETA_64 _IOR('t', 19, struct user_termios)
123 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */
132 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
135 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
152 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */
154 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
166 #define TIOCMGDTRWAIT _IOR('
[all...]
H A Dvcmd.h73 #define VGETSTATE _IOR('v', 0, int)
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 Dkern_event.h196 #define SIOCGKEVID _IOR('e', 1, u_int32_t)
211 #define SIOCGKEVFILT _IOR('e', 3, struct kev_request)
H A Dioccom.h94 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) macro
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 Dfsctl.h252 #define FSIOC_UNSUPPORTED _IOR('A', 3, int32_t)
305 #define SPOTLIGHT_IOC_GET_MOUNT_TIME _IOR('h', 18, u_int32_t)
307 #define SPOTLIGHT_IOC_GET_LAST_MTIME _IOR('h', 19, u_int32_t)
H A Dfsevents.h143 #define FSEVENTS_GET_CURRENT_ID _IOR('s', 103, uint64_t)
H A Dkern_control.h86 #define CTLIOCGCOUNT _IOR('N', 2, int) /* get number of control structures registered */
H A Ddisklabel.h345 #define DIOCGDINFO _IOR('d', 101, struct disklabel)/* get */
/xnu-2422.115.4/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.h165 #define BIOCGBLEN _IOR('B',102, u_int)
174 #define BIOCGDLT _IOR('B',106, u_int)
175 #define BIOCGETIF _IOR('B',107, struct ifreq)
182 #define BIOCGRTIMEOUT _IOR('B',110, struct timeval)
184 #define BIOCGRTIMEOUT64 _IOR('B',110, struct user64_timeval)
185 #define BIOCGRTIMEOUT32 _IOR('B',110, struct user32_timeval)
187 #define BIOCGSTATS _IOR('B',111, struct bpf_stat)
189 #define BIOCVERSION _IOR('B',113, struct bpf_version)
190 #define BIOCGRSIG _IOR('B',114, u_int)
192 #define BIOCGHDRCMPLT _IOR('
[all...]
H A Dpfvar.h2069 #define DIOCSTARTREF _IOR ('D', 8, u_int64_t)
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_fsctl.h59 #define HFSIOC_RESIZE_PROGRESS _IOR('h', 1, u_int32_t)
72 #define HFSIOC_GETCREATETIME _IOR('h', 4, time_t)
112 #define HFSIOC_GET_JOURNAL_INFO _IOR('h', 17, struct hfs_journal_info)
127 #define HFSIOC_VOLUME_STATUS _IOR('h', 24, u_int32_t)
139 #define HFSIOC_GET_VERY_LOW_DISK _IOR('h', 27, u_int32_t)
142 #define HFSIOC_GET_LOW_DISK _IOR('h', 28, u_int32_t)
145 #define HFSIOC_GET_DESIRED_DISK _IOR('h', 29, u_int32_t)
148 #define HFSIOC_GET_WRITE_GEN_COUNTER _IOR('h', 30, u_int32_t)
154 #define HFSIOC_GET_DOCUMENT_ID _IOR('h', 31, u_int32_t)
/xnu-2422.115.4/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-2422.115.4/bsd/netinet/
H A Dif_tun.h75 #define TUNGDEBUG _IOR('t', 89, int)

Completed in 168 milliseconds