OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:autofs_softc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/autofs/
autofs.c
113
struct
autofs_softc
*
autofs_softc
= NULL;
variable in typeref:struct:autofs_softc *
142
if (
autofs_softc
->sc_dev_opened == false)
146
if (
autofs_softc
->sc_dev_sid == curproc->p_pgrp->pg_id) {
184
mutex_enter(&
autofs_softc
->sc_lock);
192
cv_broadcast(&
autofs_softc
->sc_cv);
193
mutex_exit(&
autofs_softc
->sc_lock);
309
KASSERT(mutex_owned(&
autofs_softc
->sc_lock));
323
TAILQ_FOREACH(ar, &
autofs_softc
->sc_requests, ar_next) {
340
ar->ar_id =
autofs_softc
->sc_last_request_id++
[
all
...]
autofs.h
72
extern struct
autofs_softc
*
autofs_softc
;
143
struct
autofs_softc
{
struct
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025