Searched refs:SESIOC_GETNOBJ (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/sesd/srcs/
H A Dgetnobj.c61 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) {
62 perror("SESIOC_GETNOBJ");
H A Dgetobjmap.c61 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) {
62 perror("SESIOC_GETNOBJ");
H A Dgetencstat.c82 if (ioctl(fd, SESIOC_GETNOBJ, (caddr_t) &nobj) < 0) {
83 perror("SESIOC_GETNOBJ");
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dses.h28 #define SESIOC_GETNOBJ _IO(SESIOC, 1) macro
51 * SESIOC_GETNOBJ
61 * is managing by performing a SESIOC_GETNOBJ operation. It then
H A Dses.c383 case SESIOC_GETNOBJ:
395 case SESIOC_GETNOBJ:

Completed in 161 milliseconds