Home
last modified time | relevance | path

Searched refs:enc_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/cam/scsi/
Dscsi_enc.c118 struct enc_softc *enc; in enc_devgonecb()
123 enc = (struct enc_softc *)periph->softc; in enc_devgonecb()
155 struct enc_softc *enc; in enc_oninvalidate()
186 struct enc_softc *enc; in enc_dtor()
229 struct enc_softc *softc; in enc_async()
231 softc = (struct enc_softc *)periph->softc; in enc_async()
265 struct enc_softc *softc; in enc_open()
278 softc = (struct enc_softc *)periph->softc; in enc_open()
304 struct enc_softc *enc; in enc_close()
339 struct enc_softc *enc; in enc_start()
[all …]
Dscsi_enc_internal.h66 typedef struct enc_softc enc_softc_t;
126 struct enc_softc { struct
193 int enc_runcmd(struct enc_softc *, char *, int, char *, int *);
194 void enc_log(struct enc_softc *, const char *, ...);
/freebsd-9-stable/sys/net/
Dif_enc.c85 struct enc_softc { struct
137 struct enc_softc *sc; in enc_clone_create()