Searched defs:filemon (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/filemon/ |
H A D | filemon.c | 82 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 D | filemon_wrapper.c | 50 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 D | filemon_ktrace.c | 92 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 D | filemon_dev.c | 53 struct filemon { struct 64 struct filemon * argument
|
/freebsd/contrib/bmake/ |
H A D | meta.h | 36 struct filemon *filemon; member
|
H A D | configure.in | 95 AC_ARG_WITH(filemon, optwith
|
/freebsd/ |
H A D | Makefile | 300 ${.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 D | Makefile | 305 ${.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
|