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 …]
129 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 …]
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 *, ...);