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

/freebsd-11.0-release/sys/cam/scsi/
H A 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 *, ...);
H A Dscsi_enc.c116 struct enc_softc *enc;
123 enc = (struct enc_softc *)periph->softc;
153 struct enc_softc *enc;
184 struct enc_softc *enc;
227 struct enc_softc *softc;
229 softc = (struct enc_softc *)periph->softc;
263 struct enc_softc *softc;
272 softc = (struct enc_softc *)periph->softc;
297 struct enc_softc *enc;
329 struct enc_softc *soft
[all...]
/freebsd-11.0-release/sys/net/
H A Dif_enc.c84 struct enc_softc { struct
87 static VNET_DEFINE(struct enc_softc *, enc_sc);
97 static int enc_add_hhooks(struct enc_softc *);
98 static void enc_remove_hhooks(struct enc_softc *);
134 struct enc_softc *sc;
150 struct enc_softc *sc;
152 sc = malloc(sizeof(struct enc_softc), M_DEVBUF,
202 * + udata contains pointer to enc_softc;
211 struct enc_softc *sc;
216 sc = (struct enc_softc *)udat
[all...]

Completed in 53 milliseconds