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

12

/macosx-10.10.1/xnu-2782.1.97/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...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
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 Ddisk.h140 #define DKIOCGETBLOCKSIZE _IOR('d', 24, uint32_t)
141 #define DKIOCGETBLOCKCOUNT _IOR('d', 25, uint64_t)
142 #define DKIOCGETFIRMWAREPATH _IOR('d', 28, dk_firmware_path_t)
144 #define DKIOCISFORMATTED _IOR('d', 23, uint32_t)
145 #define DKIOCISWRITABLE _IOR('d', 29, uint32_t)
151 #define DKIOCGETMAXBLOCKCOUNTREAD _IOR('d', 64, uint64_t)
152 #define DKIOCGETMAXBLOCKCOUNTWRITE _IOR('d', 65, uint64_t)
153 #define DKIOCGETMAXBYTECOUNTREAD _IOR('d', 70, uint64_t)
154 #define DKIOCGETMAXBYTECOUNTWRITE _IOR('d', 71, uint64_t)
156 #define DKIOCGETMAXSEGMENTCOUNTREAD _IOR('
[all...]
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 Dioccom.h94 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) macro
H A Dkern_event.h196 #define SIOCGKEVID _IOR('e', 1, u_int32_t)
211 #define SIOCGKEVFILT _IOR('e', 3, struct kev_request)
H A Dfsctl.h252 #define FSIOC_UNSUPPORTED _IOR('A', 3, int32_t)
304 #define SPOTLIGHT_IOC_GET_MOUNT_TIME _IOR('h', 18, u_int32_t)
306 #define SPOTLIGHT_IOC_GET_LAST_MTIME _IOR('h', 19, u_int32_t)
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 Dfsevents.h143 #define FSEVENTS_GET_CURRENT_ID _IOR('s', 103, uint64_t)
H A Ddisklabel.h345 #define DIOCGDINFO _IOR('d', 101, struct disklabel)/* get */
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dlinux_usbfs.h121 #define IOCTL_USBFS_RESETEP _IOR('U', 3, unsigned int)
122 #define IOCTL_USBFS_SETINTF _IOR('U', 4, struct usbfs_setinterface)
123 #define IOCTL_USBFS_SETCONFIG _IOR('U', 5, unsigned int)
125 #define IOCTL_USBFS_SUBMITURB _IOR('U', 10, struct usbfs_urb)
129 #define IOCTL_USBFS_CLAIMINTF _IOR('U', 15, unsigned int)
130 #define IOCTL_USBFS_RELEASEINTF _IOR('U', 16, unsigned int)
133 #define IOCTL_USBFS_HUB_PORTINFO _IOR('U', 19, struct usbfs_hub_portinfo)
135 #define IOCTL_USBFS_CLEAR_HALT _IOR('U', 21, unsigned int)
/macosx-10.10.1/ntp-92/include/
H A Dntp_datum.h10 #define RCR0 _IOR('X',22,unsigned int) /* Read control register */
16 #define READTIME _IOR('X',32,struct btfp_time)
H A Dtimepps-SunOS.h430 #define CIOGETEV _IOR('C', 0, struct ppsclockev) /* get last pps event */
432 #define CIOGETEV _IOR(C, 0, struct ppsclockev) /* get last pps event */
/macosx-10.10.1/xnu-2782.1.97/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...]
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dif_ppp.h168 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */
170 #define PPPIOCGASYNCMAP _IOR('t', 88, int) /* get async map */
172 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */
173 #define PPPIOCGRASYNCMAP _IOR('t', 85, int) /* get receive async map */
175 #define PPPIOCGMRU _IOR('t', 83, int) /* get max receive unit */
178 #define PPPIOCGXASYNCMAP _IOR('t', 80, ext_accm) /* get extended ACCM */
195 #define PPPIOCGDEBUG _IOR('t', 65, int) /* Read debug level */
197 #define PPPIOCGIDLE _IOR('t', 63, struct ppp_idle) /* get idle time */
205 #define PPPIOCGCHAN _IOR('t', 55, int) /* get ppp channel number */
/macosx-10.10.1/xnu-2782.1.97/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 */
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_fsctl.h70 #define HFSIOC_RESIZE_PROGRESS _IOR('h', 1, u_int32_t)
83 #define HFSIOC_GETCREATETIME _IOR('h', 4, time_t)
123 #define HFSIOC_GET_JOURNAL_INFO _IOR('h', 17, struct hfs_journal_info)
138 #define HFSIOC_VOLUME_STATUS _IOR('h', 24, u_int32_t)
150 #define HFSIOC_GET_VERY_LOW_DISK _IOR('h', 27, u_int32_t)
153 #define HFSIOC_GET_LOW_DISK _IOR('h', 28, u_int32_t)
156 #define HFSIOC_GET_DESIRED_DISK _IOR('h', 29, u_int32_t)
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dif_tun.h75 #define TUNGDEBUG _IOR('t', 89, int)
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDMediaBSDClient.h123 #define DKIOCBDGETSPEED _IOR('d', 163, uint16_t)
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDMediaBSDClient.h140 #define DKIOCCDGETSPEED _IOR('d', 99, uint16_t)
/macosx-10.10.1/IODVDStorageFamily-35/
H A DIODVDMediaBSDClient.h140 #define DKIOCDVDGETSPEED _IOR('d', 131, uint16_t)
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_dev.h282 #define SMBIOC_SESSSTATE _IOR('n', 114, uint16_t)
283 #define SMBIOC_CANCEL_SESSION _IOR('n', 115, uint16_t)
285 #define SMBIOC_GET_OS_LANMAN _IOR('n', 117, struct smbioc_os_lanman)

Completed in 143 milliseconds

12