Searched refs:LO_CRYPT_NONE (Results 1 – 4 of 4) sorted by relevance
64 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()
4 #if defined(LO_CRYPT_NONE) || (defined(HAVE_DECL_LO_CRYPT_NONE) && HAVE_DECL_LO_CRYPT_NONE)5 XLAT(LO_CRYPT_NONE),
1 LO_CRYPT_NONE
65 #define LO_CRYPT_NONE 0 macro