Home
last modified time | relevance | path

Searched refs:LO_CRYPT_NONE (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dloop.c64 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl()
78 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl()
118 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl()
133 if (!abbrev(tcp) || info64.lo_encrypt_type != LO_CRYPT_NONE) { in loop_ioctl()
/external/strace/xlat/
Dloop_crypt_type_options.h4 #if defined(LO_CRYPT_NONE) || (defined(HAVE_DECL_LO_CRYPT_NONE) && HAVE_DECL_LO_CRYPT_NONE)
5 XLAT(LO_CRYPT_NONE),
Dloop_crypt_type_options.in1 LO_CRYPT_NONE
/external/kernel-headers/original/uapi/linux/
Dloop.h65 #define LO_CRYPT_NONE 0 macro