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

/netbsd-6-1-5-RELEASE/usr.sbin/sesd/srcs/
H A Dgetobjstat.c52 ses_objstat obj;
H A Dsetobjstat.c53 ses_objstat obj;
H A Dgetencstat.c55 ses_objstat ob;
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dses.h67 * status on an object (see the ses_objstat structure below), SESIOC_SETOBJSTAT
123 } ses_objstat; typedef in typeref:struct:__anon8224
H A Dses.c78 int (*get_objstat)(ses_softc_t *, ses_objstat *, int);
79 int (*set_objstat)(ses_softc_t *, ses_objstat *, int);
104 static int ses_get_objstat(ses_softc_t *, ses_objstat *, int);
105 static int ses_set_objstat(ses_softc_t *, ses_objstat *, int);
111 static int safte_get_objstat(ses_softc_t *, ses_objstat *, int);
112 static int safte_set_objstat(ses_softc_t *, ses_objstat *, int);
355 ses_objstat objs;
439 error = copyin(addr, &objs, sizeof (ses_objstat));
449 error = copyout(&objs, addr, sizeof (ses_objstat));
459 error = copyin(addr, &objs, sizeof (ses_objstat));
[all...]

Completed in 104 milliseconds