Searched refs:SESIOC_GETOBJSTAT (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/sesd/srcs/
H A Dgetobjstat.c72 if (ioctl(fd, SESIOC_GETOBJSTAT, (caddr_t) &obj) < 0) {
73 perror("SESIOC_GETOBJSTAT");
H A Dgetencstat.c135 if (ioctl(fd, SESIOC_GETOBJSTAT, (caddr_t) &ob) < 0) {
136 perror("SESIOC_GETOBJSTAT");
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dses.h32 #define SESIOC_GETOBJSTAT _IO(SESIOC, 5) macro
55 * SESIOC_GETOBJSTAT
66 * The application may perform SESIOC_GETOBJSTAT operations to retrieve
H A Dses.c386 case SESIOC_GETOBJSTAT:
436 case SESIOC_GETOBJSTAT:

Completed in 107 milliseconds