HomeSort by relevance Sort by last modified time
    Searched refs:DEV_BSIZE (Results 1 - 15 of 15) sorted by null

  /external/ltp/testcases/kernel/fs/doio/
bytes_by_prefix.c 61 #ifdef DEV_BSIZE
62 #define B_MULT DEV_BSIZE /* block size */
64 #warning DEV_BSIZE is not defined, defaulting to 512
write_log.c 77 #ifdef DEV_BSIZE
78 #define BSIZE DEV_BSIZE
80 #warning DEV_BSIZE is not defined, defaulting to 512
iogen.c 75 #define BSIZE DEV_BSIZE
    [all...]
  /bionic/libc/include/sys/
param.h 36 #define DEV_BSIZE 512
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
param.h 87 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
88 #define DEV_BSIZE (1 << DEV_BSHIFT)
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
param.h 100 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
101 #define DEV_BSIZE (1 << DEV_BSHIFT)
  /external/ltp/android/include/
bionic-compat.h 22 #define DEV_BSIZE 512
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h 75 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
76 #define DEV_BSIZE (1 << DEV_BSHIFT)
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 61 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
62 #define DEV_BSIZE (1<<DEV_BSHIFT)
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 47 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
48 #define DEV_BSIZE (1 << DEV_BSHIFT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
param.h 80 #define DEV_BSIZE 512
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
param.h 80 #define DEV_BSIZE 512
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 451 DEV_BSIZE = BBSIZE
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 116 DEV_BSIZE = 512
STROPTS.py 113 DEV_BSIZE = 512
    [all...]

Completed in 503 milliseconds