| /xnu-8792.61.2/bsd/security/audit/ |
| H A D | audit_ioctl.h | 57 #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-8792.61.2/bsd/sys/ |
| H A D | disk.h | 198 #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 D | ttycom.h | 89 #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 D | ioctl_compat.h | 109 # 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 D | filio.h | 77 #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 */ 87 #define FIODEVICEEPSTATE _IOR('f', 119, int) /* get device ephemeral state */
|
| H A D | fsctl.h | 336 #define FSIOC_UNSUPPORTED _IOR('A', 3, int32_t) 362 #define DISK_CONDITIONER_IOC_GET _IOR('A', 18, disk_conditioner_info) 395 #define SPOTLIGHT_IOC_GET_MOUNT_TIME _IOR('h', 18, u_int32_t) 397 #define SPOTLIGHT_IOC_GET_LAST_MTIME _IOR('h', 19, u_int32_t)
|
| H A D | kern_event.h | 221 #define SIOCGKEVID _IOR('e', 1, u_int32_t) 236 #define SIOCGKEVFILT _IOR('e', 3, struct kev_request)
|
| H A D | sockio.h | 73 #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 D | vcmd.h | 73 #define VGETSTATE _IOR('v', 0, int)
|
| H A D | perfmon_private.h | 82 PERFMON_CTL_GET_LAYOUT = _IOR('P', 0, struct perfmon_layout),
|
| H A D | vsock.h | 47 #define IOCTL_VM_SOCKETS_GET_LOCAL_CID _IOR('s', 209, uint32_t)
|
| H A D | ioccom.h | 94 #define _IOR(g, n, t) _IOC(IOC_OUT, (g), (n), sizeof(t)) macro
|
| H A D | fsevents.h | 143 #define FSEVENTS_GET_CURRENT_ID _IOR('s', 103, uint64_t)
|
| H A D | disklabel.h | 345 #define DIOCGDINFO _IOR('d', 101, struct disklabel)/* get */
|
| H A D | kern_control.h | 89 #define CTLIOCGCOUNT _IOR('N', 2, int) /* get number of control structures registe…
|
| /xnu-8792.61.2/bsd/net/ |
| H A D | if_ppp.h | 130 #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 D | bpf.h | 214 #define BIOCGBLEN _IOR('B',102, u_int) 223 #define BIOCGDLT _IOR('B',106, u_int) 224 #define BIOCGETIF _IOR('B',107, struct ifreq) 231 #define BIOCGRTIMEOUT _IOR('B',110, struct timeval) 233 #define BIOCGRTIMEOUT64 _IOR('B',110, struct user64_timeval) 234 #define BIOCGRTIMEOUT32 _IOR('B',110, struct user32_timeval) 236 #define BIOCGSTATS _IOR('B',111, struct bpf_stat) 238 #define BIOCVERSION _IOR('B',113, struct bpf_version) 239 #define BIOCGRSIG _IOR('B',114, u_int) 241 #define BIOCGHDRCMPLT _IOR('B',116, u_int) [all …]
|
| H A D | pfvar.h | 2081 #define DIOCSTARTREF _IOR ('D', 8, u_int64_t)
|
| /xnu-8792.61.2/libkern/firehose/ |
| H A D | ioctl_private.h | 36 #define LOGREGISTER _IOR('t', 80, int) 41 #define LOGBUFFERMAP _IOR('t', 79, firehose_buffer_map_info_t)
|
| /xnu-8792.61.2/bsd/dev/ |
| H A D | kmreg_com.h | 100 #define KMIOCSTATUS _IOR('k',10, int) /* get status bits */ 101 #define KMIOCSIZE _IOR('k',11, struct winsize) /* get screen size */
|
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | if_tun.h | 75 #define TUNGDEBUG _IOR('t', 89, int)
|
| /xnu-8792.61.2/san/coverage/ |
| H A D | kcov_ksancov.h | 55 #define KSANCOV_IOC_NEDGES _IOR('K', 50, size_t)
|
| /xnu-8792.61.2/san/tools/ |
| H A D | ksancov.h | 56 #define KSANCOV_IOC_NEDGES _IOR('K', 50, size_t)
|
| /xnu-8792.61.2/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 1105 #define HFS_IOCTL_VOLUME_STATUS _IOR('h', 24, u_int32_t)
|