Home
last modified time | relevance | path

Searched defs:filemon (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/filemon/
H A Dfilemon.c82 struct filemon { struct
83 struct sx lock; /* Lock for this filemon. */ argument
95 static void filemon_output(struct filemon *filemon, char *msg, size_t len); argument
98 filemon_acquire(struct filemon *filemon) in filemon_acquire()
110 filemon_release(struct filemon *filemon) in filemon_release()
135 struct filemon *filemon; in filemon_proc_get() local
157 struct filemon *filemon; in filemon_proc_drop() local
179 filemon_drop(struct filemon *filemon) in filemon_drop()
189 filemon_write_header(struct filemon *filemon) in filemon_write_header()
208 filemon_untrack_processes(struct filemon *filemon) in filemon_untrack_processes()
[all …]
H A Dfilemon_wrapper.c50 filemon_output(struct filemon *filemon, char *msg, size_t len) in filemon_output()
78 filemon_output_event(struct filemon *filemon, const char *fmt, ...) in filemon_output_event()
96 struct filemon *filemon; in filemon_wrapper_chdir() local
120 struct filemon *filemon; in filemon_event_process_exec() local
154 struct filemon *filemon; in _filemon_wrapper_openat() local
239 struct filemon *filemon; in filemon_wrapper_rename() local
265 struct filemon *filemon; in _filemon_wrapper_link() local
320 struct filemon *filemon; in filemon_event_process_exit() local
345 struct filemon *filemon; in filemon_wrapper_unlink() local
369 struct filemon *filemon; in filemon_event_process_fork() local
/freebsd/contrib/bmake/filemon/
H A Dfilemon_ktrace.c92 struct filemon { struct
95 FILE *out; /* we write filemon events to here */ argument
119 struct filemon_state { argument
126 void (*show)(struct filemon *, const struct filemon_state *, argument
588 void (*show)(struct filemon *, const struct filemon_state *, in syscall_enter()
H A Dfilemon_dev.c53 struct filemon { struct
64 struct filemon * argument
/freebsd/contrib/bmake/
H A Dmeta.h36 struct filemon *filemon; member
H A Dconfigure.in95 AC_ARG_WITH(filemon, optwith
/freebsd/
H A DMakefile300 ${.newline}ERROR: WITH_META_MODE is enabled but requires filemon for an incremental build. \ global() target
301 ${.newline}ERROR: 'kldload filemon' or pass -DNO_FILEMON to suppress this error. global() target
H A DMakefile305 ${.newline}ERROR: WITH_META_MODE is enabled but requires filemon for an incremental build. \ target
306 ${.newline}ERROR: 'kldload filemon' or pass -DNO_FILEMON to suppress this error. target