enc_softc
struct enc_softc *enc;
enc = (struct enc_softc *)periph->softc;
struct enc_softc *enc;
struct enc_softc *enc;
struct enc_softc *softc;
softc = (struct enc_softc *)periph->softc;
struct enc_softc *softc;
softc = (struct enc_softc *)periph->softc;
struct enc_softc *enc;
enc = (struct enc_softc *)periph->softc;
enc_runcmd(struct enc_softc *enc, char *cdb, int cdbl, char *dptr, int *dlenp)
enc_log(struct enc_softc *enc, const char *fmt, ...)
int enc_runcmd(struct enc_softc *, char *, int, char *, int *);
void enc_log(struct enc_softc *, const char *, ...);
typedef struct enc_softc enc_softc_t;
static void enc_add_hhooks(struct enc_softc *);
static void enc_remove_hhooks(struct enc_softc *);
struct enc_softc *sc;
struct enc_softc *sc;
sc = malloc(sizeof(struct enc_softc), M_DEVBUF, M_WAITOK | M_ZERO);
struct enc_softc *sc;
sc = (struct enc_softc *)udata;
enc_add_hhooks(struct enc_softc *sc)
enc_remove_hhooks(struct enc_softc *sc)
VNET_DEFINE_STATIC(struct enc_softc *, enc_sc);