Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/autofs/
H A Dautofs.h140 struct autofs_softc { struct
141 struct cdev *sc_cdev;
142 struct cv sc_cv;
143 struct mtx sc_lock;
145 bool sc_dev_opened;
146 pid_t sc_dev_sid;
147 int sc_last_request_id;
H A Dautofs.c104 struct autofs_softc *autofs_softc = NULL; variable