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

  /src/usr.sbin/sesd/srcs/
getobjstat.c 48 ses_objstat obj;
setobjstat.c 49 ses_objstat obj;
getencstat.c 52 ses_objstat ob;
  /src/sys/dev/scsipi/
ses.h 68 * status on an object (see the ses_objstat structure below), SESIOC_SETOBJSTAT
124 } ses_objstat; typedef in typeref:struct:__anonc13b49440208
ses.c 80 int (*get_objstat)(ses_softc_t *, ses_objstat *, int);
81 int (*set_objstat)(ses_softc_t *, ses_objstat *, int);
106 static int ses_get_objstat(ses_softc_t *, ses_objstat *, int);
107 static int ses_set_objstat(ses_softc_t *, ses_objstat *, int);
113 static int safte_get_objstat(ses_softc_t *, ses_objstat *, int);
114 static int safte_set_objstat(ses_softc_t *, ses_objstat *, int);
368 ses_objstat objs;
453 error = copyin(addr, &objs, sizeof (ses_objstat));
463 error = copyout(&objs, addr, sizeof (ses_objstat));
473 error = copyin(addr, &objs, sizeof (ses_objstat));
    [all...]

Completed in 22 milliseconds