ses_objstat
static int ses_get_objstat(ses_softc_t *, ses_objstat *, int);
static int ses_set_objstat(ses_softc_t *, ses_objstat *, int);
static int safte_get_objstat(ses_softc_t *, ses_objstat *, int);
static int safte_set_objstat(ses_softc_t *, ses_objstat *, int);
static int set_objstat_sel(ses_softc_t *, ses_objstat *, int);
safte_get_objstat(ses_softc_t *ssc, ses_objstat *obp, int slpflg)
safte_set_objstat(ses_softc_t *ssc, ses_objstat *obp, int slp)
set_objstat_sel(ses_softc_t *ssc, ses_objstat *obp, int slp)
ses_objstat objs;
error = copyin(addr, &objs, sizeof (ses_objstat));
error = copyout(&objs, addr, sizeof (ses_objstat));
error = copyin(addr, &objs, sizeof (ses_objstat));
int (*get_objstat)(ses_softc_t *, ses_objstat *, int);
int (*set_objstat)(ses_softc_t *, ses_objstat *, int);
ses_get_objstat(ses_softc_t *ssc, ses_objstat *obp, int slpflag)
ses_set_objstat(ses_softc_t *ssc, ses_objstat *obp, int slpflag)
ses_objstat ob;
ses_objstat obj;
ses_objstat obj;