OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTOFS_DEBUG
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/autofs/
autofs.c
116
int
autofs_debug
= 1;
variable in typeref:typename:int
252
AUTOFS_DEBUG
("%s flushed", amp->am_on);
429
AUTOFS_DEBUG
("trigger interrupted by signal, "
436
AUTOFS_DEBUG
("trigger failed %d times; returning "
442
AUTOFS_DEBUG
("trigger failed with error %d; will retry in "
508
AUTOFS_DEBUG
("id %d not found", add->add_id);
573
AUTOFS_DEBUG
("invalid cmd %lx", cmd);
autofs.h
75
extern int
autofs_debug
;
83
#define
AUTOFS_DEBUG
(X, ...) \
85
if (
autofs_debug
> 1) \
92
if (
autofs_debug
> 0) { \
autofs_vfsops.c
197
AUTOFS_DEBUG
("vflush failed with error %d", error);
396
CTLTYPE_INT, "
autofs_debug
",
398
NULL, 0, &
autofs_debug
, 0,
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025