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

  /src/sys/dev/scsipi/
ses.h 31 #define SESIOC_GETENCSTAT _IO(SESIOC, 3)
54 * SESIOC_GETENCSTAT
72 * SESIOC_GETENCSTAT or SESIOC_SETENCSTAT operations (see ses_encstat below).
ses.c 398 case SESIOC_GETENCSTAT:
430 case SESIOC_GETENCSTAT:
  /src/usr.sbin/sesd/srcs/
chpmon.c 91 if (ioctl(fd, SESIOC_GETENCSTAT, (caddr_t) &stat) < 0) {
92 fprintf(stderr, "%s: SESIOC_GETENCSTAT: %s\n",
getencstat.c 84 if (ioctl(fd, SESIOC_GETENCSTAT, (caddr_t) &estat) < 0) {
85 perror("SESIOC_GETENCSTAT");
sesd.c 128 if (ioctl(fd, SESIOC_GETENCSTAT, (caddr_t) &sestat) < 0) {
130 "%s: SESIOC_GETENCSTAT- %m", v[dev]);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1377 unsigned IOCTL_SESIOC_GETENCSTAT = SESIOC_GETENCSTAT;
sanitizer_interceptors_ioctl_netbsd.inc 405 _(SESIOC_GETENCSTAT, NONE, 0);

Completed in 23 milliseconds