Symbol: log_err
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
159
int log_err, err_cnt, has_minmax;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
181
log_err = 0;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
211
log_err = 1;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
481
if (log_err && err_cnt) {
usr.sbin/autofs/automount.c
109
log_err(1, "asprintf");
usr.sbin/autofs/automount.c
147
log_err(1, "getmntinfo");
usr.sbin/autofs/automount.c
195
log_err(1, "cannot flush %s", fspath);
usr.sbin/autofs/automount.c
206
log_err(1, "getmntinfo");
usr.sbin/autofs/automount.c
229
log_err(1, "getmntinfo");
usr.sbin/autofs/automount.c
95
log_err(1, "cannot mount %s on %s", from, fspath);
usr.sbin/autofs/automountd.c
375
log_err(1, "sigaction");
usr.sbin/autofs/automountd.c
478
log_err(1, "cannot open or create pidfile \"%s\"",
usr.sbin/autofs/automountd.c
492
log_err(1, "failed to open %s", AUTOFS_PATH);
usr.sbin/autofs/automountd.c
520
log_err(1, "AUTOFSREQUEST");
usr.sbin/autofs/automountd.c
542
log_err(1, "fork");
usr.sbin/autofs/automountd.c
90
log_err(1, "calloc");
usr.sbin/autofs/autounmountd.c
107
log_err(1, "getmntinfo");
usr.sbin/autofs/autounmountd.c
251
log_err(1, "kevent");
usr.sbin/autofs/autounmountd.c
310
log_err(1, "cannot open or create pidfile \"%s\"",
usr.sbin/autofs/autounmountd.c
328
log_err(1, "kqueue");
usr.sbin/autofs/autounmountd.c
333
log_err(1, "kevent");
usr.sbin/autofs/autounmountd.c
80
log_err(1, "calloc");
usr.sbin/autofs/common.c
1039
log_err(1, "asprintf");
usr.sbin/autofs/common.c
107
log_err(1, "asprintf");
usr.sbin/autofs/common.c
1071
log_err(1, "unable to open \"%s\"", path);
usr.sbin/autofs/common.c
153
log_err(1, "calloc");
usr.sbin/autofs/common.c
171
log_err(1, "calloc");
usr.sbin/autofs/common.c
202
log_err(1, "calloc");
usr.sbin/autofs/common.c
356
log_err(1, "asprintf");
usr.sbin/autofs/common.c
67
log_err(1, "strdup");
usr.sbin/autofs/common.c
931
log_err(1, "cannot stat %s", path);
usr.sbin/autofs/common.c
954
log_err(1, "asprintf");
usr.sbin/autofs/common.h
82
void log_err(int, const char *, ...)
usr.sbin/autofs/defined.c
164
log_err(1, "strndup");
usr.sbin/autofs/defined.c
177
log_err(1, "asprintf");
usr.sbin/autofs/defined.c
214
log_err(1, "calloc");
usr.sbin/autofs/defined.c
247
log_err(1, "uname");
usr.sbin/autofs/popen.c
114
log_err(1, "fork");
usr.sbin/autofs/popen.c
127
log_err(1, "failed to execute %s", argv[0]);
usr.sbin/autofs/popen.c
84
log_err(1, "cannot open %s", _PATH_DEVNULL);
usr.sbin/autofs/popen.c
88
log_err(1, "pipe");
usr.sbin/autofs/popen.c
92
log_err(1, "malloc");
usr.sbin/sdpd/log.h
43
void log_err (char const *message, ...) __printflike(1, 2);
usr.sbin/sdpd/main.c
175
log_err("Could not find passwd entry for " \
usr.sbin/sdpd/main.c
190
log_err("Could not find group entry for " \
usr.sbin/sdpd/main.c
200
log_err("Could not setgid(%s). %s (%d)",
usr.sbin/sdpd/main.c
206
log_err("Could not setuid(%s). %s (%d)",
usr.sbin/sdpd/server.c
304
log_err("Could not select(%d, %p). %s (%d)",
usr.sbin/sdpd/server.c
345
log_err("Could not accept connection on %s socket. %s (%d)",
usr.sbin/sdpd/server.c
358
log_err("Could not get local BD_ADDR. %s (%d)",
usr.sbin/sdpd/server.c
367
log_err("Could not get L2CAP OMTU. %s (%d)",
usr.sbin/sdpd/server.c
382
log_err("L2CAP OMTU is too small (%d bytes)", omtu);
usr.sbin/sdpd/server.c
458
log_err("Could not receive SDP request from %s socket. %s (%d)",
usr.sbin/sdpd/server.c
552
log_err("Could not send SDP response to %s socket, " \
usr.sbin/sdpd/server.c
557
log_err("Could not process SDP request from %s socket, " \
usr.sbin/sdpd/server.c
565
log_err("Could not send SDP error response to %s " \
usr.sbin/sdpd/server.c
660
log_err("No gid for group '%s'", srv->sgroup);