Home
last modified time | relevance | path

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

/src/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 …]
/src/sys/cam/scsi/
H A Dscsi_enc.c128 struct enc_softc *enc; in enc_devgonecb()
135 enc = (struct enc_softc *)periph->softc; in enc_devgonecb()
165 struct enc_softc *enc; in enc_oninvalidate()
196 struct enc_softc *enc; in enc_dtor()
236 struct enc_softc *softc; in enc_async()
238 softc = (struct enc_softc *)periph->softc; in enc_async()
278 struct enc_softc *softc; in enc_open()
287 softc = (struct enc_softc *)periph->softc; in enc_open()
312 struct enc_softc *enc; in enc_close()
372 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 *, ...);