Searched refs:enc_softc (Results 1 – 3 of 3) sorted by relevance
86 struct enc_softc { struct89 VNET_DEFINE_STATIC(struct enc_softc *, enc_sc); argument100 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 …]
128 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 …]
62 typedef struct enc_softc enc_softc_t;121 struct enc_softc { struct188 int enc_runcmd(struct enc_softc *, char *, int, char *, int *);189 void enc_log(struct enc_softc *, const char *, ...);