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

  /external/strace/xlat/
loop_crypt_type_options.h 13 #if defined(LO_CRYPT_NONE) || (defined(HAVE_DECL_LO_CRYPT_NONE) && HAVE_DECL_LO_CRYPT_NONE)
14 XLAT(LO_CRYPT_NONE),
  /external/strace/
loop.c 63 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
80 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
122 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) {
135 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) {
  /bionic/libc/kernel/uapi/linux/
loop.h 60 #define LO_CRYPT_NONE 0
  /external/kernel-headers/original/uapi/linux/
loop.h 67 #define LO_CRYPT_NONE 0
  /external/syslinux/libinstaller/linux/
loop.h 71 #define LO_CRYPT_NONE 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
loop.h 65 #define LO_CRYPT_NONE 0
  /external/strace/tests/
ioctl_loop.c 230 info->lo_encrypt_type = LO_CRYPT_NONE;
240 print_loop_info(info, false, "LO_CRYPT_NONE", NULL,
270 info64->lo_encrypt_type = LO_CRYPT_NONE;
280 print_loop_info64(info64, false, "LO_CRYPT_NONE", NULL,
  /external/strace/tests-m32/
ioctl_loop.c 230 info->lo_encrypt_type = LO_CRYPT_NONE;
240 print_loop_info(info, false, "LO_CRYPT_NONE", NULL,
270 info64->lo_encrypt_type = LO_CRYPT_NONE;
280 print_loop_info64(info64, false, "LO_CRYPT_NONE", NULL,
  /external/strace/tests-mx32/
ioctl_loop.c 230 info->lo_encrypt_type = LO_CRYPT_NONE;
240 print_loop_info(info, false, "LO_CRYPT_NONE", NULL,
270 info64->lo_encrypt_type = LO_CRYPT_NONE;
280 print_loop_info64(info64, false, "LO_CRYPT_NONE", NULL,

Completed in 337 milliseconds