Searched refs:SesComStat (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/dev/scsipi/ |
| H A D | ses.c | 688 } SesComStat; typedef 781 static int ses_getputstat(ses_softc_t *, int, SesComStat *, int, int); 786 static int ses_decode(char *, int, uint8_t *, int, int, SesComStat *); 787 static int ses_encode(char *, int, uint8_t *, int, int, SesComStat *); 859 SesComStat ComStat; in ses_get_encstat() 872 SesComStat ComStat; in ses_set_encstat() 889 SesComStat ComStat; in ses_get_objstat() 909 SesComStat ComStat; in ses_set_objstat() 1075 ses_getputstat(ses_softc_t *ssc, int objid, SesComStat *sp, int slp, in ses_getputstat() 1267 ses_decode(char *b, int amt, uint8_t *ep, int elt, int elm, SesComStat *sp) in ses_decode() [all …]
|