File tree Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -666,6 +666,8 @@ HPFS_SUPER_MAGIC
666
666
HUGETLBFS_MAGIC
667
667
HUPCL
668
668
IBSHIFT
669
+ BLKIOMIN
670
+ BLKIOOPT
669
671
BLKSSZGET
670
672
BLKPBSZGET
671
673
ICANON
Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ B460800
189
189
B500000
190
190
B576000
191
191
B921600
192
+ BLKIOMIN
193
+ BLKIOOPT
192
194
BLKPBSZGET
193
195
BLKSSZGET
194
196
BOTHER
Original file line number Diff line number Diff line change @@ -1527,6 +1527,8 @@ pub const B3500000: ::speed_t = 0o010016;
1527
1527
pub const B4000000 : :: speed_t = 0o010017 ;
1528
1528
pub const IBSHIFT : :: tcflag_t = 16 ;
1529
1529
1530
+ pub const BLKIOMIN : :: c_int = 0x1278 ;
1531
+ pub const BLKIOOPT : :: c_int = 0x1279 ;
1530
1532
pub const BLKSSZGET : :: c_int = 0x1268 ;
1531
1533
pub const BLKPBSZGET : :: c_int = 0x127B ;
1532
1534
Original file line number Diff line number Diff line change @@ -190,6 +190,8 @@ pub const TIOCSERGETMULTI: ::Ioctl = 0x545A;
190
190
pub const TIOCSERSETMULTI : :: Ioctl = 0x545B ;
191
191
pub const TIOCMIWAIT : :: Ioctl = 0x545C ;
192
192
pub const TIOCGICOUNT : :: Ioctl = 0x545D ;
193
+ pub const BLKIOMIN : :: Ioctl = 0x1278 ;
194
+ pub const BLKIOOPT : :: Ioctl = 0x1279 ;
193
195
pub const BLKSSZGET : :: Ioctl = 0x1268 ;
194
196
pub const BLKPBSZGET : :: Ioctl = 0x127B ;
195
197
Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ pub const TIOCSLTC: ::Ioctl = 0x7475;
185
185
pub const TIOCGETP : :: Ioctl = 0x7408 ;
186
186
pub const TIOCSETP : :: Ioctl = 0x7409 ;
187
187
pub const TIOCSETN : :: Ioctl = 0x740a ;
188
+ pub const BLKIOMIN : :: Ioctl = 0x20001278 ;
189
+ pub const BLKIOOPT : :: Ioctl = 0x20001279 ;
188
190
pub const BLKSSZGET : :: Ioctl = 0x20001268 ;
189
191
pub const BLKPBSZGET : :: Ioctl = 0x2000127B ;
190
192
Original file line number Diff line number Diff line change @@ -170,6 +170,8 @@ pub const TIOCSERGETMULTI: ::Ioctl = 0x545A;
170
170
pub const TIOCSERSETMULTI : :: Ioctl = 0x545B ;
171
171
pub const TIOCMIWAIT : :: Ioctl = 0x545C ;
172
172
pub const TIOCGICOUNT : :: Ioctl = 0x545D ;
173
+ pub const BLKIOMIN : :: Ioctl = 0x20001278 ;
174
+ pub const BLKIOOPT : :: Ioctl = 0x20001279 ;
173
175
pub const BLKSSZGET : :: Ioctl = 0x20001268 ;
174
176
pub const BLKPBSZGET : :: Ioctl = 0x2000127B ;
175
177
//pub const FIOQSIZE: ::Ioctl = 0x40086680;
Original file line number Diff line number Diff line change @@ -171,6 +171,8 @@ pub const TIOCMIWAIT: ::Ioctl = 0x545C;
171
171
pub const TIOCGICOUNT : :: Ioctl = 0x545D ;
172
172
pub const TIOCSTART : :: Ioctl = 0x2000746e ;
173
173
pub const TIOCSTOP : :: Ioctl = 0x2000746f ;
174
+ pub const BLKIOMIN : :: Ioctl = 0x20001278 ;
175
+ pub const BLKIOOPT : :: Ioctl = 0x20001279 ;
174
176
pub const BLKSSZGET : :: Ioctl = 0x20001268 ;
175
177
pub const BLKPBSZGET : :: Ioctl = 0x2000127B ;
176
178
You can’t perform that action at this time.
0 commit comments