Searched defs:autofs_softc (Results 1 – 2 of 2) sorted by relevance
114 struct autofs_softc { struct115 device_t sc_dev;116 struct cdev *sc_cdev;117 struct cv sc_cv;118 struct sx sc_lock;120 bool sc_dev_opened;121 pid_t sc_dev_sid;122 int sc_last_request_id;
116 struct autofs_softc *autofs_softc; variable