Searched refs:log_it (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/tools/tools/sysbuild/
H A Dsysbuild.sh164 log_it() ( function
248 log_it "Very Special: $t ($pn)"
258 log_it "Already installed: $t ($pn)"
264 log_it "Install $t ($pn)"
276 log_it "MISSING for $p:" $miss
280 log_it "build $pn ($p)"
290 log_it FAIL build $p
436 log_it Unmount everything
448 log_it Prepare running image
464 log_it TARGET_PAR
[all...]
/freebsd-11.0-release/usr.sbin/cron/cron/
H A Ddo_command.c62 log_it("CRON",getpid(),"error","can't fork");
126 log_it(usernm, getpid(), "username ambiguity", u->name);
132 log_it("CRON", getpid(), "error", "can't start PAM");
139 log_it(usernm, getpid(), "USER", "account unavailable");
165 log_it("CRON", getpid(), "error", "can't pipe");
210 log_it("CRON",getpid(),"error","can't vfork");
232 log_it(usernm, getpid(), "CMD", x);
297 log_it(usernm, getpid(),
303 log_it(usernm, getpid(),
309 log_it(usern
[all...]
H A Ddatabase.c59 log_it("CRON", getpid(), "STAT FAILED", SPOOL_DIR);
100 log_it("CRON", getpid(), "OPENDIR FAILED", SPOOL_DIR);
211 log_it(fname, getpid(), "ORPHAN", "no passwd entry");
218 log_it(fname, getpid(), "CAN'T OPEN", tabname);
223 log_it(fname, getpid(), "FSTAT FAILED", tabname);
250 log_it(fname, getpid(), "RELOAD", tabname);
H A Duser.c49 log_it(User_name, getpid(), "PARSE", msg);
H A Dcron.c92 log_it("CRON", getpid(), "DEATH", buf);
142 log_it("CRON",getpid(),"DEATH","can't become daemon");
148 log_it("CRON", getpid(), "WARNING", "madvise() failed");
H A Dcron.h221 log_it(char *, int, char *, char *),
/freebsd-11.0-release/usr.sbin/cron/crontab/
H A Dcrontab.c107 log_it(RealUser, Pid, "AUTH", "crontab command not allowed");
264 log_it(RealUser, Pid, "LIST", User);
294 log_it(RealUser, Pid, "DELETE", User);
328 log_it(RealUser, Pid, "BEGIN EDIT", User);
492 log_it(RealUser, Pid, "END EDIT", User);
610 log_it(RealUser, Pid, "REPLACE", User);
/freebsd-11.0-release/usr.sbin/cron/lib/
H A Dmisc.c388 log_it(username, xpid, event, detail) function
470 fprintf(stderr, "log_it: (%s %d) %s (%s)\n",

Completed in 103 milliseconds