Searched defs:notice (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c317 notice(const char *fmt, ...) function
322 return; /* -q or quiet pragma suppresses notice()s */
644 notice("%s '%s' matched %u probe%s\n",
833 notice("pid %d: %s\n", pid, msg);
848 notice("pid %d terminated by %s\n", pid,
852 notice("pid %d exited with status %d\n",
855 notice("pid %d has exited\n", pid);
861 notice("pid %d exec'd a set-id or unobservable program\n", pid);
1822 * These messages would use notice() rather than error(), but
1951 notice("allowin
[all...]

Completed in 45 milliseconds