HomeSort by relevance Sort by last modified time
    Searched defs:MS_BIND (Results 1 - 25 of 28) sorted by null

1 2

  /external/strace/xlat/
mount_flags.h 32 #if !(defined(MS_BIND) || (defined(HAVE_DECL_MS_BIND) && HAVE_DECL_MS_BIND))
33 # define MS_BIND 4096
108 XLAT(MS_BIND),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
mount.h 56 MS_BIND = 4096, /* Bind directory at different place. */
57 #define MS_BIND MS_BIND
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mount.h 56 MS_BIND = 4096, /* Bind directory at different place. */
57 #define MS_BIND MS_BIND
  /bionic/libc/kernel/uapi/linux/
fs.h 87 #define MS_BIND 4096
  /external/kernel-headers/original/uapi/linux/
fs.h 118 #define MS_BIND 4096
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 198 #define MS_BIND 4096
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 567 MS_BIND = 0x1000
    [all...]
zerrors_linux_amd64.go 567 MS_BIND = 0x1000
    [all...]
zerrors_linux_arm.go 566 MS_BIND = 0x1000
    [all...]
zerrors_linux_arm64.go 707 MS_BIND = 0x1000
    [all...]
zerrors_linux_mips.go 689 MS_BIND = 0x1000
    [all...]
zerrors_linux_mips64.go 700 MS_BIND = 0x1000
    [all...]
zerrors_linux_mips64le.go 700 MS_BIND = 0x1000
    [all...]
zerrors_linux_mipsle.go 689 MS_BIND = 0x1000
    [all...]
zerrors_linux_ppc64.go 703 MS_BIND = 0x1000
    [all...]
zerrors_linux_ppc64le.go 707 MS_BIND = 0x1000
    [all...]
zerrors_linux_s390x.go 703 MS_BIND = 0x1000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 567 MS_BIND = 0x1000
    [all...]
zerrors_linux_amd64.go 567 MS_BIND = 0x1000
    [all...]
zerrors_linux_arm.go 566 MS_BIND = 0x1000
    [all...]
zerrors_linux_arm64.go 707 MS_BIND = 0x1000
    [all...]
zerrors_linux_mips.go 689 MS_BIND = 0x1000
    [all...]
zerrors_linux_mips64.go 700 MS_BIND = 0x1000
    [all...]
zerrors_linux_mips64le.go 700 MS_BIND = 0x1000
    [all...]
zerrors_linux_mipsle.go 689 MS_BIND = 0x1000
    [all...]

Completed in 1378 milliseconds

1 2