Home
last modified time | relevance | path

Searched defs:autofs_softc (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/fs/autofs/
H A Dautofs.h114 struct autofs_softc { struct
115 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;
H A Dautofs.c116 struct autofs_softc *autofs_softc; variable