Searched refs:filemon_output_event (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/filemon/ |
H A D | filemon_wrapper.c | 42 static void filemon_output_event(struct filemon *filemon, const char *fmt, ...) 78 filemon_output_event(struct filemon *filemon, const char *fmt, ...) in filemon_output_event() function 106 filemon_output_event(filemon, "C %d %s\n", in filemon_wrapper_chdir() 123 filemon_output_event(filemon, "E %d %s\n", in filemon_event_process_exec() 178 filemon_output_event(filemon, "A %d %s\n", in _filemon_wrapper_openat() 196 filemon_output_event(filemon, "R %d %s%s%s\n", in _filemon_wrapper_openat() 201 filemon_output_event(filemon, "%c %d %s%s%s\n", in _filemon_wrapper_openat() 251 filemon_output_event(filemon, "M %d '%s' '%s'\n", in filemon_wrapper_rename() 277 filemon_output_event(filemon, "L %d '%s' '%s'\n", in _filemon_wrapper_link() 323 filemon_output_event(filemon, "X %d %d %d\n", in filemon_event_process_exit() [all …]
|