OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:autofs_fd
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/autofs/
automountd.c
58
static int
autofs_fd
;
variable in typeref:typename:int
76
error = ioctl(
autofs_fd
, AUTOFSDONE, &add);
519
autofs_fd
= open(AUTOFS_PATH, O_RDWR | O_CLOEXEC);
520
if (
autofs_fd
< 0 && (errno == ENOENT || errno == ENXIO)) {
523
autofs_fd
= open(AUTOFS_PATH, O_RDWR | O_CLOEXEC);
527
if (
autofs_fd
< 0)
559
error = ioctl(
autofs_fd
, AUTOFSREQUEST, &request);
Completed in 12 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025