/external/qemu/ |
hpet.h | 15 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ 16 #define HPET_IE_OFF _IO('h', 0x02) /* interrupt off */ 18 #define HPET_EPI _IO('h', 0x04) /* enable periodic */ 19 #define HPET_DPI _IO('h', 0x05) /* disable periodic */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hpet.h | 15 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ 16 #define HPET_IE_OFF _IO('h', 0x02) /* interrupt off */ 18 #define HPET_EPI _IO('h', 0x04) /* enable periodic */ 19 #define HPET_DPI _IO('h', 0x05) /* disable periodic */
|
nbd.h | 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 [all...] |
nvram.h | 7 #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */ 8 #define NVRAM_SETCKS _IO('p', 0x41) /* recalculate checksum */
|
raw.h | 6 #define RAW_SETBIND _IO( 0xac, 0 ) 7 #define RAW_GETBIND _IO( 0xac, 1 )
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hpet.h | 15 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ 16 #define HPET_IE_OFF _IO('h', 0x02) /* interrupt off */ 18 #define HPET_EPI _IO('h', 0x04) /* enable periodic */ 19 #define HPET_DPI _IO('h', 0x05) /* disable periodic */
|
nbd.h | 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 [all...] |
nvram.h | 7 #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */ 8 #define NVRAM_SETCKS _IO('p', 0x41) /* recalculate checksum */
|
raw.h | 6 #define RAW_SETBIND _IO( 0xac, 0 ) 7 #define RAW_GETBIND _IO( 0xac, 1 )
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hpet.h | 15 #define HPET_IE_ON _IO('h', 0x01) /* interrupt on */ 16 #define HPET_IE_OFF _IO('h', 0x02) /* interrupt off */ 18 #define HPET_EPI _IO('h', 0x04) /* enable periodic */ 19 #define HPET_DPI _IO('h', 0x05) /* disable periodic */
|
nbd.h | 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 [all...] |
nvram.h | 7 #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */ 8 #define NVRAM_SETCKS _IO('p', 0x41) /* recalculate checksum */
|
raw.h | 6 #define RAW_SETBIND _IO( 0xac, 0 ) 7 #define RAW_GETBIND _IO( 0xac, 1 )
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/ |
audio.h | 102 #define AUDIO_STOP _IO('o', 1) 103 #define AUDIO_PLAY _IO('o', 2) 104 #define AUDIO_PAUSE _IO('o', 3) 105 #define AUDIO_CONTINUE _IO('o', 4) 106 #define AUDIO_SELECT_SOURCE _IO('o', 5) 107 #define AUDIO_SET_MUTE _IO('o', 6) 108 #define AUDIO_SET_AV_SYNC _IO('o', 7) 109 #define AUDIO_SET_BYPASS_MODE _IO('o', 8) 110 #define AUDIO_CHANNEL_SELECT _IO('o', 9) 114 #define AUDIO_CLEAR_BUFFER _IO('o', 12 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
audio.h | 102 #define AUDIO_STOP _IO('o', 1) 103 #define AUDIO_PLAY _IO('o', 2) 104 #define AUDIO_PAUSE _IO('o', 3) 105 #define AUDIO_CONTINUE _IO('o', 4) 106 #define AUDIO_SELECT_SOURCE _IO('o', 5) 107 #define AUDIO_SET_MUTE _IO('o', 6) 108 #define AUDIO_SET_AV_SYNC _IO('o', 7) 109 #define AUDIO_SET_BYPASS_MODE _IO('o', 8) 110 #define AUDIO_CHANNEL_SELECT _IO('o', 9) 114 #define AUDIO_CLEAR_BUFFER _IO('o', 12 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/ |
audio.h | 102 #define AUDIO_STOP _IO('o', 1) 103 #define AUDIO_PLAY _IO('o', 2) 104 #define AUDIO_PAUSE _IO('o', 3) 105 #define AUDIO_CONTINUE _IO('o', 4) 106 #define AUDIO_SELECT_SOURCE _IO('o', 5) 107 #define AUDIO_SET_MUTE _IO('o', 6) 108 #define AUDIO_SET_AV_SYNC _IO('o', 7) 109 #define AUDIO_SET_BYPASS_MODE _IO('o', 8) 110 #define AUDIO_CHANNEL_SELECT _IO('o', 9) 114 #define AUDIO_CLEAR_BUFFER _IO('o', 12 [all...] |
/system/core/include/utils/ |
ashmem.h | 33 #define ASHMEM_GET_SIZE _IO(__ASHMEMIOC, 4) 35 #define ASHMEM_GET_PROT_MASK _IO(__ASHMEMIOC, 6) 36 #define ASHMEM_PIN _IO(__ASHMEMIOC, 7) 37 #define ASHMEM_UNPIN _IO(__ASHMEMIOC, 8) 38 #define ASHMEM_ISPINNED _IO(__ASHMEMIOC, 9) 39 #define ASHMEM_PURGE_ALL_CACHES _IO(__ASHMEMIOC, 10)
|
/bionic/libc/kernel/common/linux/ |
nvram.h | 22 #define NVRAM_INIT _IO('p', 0x40) 24 #define NVRAM_SETCKS _IO('p', 0x41)
|
/development/ndk/platforms/android-3/include/linux/ |
nvram.h | 17 #define NVRAM_INIT _IO('p', 0x40) 18 #define NVRAM_SETCKS _IO('p', 0x41)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
raw.h | 29 #define RAW_SETBIND _IO(0xac, 0) 30 #define RAW_GETBIND _IO(0xac, 1)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
raw.h | 29 #define RAW_SETBIND _IO(0xac, 0) 30 #define RAW_GETBIND _IO(0xac, 1)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
raw.h | 29 #define RAW_SETBIND _IO(0xac, 0) 30 #define RAW_GETBIND _IO(0xac, 1)
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
nvram.h | 17 #define NVRAM_INIT _IO('p', 0x40) 18 #define NVRAM_SETCKS _IO('p', 0x41)
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
nvram.h | 17 #define NVRAM_INIT _IO('p', 0x40) 18 #define NVRAM_SETCKS _IO('p', 0x41)
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
nvram.h | 17 #define NVRAM_INIT _IO('p', 0x40) 18 #define NVRAM_SETCKS _IO('p', 0x41)
|