HomeSort by: relevance | last modified time | path
    Searched refs:CIOCNGSESSION (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/opencrypto/
ocryptodev.c 131 case CIOCNGSESSION:
cryptodev.h 378 #define CIOCNGSESSION _IOWR('c', 113, struct crypt_sgop)
cryptodev.c 383 case CIOCNGSESSION:
  /src/tests/crypto/opencrypto/
h_ioctl.c 93 * CIOCNGSESSION
115 ret = ioctl(fd, CIOCNGSESSION, &sg);
117 warn("failed: CIOCNGSESSION");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1118 unsigned IOCTL_CIOCNGSESSION = CIOCNGSESSION;
sanitizer_interceptors_ioctl_netbsd.inc 126 _(CIOCNGSESSION, READWRITE, struct_crypt_sgop_sz);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 125 _(CIOCNGSESSION, READWRITE, struct_crypt_sgop_sz);
sanitizer_platform_limits_netbsd.cpp 1281 unsigned IOCTL_CIOCNGSESSION = CIOCNGSESSION;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 125 _(CIOCNGSESSION, READWRITE, struct_crypt_sgop_sz);
sanitizer_platform_limits_netbsd.cpp 1281 unsigned IOCTL_CIOCNGSESSION = CIOCNGSESSION;

Completed in 100 milliseconds