Home
last modified time | relevance | path

Searched refs:log_it (Results 1 – 9 of 9) sorted by relevance

/freebsd/tools/tools/sysbuild/
H A Dsysbuild.sh166 log_it() ( function
260 log_it "Very Special: $t ($pn)"
270 log_it "Already installed: $t ($pn)"
276 log_it "Install $t ($pn)"
288 log_it "NB: MISSING for $p:" $miss
291 log_it "build $pn ($p)"
301 log_it FAIL build $p
448 log_it Unmount everything
460 log_it Prepare running image
476 log_it TARGET_PART $TARGET_PART
[all …]
/freebsd/usr.sbin/cron/cron/
H A Ddo_command.c55 log_it("CRON", getpid(), "error", "can't fork"); in do_command()
130 log_it(usernm, getpid(), "username ambiguity", u->name); in child_process()
136 log_it("CRON", getpid(), "error", "can't start PAM"); in child_process()
143 log_it(usernm, getpid(), "USER", "account unavailable"); in child_process()
161 log_it("CRON", getpid(), "error", "can't pipe"); in child_process()
207 log_it("CRON", getpid(), "error", "can't fork"); in child_process()
229 log_it(usernm, getpid(), "CMD", x); in child_process()
298 log_it(usernm, getpid(), in child_process()
303 log_it(usernm, getpid(), in child_process()
308 log_it(usernm, getpid(), in child_process()
[all …]
H A Ddatabase.c63 log_it("CRON", getpid(), "STAT FAILED", SPOOL_DIR); in load_database()
126 log_it("CRON", getpid(), "OPENDIR FAILED", in load_database()
150 log_it("CRON", getpid(), "OPENDIR FAILED", SPOOL_DIR); in load_database()
249 log_it(fname, getpid(), "ORPHAN", "no passwd entry"); in process_crontab()
256 log_it(fname, getpid(), "CAN'T OPEN", tabname); in process_crontab()
261 log_it(fname, getpid(), "FSTAT FAILED", tabname); in process_crontab()
288 log_it(fname, getpid(), "RELOAD", tabname); in process_crontab()
H A Dfuncs.h41 log_it(const char *, int, const char *, const char *),
H A Dcron.c89 log_it("CRON", getpid(), "DEATH", buf); in open_pidfile()
130 log_it("CRON",getpid(),"DEATH","can't become daemon");
136 log_it("CRON", getpid(), "WARNING", "madvise() failed");
H A Duser.c46 log_it(User_name, getpid(), "PARSE", msg); in log_error()
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c90 log_it(RealUser, Pid, "AUTH", "crontab command not allowed"); in main()
254 log_it(RealUser, Pid, "LIST", User); in list_cmd()
284 log_it(RealUser, Pid, "DELETE", User); in delete_cmd()
317 log_it(RealUser, Pid, "BEGIN EDIT", User);
482 log_it(RealUser, Pid, "END EDIT", User);
609 log_it(RealUser, Pid, "REPLACE", User);
/freebsd/usr.sbin/cron/lib/
H A Dmisc.c372 log_it(const char *username, int xpid, const char *event, const char *detail) in log_it() function
/freebsd/usr.sbin/cron/doc/
H A DCHANGES102 Several folks pointed out that log_it() needed to exist even if logging was