Searched defs:enc_softc (Results 1 – 2 of 2) sorted by relevance
121 struct enc_softc { struct122 enctyp enc_type; /* type of enclosure */123 struct enc_vec enc_vec; /* vector to handlers */124 void *enc_private; /* per-type private data */130 enc_cache_t enc_cache;136 enc_cache_t enc_daemon_cache;138 struct sx enc_cache_lock;139 uint8_t enc_flags;143 struct cdev *enc_dev;167 enc_other_cache(enc_softc_t *enc, enc_cache_t *primary) in enc_other_cache() argument
86 struct enc_softc { struct89 VNET_DEFINE_STATIC(struct enc_softc *, enc_sc); argument