Home | History | Annotate | Download | only in linux

Lines Matching refs:xab

20 #define NBD_SET_SOCK	_IO( 0xab, 0 )
21 #define NBD_SET_BLKSIZE _IO( 0xab, 1 )
22 #define NBD_SET_SIZE _IO( 0xab, 2 )
23 #define NBD_DO_IT _IO( 0xab, 3 )
24 #define NBD_CLEAR_SOCK _IO( 0xab, 4 )
25 #define NBD_CLEAR_QUE _IO( 0xab, 5 )
26 #define NBD_PRINT_DEBUG _IO( 0xab, 6 )
27 #define NBD_SET_SIZE_BLOCKS _IO( 0xab, 7 )
28 #define NBD_DISCONNECT _IO( 0xab, 8 )
29 #define NBD_SET_TIMEOUT _IO( 0xab, 9 )
30 #define NBD_SET_FLAGS _IO( 0xab, 10)