Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_enc.c86 struct enc_softc { struct
89 VNET_DEFINE_STATIC(struct enc_softc *, enc_sc); argument
100 static void enc_add_hhooks(struct enc_softc *);
101 static void enc_remove_hhooks(struct enc_softc *);
146 struct enc_softc *sc; in enc_clone_destroy()
166 struct enc_softc *sc; in enc_clone_create()
168 sc = malloc(sizeof(struct enc_softc), M_DEVBUF, M_WAITOK | M_ZERO); in enc_clone_create()
240 struct enc_softc *sc; in enc_hhook()
245 sc = (struct enc_softc *)udata; in enc_hhook()
318 enc_add_hhooks(struct enc_softc *sc) in enc_add_hhooks()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_enc.c129 struct enc_softc *enc; in enc_devgonecb()
136 enc = (struct enc_softc *)periph->softc; in enc_devgonecb()
166 struct enc_softc *enc; in enc_oninvalidate()
197 struct enc_softc *enc; in enc_dtor()
237 struct enc_softc *softc; in enc_async()
239 softc = (struct enc_softc *)periph->softc; in enc_async()
279 struct enc_softc *softc; in enc_open()
288 softc = (struct enc_softc *)periph->softc; in enc_open()
313 struct enc_softc *enc; in enc_close()
373 enc = (struct enc_softc *)periph->softc; in enc_ioctl()
[all …]
H A Dscsi_enc_internal.h62 typedef struct enc_softc enc_softc_t;
121 struct enc_softc { struct
188 int enc_runcmd(struct enc_softc *, char *, int, char *, int *);
189 void enc_log(struct enc_softc *, const char *, ...);