Symbol: logit
games/snake/snake/snake.c
123
static void logit(const char *);
games/snake/snake/snake.c
295
logit("quit");
games/snake/snake/snake.c
434
logit("won");
games/snake/snake/snake.c
900
logit("bonus");
games/snake/snake/snake.c
913
logit("eaten");
lib/libpam/modules/pam_lastlog/pam_lastlog.c
100
logit(int level, const char *fmt, ...)
lib/libpam/modules/pam_lastlog/pam_lastlog.c
232
logit(LOG_NOTICE, "%s(): no utmpx record for %s",
lib/libpam/modules/pam_lastlog/pam_lastlog.c
240
logit(LOG_NOTICE, "%s(): no utmp record for %s",
lib/libpam/modules/pam_lastlog/pam_lastlog.c
296
logit(LOG_NOTICE, "Cannot update utmpx: %s", strerror(errno));
lib/libpam/modules/pam_lastlog/pam_lastlog.c
299
logit(LOG_NOTICE, "Cannot update wtmpx: %s", strerror(errno));
lib/libpam/modules/pam_lastlog/pam_lastlog.c
328
logit(LOG_NOTICE, "Cannot update lastlogx: %s", strerror(errno));
lib/libpam/modules/pam_lastlog/pam_lastlog.c
357
logit(LOG_NOTICE, "Cannot open `%s': %s", _PATH_LASTLOG,
lib/libpam/modules/pam_login_access/login_access.c
112
logit(LOG_ERR, "%s: line %d: bad field count", _PATH_LOGACCESS,
lib/libpam/modules/pam_login_access/login_access.c
117
logit(LOG_ERR, "%s: line %d: bad first field", _PATH_LOGACCESS,
lib/libpam/modules/pam_login_access/login_access.c
126
logit(LOG_ERR, "cannot open %s: %s", _PATH_LOGACCESS, strerror(errno));
lib/libpam/modules/pam_login_access/login_access.c
170
logit(LOG_ERR, "NIS netgroup support not configured");
lib/libpam/modules/pam_login_access/login_access.c
61
logit(int level, const char *fmt, ...)
lib/libpam/modules/pam_login_access/login_access.c
97
logit(LOG_ERR, "%s: line %d: missing newline or line too long",
lib/libpam/modules/pam_radius/pam_radius.c
109
logit(LOG_CRIT, "rad_create_request: %s", rad_strerror(radh));
lib/libpam/modules/pam_radius/pam_radius.c
127
logit(LOG_CRIT, "rad_put_string: %s", rad_strerror(radh));
lib/libpam/modules/pam_radius/pam_radius.c
140
logit(LOG_CRIT, "rad_put_addr: %s",
lib/libpam/modules/pam_radius/pam_radius.c
148
logit(LOG_CRIT, "rad_put_attr: %s", rad_strerror(radh));
lib/libpam/modules/pam_radius/pam_radius.c
152
logit(LOG_CRIT, "rad_put_int: %s", rad_strerror(radh));
lib/libpam/modules/pam_radius/pam_radius.c
170
logit(LOG_CRIT,
lib/libpam/modules/pam_radius/pam_radius.c
179
logit(LOG_CRIT, "rad_get_attr: %s", rad_strerror(radh));
lib/libpam/modules/pam_radius/pam_radius.c
214
logit(LOG_CRIT,
lib/libpam/modules/pam_radius/pam_radius.c
220
logit(LOG_CRIT,
lib/libpam/modules/pam_radius/pam_radius.c
231
logit(LOG_CRIT, "rad_get_attr: %s", rad_strerror(radh));
lib/libpam/modules/pam_radius/pam_radius.c
237
logit(LOG_CRIT, "Out of memory");
lib/libpam/modules/pam_radius/pam_radius.c
246
logit(LOG_CRIT, "do_challenge: cannot get PAM_CONV");
lib/libpam/modules/pam_radius/pam_radius.c
296
logit(LOG_CRIT, "rad_open failed");
lib/libpam/modules/pam_radius/pam_radius.c
303
logit(LOG_ALERT, "rad_config: %s", rad_strerror(radh));
lib/libpam/modules/pam_radius/pam_radius.c
365
logit(LOG_CRIT, "rad_send_request: %s",
lib/libpam/modules/pam_radius/pam_radius.c
372
logit(LOG_CRIT,
lib/libpam/modules/pam_radius/pam_radius.c
81
logit(int level, const char *fmt, ...)
sys/dev/acpi/acpi.c
781
goto logit;
sys/dev/acpi/acpi.c
789
goto logit;
sys/dev/acpi/acpi.c
810
logit:
usr.bin/su/su_pam.c
389
logit("fork failed (%s)", strerror(errno));
usr.bin/su/su_pam.c
429
logit("Error waiting for pid %d (%s)", pid,
usr.bin/su/su_pam.c
433
logit("Wrong PID: %d != %d", pid, xpid);
usr.bin/su/su_pam.c
438
logit("pam_setcred: %s",
usr.bin/su/su_pam.c
442
logit("pam_close_session: %s",
usr.bin/su/su_pam.c
564
logit("%s: %s", func, safe_pam_strerror(pamh, pam_err));
usr.sbin/map-mbone/mapper.c
105
void logit(int severity, int syserr, const char *format, ...)
usr.sbin/map-mbone/mapper.c
222
logit(LOG_INFO, 0, "ignoring IGMP group membership report from %s to %s",
usr.sbin/map-mbone/mapper.c
233
logit(LOG_INFO, 0, "ignoring DVMRP probe from %s to %s",
usr.sbin/map-mbone/mapper.c
244
logit(LOG_INFO, 0, "ignoring DVMRP routing report from %s to %s",
usr.sbin/map-mbone/mapper.c
255
logit(LOG_INFO, 0,
usr.sbin/map-mbone/mapper.c
263
logit(LOG_INFO, 0,
usr.sbin/map-mbone/mapper.c
316
logit(LOG_WARNING, 0, "received truncated interface record from %s",
usr.sbin/map-mbone/mapper.c
361
logit(LOG_WARNING, 0,
usr.sbin/map-mbone/mapper.c
393
logit(LOG_WARNING, 0, "received truncated neighbor list from %s",
usr.sbin/map-mbone/mapper.c
405
logit(LOG_WARNING, 0,
usr.sbin/map-mbone/mapper.c
451
logit(LOG_WARNING, 0, "received truncated interface record from %s",
usr.sbin/map-mbone/mapper.c
502
logit(LOG_WARNING, 0,
usr.sbin/map-mbone/mapper.c
534
logit(LOG_WARNING, 0, "received truncated neighbor list from %s",
usr.sbin/map-mbone/mapper.c
549
logit(LOG_WARNING, 0,
usr.sbin/map-mbone/mapper.c
578
logit(LOG_NOTICE, 0, "network marked down...");
usr.sbin/map-mbone/mapper.c
922
logit(LOG_DEBUG, 0, "Timed out receiving neighbor lists");
usr.sbin/mrinfo/mrinfo.c
334
logit(LOG_ERR, errno, "setuid");
usr.sbin/mrinfo/mrinfo.c
373
logit(LOG_ERR, errno, "malloc");
usr.sbin/mrinfo/mrinfo.c
376
logit(LOG_ERR, errno, "malloc");
usr.sbin/mrinfo/mrinfo.c
459
logit(LOG_DEBUG, 0, "Timed out receiving neighbor lists");
usr.sbin/mrinfo/mrinfo.c
484
logit(LOG_WARNING, 0,
usr.sbin/mrinfo/mrinfo.c
497
logit(LOG_WARNING, 0,
usr.sbin/mrinfo/mrinfo.c
506
logit(LOG_WARNING, 0,
usr.sbin/mrouted/callout.c
103
logit(LOG_WARNING, 0, "Malloc Failed in timer_settimer\n");
usr.sbin/mrouted/callout.c
210
logit(LOG_DEBUG,0,"(%d,%d) ", ptr->id, ptr->time);
usr.sbin/mrouted/callout.c
73
logit(LOG_DEBUG,0,"[callout, age_callout_queue] -- time (%d)", ptr->time);
usr.sbin/mrouted/cfparse.y
191
logit(LOG_INFO, 0,
usr.sbin/mrouted/cfparse.y
402
logit(LOG_ERR,0,"%s: %s near line %d", configfilename, buf, lineno);
usr.sbin/mrouted/cfparse.y
415
logit(LOG_WARNING,0,"%s: %s near line %d", configfilename, buf, lineno);
usr.sbin/mrouted/cfparse.y
422
logit(LOG_ERR, 0, "%s: %s near line %d", configfilename, s, lineno);
usr.sbin/mrouted/cfparse.y
566
logit(LOG_ERR, errno, "can't open %s", configfilename);
usr.sbin/mrouted/config.c
105
logit(LOG_INFO,0,"installing %s (%s on subnet %s) as vif #%u - rate=%d",
usr.sbin/mrouted/config.c
31
logit(LOG_ERR, errno, "getifaddrs");
usr.sbin/mrouted/config.c
60
logit(LOG_WARNING, 0,
usr.sbin/mrouted/config.c
74
logit(LOG_WARNING, 0, "ignoring %s, same subnet as %s",
usr.sbin/mrouted/config.c
86
logit(LOG_WARNING, 0, "too many vifs, ignoring %s", ifa->ifa_name);
usr.sbin/mrouted/defs.h
146
extern void logit(int, int, const char *, ...)
usr.sbin/mrouted/igmp.c
132
logit(LOG_WARNING, 0,
usr.sbin/mrouted/igmp.c
148
logit(LOG_WARNING, 0, "kernel request not accurate");
usr.sbin/mrouted/igmp.c
157
logit(LOG_WARNING, 0,
usr.sbin/mrouted/igmp.c
167
logit(LOG_WARNING, 0,
usr.sbin/mrouted/igmp.c
173
logit(LOG_DEBUG, 0, "RECV %s from %-15s to %s",
usr.sbin/mrouted/igmp.c
246
logit(LOG_INFO, 0,
usr.sbin/mrouted/igmp.c
265
logit(LOG_INFO, 0,
usr.sbin/mrouted/igmp.c
343
logit(igmp_log_level(type, code), errno,
usr.sbin/mrouted/igmp.c
351
logit(LOG_DEBUG, 0, "SENT %s from %-15s to %s",
usr.sbin/mrouted/igmp.c
49
logit(LOG_ERR, errno, "IGMP socket");
usr.sbin/mrouted/kern.c
109
logit(LOG_ERR, errno, "can't enable Multicast routing in kernel");
usr.sbin/mrouted/kern.c
117
logit(LOG_WARNING, errno, "can't disable Multicast routing in kernel");
usr.sbin/mrouted/kern.c
134
logit(LOG_ERR, errno, "setsockopt MRT_ADD_VIF");
usr.sbin/mrouted/kern.c
142
logit(LOG_ERR, errno, "setsockopt MRT_DEL_VIF");
usr.sbin/mrouted/kern.c
173
logit(LOG_WARNING, errno, "setsockopt MRT_ADD_MFC");
usr.sbin/mrouted/kern.c
20
logit(LOG_ERR, errno, "setsockopt SO_RCVBUF %u", bufsize);
usr.sbin/mrouted/kern.c
202
logit(LOG_WARNING, errno, "setsockopt MRT_DEL_MFC");
usr.sbin/mrouted/kern.c
221
logit(LOG_ERR, errno,
usr.sbin/mrouted/kern.c
29
logit(LOG_ERR, errno, "setsockopt IP_HDRINCL %u", onoff);
usr.sbin/mrouted/kern.c
41
logit(LOG_ERR, errno, "setsockopt IP_MULTICAST_TTL %u", ttl);
usr.sbin/mrouted/kern.c
52
logit(LOG_ERR, errno, "setsockopt IP_MULTICAST_LOOP %u", loop);
usr.sbin/mrouted/kern.c
63
logit(LOG_ERR, errno, "setsockopt IP_MULTICAST_IF %s",
usr.sbin/mrouted/kern.c
77
logit(LOG_WARNING, errno, "can't join group %s on interface %s",
usr.sbin/mrouted/kern.c
92
logit(LOG_WARNING, errno, "can't leave group %s on interface %s",
usr.sbin/mrouted/main.c
174
logit(LOG_NOTICE, 0, "%s", versionstring);
usr.sbin/mrouted/main.c
209
logit(LOG_ERR, 0, "kernel (v%d.%d)/mrouted (v%d.%d) version mismatch",
usr.sbin/mrouted/main.c
256
logit(LOG_ERR, 0, "descriptor too big");
usr.sbin/mrouted/main.c
261
logit(LOG_ERR, 0, "descriptor too big");
usr.sbin/mrouted/main.c
317
logit(LOG_WARNING, errno, "select failed");
usr.sbin/mrouted/main.c
325
if (errno != EINTR) logit(LOG_ERR, errno, "recvfrom");
usr.sbin/mrouted/main.c
332
logit(LOG_ERR, errno, "sigprocmask");
usr.sbin/mrouted/main.c
483
logit(LOG_NOTICE, 0, "%s exiting", versionstring);
usr.sbin/mrouted/main.c
560
logit(LOG_NOTICE, 0, "%s restart", versionstring);
usr.sbin/mrouted/main.c
569
logit(LOG_ERR, errno, "sigprocmask");
usr.sbin/mrouted/main.c
685
logit(LOG_ERR, errno, "open /tmp/mrouted.clog");
usr.sbin/mrouted/main.c
79
void logit(int severity, int syserr, const char *format, ...)
usr.sbin/mrouted/prune.c
1020
logit(LOG_DEBUG, 0, "group %s joined on vif %d",
usr.sbin/mrouted/prune.c
1037
logit(LOG_DEBUG, 0, "update lclgrp (%s %s) gm:%x",
usr.sbin/mrouted/prune.c
1059
logit(LOG_DEBUG, 0, "group %s left on vif %d",
usr.sbin/mrouted/prune.c
1086
logit(LOG_DEBUG, 0, "delete lclgrp (%s %s) gm:%x",
usr.sbin/mrouted/prune.c
1137
logit(LOG_INFO, 0,
usr.sbin/mrouted/prune.c
1146
logit(LOG_WARNING, 0,
usr.sbin/mrouted/prune.c
1160
logit(LOG_DEBUG, 0, "%s on vif %d prunes (%s %s)/%d",
usr.sbin/mrouted/prune.c
1172
logit(LOG_WARNING, 0, "prune received from non-child %s for (%s %s)",
usr.sbin/mrouted/prune.c
1178
logit(LOG_WARNING, 0, "prune received from %s on scoped grp (%s %s)",
usr.sbin/mrouted/prune.c
1189
logit(LOG_WARNING, 0, "%s %d from %s for (%s %s)/%d %s %d %s %x",
usr.sbin/mrouted/prune.c
1200
logit(LOG_ERR, 0, "pt: ran out of memory");
usr.sbin/mrouted/prune.c
1230
logit(LOG_DEBUG, 0, "prune (%s %s), stop sending on vif %d, gm:%x",
usr.sbin/mrouted/prune.c
1257
logit(LOG_DEBUG, 0, "%s (%s %s)/%d from %s",
usr.sbin/mrouted/prune.c
1302
logit(LOG_DEBUG, 0, "chkgrp graft (%s %s) gm:%x",
usr.sbin/mrouted/prune.c
1340
logit(LOG_INFO, 0,
usr.sbin/mrouted/prune.c
1347
logit(LOG_WARNING, 0,
usr.sbin/mrouted/prune.c
1358
logit(LOG_DEBUG, 0, "%s on vif %d grafts (%s %s)",
usr.sbin/mrouted/prune.c
1370
logit(LOG_WARNING, 0, "graft received from %s on scoped grp (%s %s)",
usr.sbin/mrouted/prune.c
1383
logit(LOG_DEBUG, 0, "accept graft (%s %s) gm:%x",
usr.sbin/mrouted/prune.c
1421
logit(LOG_DEBUG, 0, "%s (%s %s) from %s",
usr.sbin/mrouted/prune.c
1447
logit(LOG_INFO, 0,
usr.sbin/mrouted/prune.c
1454
logit(LOG_WARNING, 0,
usr.sbin/mrouted/prune.c
1465
logit(LOG_DEBUG, 0, "%s on vif %d acks graft (%s, %s)",
usr.sbin/mrouted/prune.c
1476
logit(LOG_WARNING, 0, "%s (%s, %s) from %s",
usr.sbin/mrouted/prune.c
1554
logit(LOG_DEBUG, 0, "Route for %s stealing sources from %s",
usr.sbin/mrouted/prune.c
1561
logit(LOG_DEBUG, 0, "%s stealing (%s %s) from %s",
usr.sbin/mrouted/prune.c
1567
logit(LOG_WARNING, errno, "%s (%s, %s)",
usr.sbin/mrouted/prune.c
1587
logit(LOG_DEBUG, 0, "%s stealing (%s %s) from %s",
usr.sbin/mrouted/prune.c
1593
logit(LOG_WARNING, errno, "%s (%s %s)",
usr.sbin/mrouted/prune.c
1624
logit(LOG_DEBUG, 0, "ageing entries");
usr.sbin/mrouted/prune.c
1637
logit(LOG_DEBUG, 0, "upstream prune tmo (%s %s)",
usr.sbin/mrouted/prune.c
1660
logit(LOG_DEBUG, 0, "expire prune (%s %s) from %s on vif %d",
usr.sbin/mrouted/prune.c
1689
logit(LOG_WARNING, errno, "%s (%s %s)",
usr.sbin/mrouted/prune.c
1698
logit(LOG_DEBUG, 0, "age_table_entry deleting (%s %s)",
usr.sbin/mrouted/prune.c
1702
logit(LOG_WARNING, errno,
usr.sbin/mrouted/prune.c
1733
logit(LOG_DEBUG, 0, "timeout cache entry (%s, %s)",
usr.sbin/mrouted/prune.c
1783
logit(LOG_WARNING, errno, "%s (%s %s)",
usr.sbin/mrouted/prune.c
1814
logit(LOG_DEBUG, 0, "prune expired with %d left on %s",
usr.sbin/mrouted/prune.c
1823
logit(LOG_DEBUG, 0, "forw again (%s %s) gm:%x vif:%d",
usr.sbin/mrouted/prune.c
1973
logit(LOG_DEBUG, 0, "Initial traceroute query rcvd from %s to %s",
usr.sbin/mrouted/prune.c
1978
logit(LOG_DEBUG, 0, "In-transit traceroute query rcvd from %s to %s",
usr.sbin/mrouted/prune.c
1981
logit(LOG_DEBUG, 0, "Dropping multicast response");
usr.sbin/mrouted/prune.c
1986
logit(LOG_WARNING, 0, "%s from %s to %s",
usr.sbin/mrouted/prune.c
1998
logit(LOG_DEBUG, 0, "packet with all reports filled in");
usr.sbin/mrouted/prune.c
2002
logit(LOG_DEBUG, 0, "s: %s g: %s d: %s ",
usr.sbin/mrouted/prune.c
2006
logit(LOG_DEBUG, 0, "rttl: %d rd: %s", qry->tr_rttl,
usr.sbin/mrouted/prune.c
2008
logit(LOG_DEBUG, 0, "rcount:%d, qid:%06x", rcount, qry->tr_qid);
usr.sbin/mrouted/prune.c
2013
logit(LOG_DEBUG, 0, "rt parent vif: %d rtr: %s metric: %d",
usr.sbin/mrouted/prune.c
2016
logit(LOG_DEBUG, 0, "rt origin %s",
usr.sbin/mrouted/prune.c
2019
logit(LOG_DEBUG, 0, "...no route");
usr.sbin/mrouted/prune.c
2038
logit(LOG_DEBUG, 0, "ignoring duplicate traceroute packet");
usr.sbin/mrouted/prune.c
2043
logit(LOG_DEBUG, 0, "Mcast traceroute: no route entry %s",
usr.sbin/mrouted/prune.c
2052
logit(LOG_DEBUG, 0, "Destination %s not an interface",
usr.sbin/mrouted/prune.c
2058
logit(LOG_DEBUG, 0,
usr.sbin/mrouted/prune.c
2074
logit(LOG_DEBUG, 0, "Wrong interface for packet");
usr.sbin/mrouted/prune.c
2082
logit(LOG_DEBUG, 0, "Sending traceroute response");
usr.sbin/mrouted/prune.c
2183
logit(LOG_DEBUG, 0,
usr.sbin/mrouted/prune.c
2202
logit(LOG_DEBUG, 0, "rcount:%d, no:%d", rcount, no);
usr.sbin/mrouted/prune.c
2223
logit(LOG_DEBUG, 0, "Sending reply to %s from %s",
usr.sbin/mrouted/prune.c
2231
logit(LOG_INFO, 0, "No enabled phyints -- %s",
usr.sbin/mrouted/prune.c
2234
logit(LOG_DEBUG, 0, "Sending %s to %s from %s",
usr.sbin/mrouted/prune.c
280
logit(LOG_DEBUG, 0, "sent prune for (%s %s)/%d on vif %d to %s",
usr.sbin/mrouted/prune.c
323
logit(LOG_DEBUG, 0, "sent graft for (%s %s) to %s on vif %d",
usr.sbin/mrouted/prune.c
352
logit(LOG_DEBUG, 0, "sent graft ack for (%s, %s) to %s",
usr.sbin/mrouted/prune.c
626
logit(LOG_ERR, 0, "ran out of memory");
usr.sbin/mrouted/prune.c
677
logit(LOG_WARNING, 0, "Entry for (%s %s) (rt:%p) exists (rt:%p)",
usr.sbin/mrouted/prune.c
709
logit(LOG_ERR, 0, "ran out of memory");
usr.sbin/mrouted/prune.c
719
logit(LOG_WARNING, 0, "kernel entry already exists for (%s %s)",
usr.sbin/mrouted/prune.c
731
logit(LOG_DEBUG, 0, "add cache entry (%s %s) gm:%x, parent-vif:%d",
usr.sbin/mrouted/prune.c
766
logit(LOG_DEBUG, 0, "reset_neighbor_state parent reset (%s %s)",
usr.sbin/mrouted/prune.c
823
logit(LOG_DEBUG, 0, "reset member state (%s %s) gm:%x",
usr.sbin/mrouted/prune.c
845
logit(LOG_DEBUG, 0, "del_table_entry deleting (%s %s)",
usr.sbin/mrouted/prune.c
851
logit(LOG_WARNING, errno,
usr.sbin/mrouted/prune.c
897
logit(LOG_DEBUG, 0, "del_table_entry deleting (%s %s)",
usr.sbin/mrouted/prune.c
903
logit(LOG_WARNING, errno,
usr.sbin/mrouted/prune.c
984
logit(LOG_DEBUG, 0, "updating cache entries (%s %s) gm:%x",
usr.sbin/mrouted/route.c
1079
logit(LOG_INFO, 0, "update %d starting at %d of %d",
usr.sbin/mrouted/route.c
289
logit(LOG_ERR, 0, "ran out of memory"); /* fatal */
usr.sbin/mrouted/route.c
354
logit(LOG_WARNING, 0,
usr.sbin/mrouted/route.c
376
logit(LOG_WARNING, 0,
usr.sbin/mrouted/route.c
692
logit(LOG_INFO, 0,
usr.sbin/mrouted/route.c
746
logit(LOG_INFO, 0,
usr.sbin/mrouted/route.c
755
logit(LOG_INFO, 0,
usr.sbin/mrouted/route.c
764
logit(LOG_WARNING, 0,
usr.sbin/mrouted/route.c
774
logit(LOG_WARNING, 0,
usr.sbin/mrouted/route.c
784
logit(LOG_WARNING, 0,
usr.sbin/mrouted/route.c
809
logit(LOG_DEBUG, 0, "Updating %d routes from %s to %s", nrt,
usr.sbin/mrouted/route.c
814
logit(LOG_WARNING, 0, "%s reports duplicate route for %s",
usr.sbin/mrouted/rsrr.c
107
logit(LOG_ERR, errno, "Can't bind RSRR socket");
usr.sbin/mrouted/rsrr.c
110
logit(LOG_WARNING, 0, "Couldn't register RSRR as an input handler");
usr.sbin/mrouted/rsrr.c
127
logit(LOG_ERR, errno, "RSRR recvfrom");
usr.sbin/mrouted/rsrr.c
147
logit(LOG_WARNING, 0,
usr.sbin/mrouted/rsrr.c
156
logit(LOG_WARNING, 0,
usr.sbin/mrouted/rsrr.c
167
logit(LOG_INFO, 0, "Received Initial Query\n");
usr.sbin/mrouted/rsrr.c
173
logit(LOG_WARNING, 0,
usr.sbin/mrouted/rsrr.c
180
logit(LOG_INFO, 0,
usr.sbin/mrouted/rsrr.c
189
logit(LOG_WARNING, 0,
usr.sbin/mrouted/rsrr.c
197
logit(LOG_WARNING, 0,
usr.sbin/mrouted/rsrr.c
217
logit(LOG_WARNING, 0,
usr.sbin/mrouted/rsrr.c
246
logit(LOG_INFO, 0, "Send RSRR Initial Reply");
usr.sbin/mrouted/rsrr.c
362
logit(LOG_INFO, 0, "Route Change: Send RSRR Route Reply");
usr.sbin/mrouted/rsrr.c
365
logit(LOG_INFO, 0, "Send RSRR Route Reply");
usr.sbin/mrouted/rsrr.c
367
logit(LOG_INFO, 0, "for src %s dst %s in vif %d out vif %lu\n",
usr.sbin/mrouted/rsrr.c
389
logit(LOG_WARNING, errno, "Failed send on RSRR socket");
usr.sbin/mrouted/rsrr.c
391
logit(LOG_WARNING, 0,
usr.sbin/mrouted/rsrr.c
427
logit(LOG_DEBUG, 0,
usr.sbin/mrouted/rsrr.c
441
logit(LOG_ERR, 0, "ran out of memory");
usr.sbin/mrouted/rsrr.c
450
logit(LOG_DEBUG, 0, "Cached query id %ld from client %s\n",
usr.sbin/mrouted/rsrr.c
471
logit(LOG_DEBUG, 0, "Deleting cached query id %ld from client %s\n",
usr.sbin/mrouted/rsrr.c
92
logit(LOG_ERR, errno, "Can't create RSRR socket");
usr.sbin/mrouted/vif.c
1016
logit(LOG_WARNING, 0,
usr.sbin/mrouted/vif.c
102
logit(LOG_WARNING, 0,
usr.sbin/mrouted/vif.c
1046
logit(LOG_DEBUG, 0,
usr.sbin/mrouted/vif.c
105
logit(LOG_INFO, 0, "Installing vifs in mrouted...");
usr.sbin/mrouted/vif.c
1059
logit(LOG_DEBUG, 0, "New neighbor %s on vif %d v%d.%d nf 0x%02x",
usr.sbin/mrouted/vif.c
1065
logit(LOG_ERR, 0, "ran out of memory"); /* fatal */
usr.sbin/mrouted/vif.c
110
logit(LOG_INFO, 0, "vif #%d, tunnel %s -> %s", vifi,
usr.sbin/mrouted/vif.c
1113
logit(LOG_WARNING, 0,
usr.sbin/mrouted/vif.c
1126
logit(LOG_DEBUG, 0,
usr.sbin/mrouted/vif.c
114
logit(LOG_INFO, 0, "vif #%d, phyint %s", vifi,
usr.sbin/mrouted/vif.c
1142
logit(LOG_WARNING, 0,
usr.sbin/mrouted/vif.c
117
} else logit(LOG_INFO, 0,
usr.sbin/mrouted/vif.c
134
logit(LOG_INFO, 0, "Installing vifs in kernel...");
usr.sbin/mrouted/vif.c
1356
logit(LOG_WARNING, 0,
usr.sbin/mrouted/vif.c
139
logit(LOG_INFO, 0, "vif #%d, tunnel %s -> %s", vifi,
usr.sbin/mrouted/vif.c
143
logit(LOG_INFO, 0, "vif #%d, phyint %s", vifi,
usr.sbin/mrouted/vif.c
146
} else logit(LOG_INFO, 0,
usr.sbin/mrouted/vif.c
173
logit(LOG_ERR, errno,
usr.sbin/mrouted/vif.c
180
logit(LOG_INFO, 0,
usr.sbin/mrouted/vif.c
190
logit(LOG_INFO, 0,
usr.sbin/mrouted/vif.c
505
logit(LOG_INFO, 0,
usr.sbin/mrouted/vif.c
542
logit(LOG_INFO, 0,
usr.sbin/mrouted/vif.c
578
logit(LOG_ERR, 0, "ran out of memory"); /* fatal */
usr.sbin/mrouted/vif.c
618
logit(LOG_INFO, 0,
usr.sbin/mrouted/vif.c
635
logit(LOG_DEBUG, 0,
usr.sbin/mrouted/vif.c
716
logit(LOG_WARNING, errno, "Determining local address");
usr.sbin/mrouted/vif.c
75
logit(LOG_ERR, errno, "UDP socket");
usr.sbin/mrouted/vif.c
76
logit(LOG_INFO,0,"Getting vifs from kernel interfaces");
usr.sbin/mrouted/vif.c
78
logit(LOG_INFO,0,"Getting vifs from %s",configfilename);
usr.sbin/mrouted/vif.c
803
logit(LOG_WARNING, errno, "Determining local address");
usr.sbin/mrouted/vif.c
912
logit(LOG_INFO, 0, "ignoring unknown info type %d", *p);
usr.sbin/mrouted/vif.c
956
logit(LOG_INFO, 0, "ignoring spurious DVMRP neighbor list from %s to %s",
usr.sbin/mrouted/vif.c
968
logit(LOG_INFO, 0, "ignoring spurious DVMRP neighbor list2 from %s to %s",
usr.sbin/mrouted/vif.c
978
logit(LOG_INFO, 0, "ignoring spurious DVMRP info reply from %s to %s",
usr.sbin/mrouted/vif.c
98
logit(LOG_ERR, 0, "can't forward: %s",
usr.sbin/mtrace/mtrace.c
1164
logit(LOG_ERR, errno, "setuid");
usr.sbin/mtrace/mtrace.c
1660
logit(LOG_WARNING, errno, "sendto");
usr.sbin/nfsd/nfsd.c
133
logit(LOG_ERR, "nfssvc: %s", strerror(errno));
usr.sbin/nfsd/nfsd.c
175
logit(LOG_ERR, "getaddrinfo %s: %s", cfg_netconf[t],
usr.sbin/nfsd/nfsd.c
183
logit(LOG_ERR, "getnetconfigent %s failed: %s",
usr.sbin/nfsd/nfsd.c
192
logit(LOG_ERR, "rpcb_set %s failed", cfg_netconf[t]);
usr.sbin/nfsd/nfsd.c
216
logit(LOG_ERR, "can't create %s socket: %s", cfg_netconf[p],
usr.sbin/nfsd/nfsd.c
223
logit(LOG_ERR, "can't set v6-only binding for %s "
usr.sbin/nfsd/nfsd.c
232
logit(LOG_ERR, "setsockopt SO_REUSEADDR for %s: %s",
usr.sbin/nfsd/nfsd.c
239
logit(LOG_ERR, "can't bind %s addr: %s", cfg_netconf[p],
usr.sbin/nfsd/nfsd.c
246
logit(LOG_ERR, "listen failed");
usr.sbin/nfsd/nfsd.c
253
logit(LOG_ERR, "can't register with %s portmap",
usr.sbin/nfsd/nfsd.c
266
logit(LOG_ERR, "can't add %s socket: %s",
usr.sbin/nfsd/nfsd.c
503
logit(LOG_ERR, "daemon2_fork failed");
usr.sbin/nfsd/nfsd.c
523
logit(LOG_ERR, "thread alloc %s", strerror(errno));
usr.sbin/nfsd/nfsd.c
533
logit(LOG_ERR, "pthread_create: %s", strerror(errno));
usr.sbin/nfsd/nfsd.c
574
logit(LOG_ERR, "poll failed: %s", strerror(errno));
usr.sbin/nfsd/nfsd.c
591
logit(LOG_ERR, "accept failed: %s",
usr.sbin/nfsd/nfsd.c
599
logit(LOG_ERR, "setsockopt SO_KEEPALIVE: %s",
usr.sbin/nfsd/nfsd.c
620
logit(LOG_ERR, "missing system call: NFS not available.");
usr.sbin/rpcbind/rpcbind.h
130
void logit(int, struct sockaddr *, rpcproc_t, rpcprog_t, const char *);
usr.sbin/rpcbind/security.c
105
logit(log_severity, addr, proc, prog,
usr.sbin/rpcbind/security.c
129
logit(deny_severity, addr, proc, prog,
usr.sbin/rpcbind/security.c
136
logit(log_severity, addr, proc, prog, "");
usr.sbin/rpcbind/security.c
296
logit(deny_severity, sa, args->rmt_proc, args->rmt_prog,
usr.sbin/rpcbind/security.c
299
logit(0, sa, args->rmt_proc, args->rmt_prog,
usr.sbin/rtadvd/advcap.c
142
logit(LOG_INFO, "%s: open `%s': %m", __func__, cp);
usr.sbin/rtadvd/config.c
1027
logit(LOG_INFO,
usr.sbin/rtadvd/config.c
1059
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
1070
logit(LOG_ERR, \
usr.sbin/rtadvd/config.c
1232
logit(LOG_ERR, "%s: failed to get ip6 sysctl(%d): %m",
usr.sbin/rtadvd/config.c
176
logit(LOG_ERR, "%s: need %s for interface %s", \
usr.sbin/rtadvd/config.c
193
logit(LOG_ERR, "%s: calloc failed: %m", \
usr.sbin/rtadvd/config.c
200
logit(LOG_INFO, "%s: interface %s not found, ignoring",
usr.sbin/rtadvd/config.c
205
logit(LOG_DEBUG, "%s: loading configuration for interface %s",
usr.sbin/rtadvd/config.c
210
logit(LOG_INFO,
usr.sbin/rtadvd/config.c
237
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
246
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
256
logit(LOG_WARNING,
usr.sbin/rtadvd/config.c
266
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
275
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
297
logit(LOG_ERR, "%s: the \'h\' and \'l\'"
usr.sbin/rtadvd/config.c
314
logit(LOG_ERR, "%s: invalid router preference (%02x) on %s",
usr.sbin/rtadvd/config.c
321
logit(LOG_ERR, "%s: router lifetime (%d) on %s is invalid "
usr.sbin/rtadvd/config.c
336
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
347
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
357
logit(LOG_ERR, "%s: retrans time (%lld) on %s out of range",
usr.sbin/rtadvd/config.c
364
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
390
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
403
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
409
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
416
logit(LOG_NOTICE,
usr.sbin/rtadvd/config.c
424
logit(LOG_ERR, "%s: prefixlen (%d) for %s "
usr.sbin/rtadvd/config.c
448
logit(LOG_ERR, "%s: vltime (%lld) for "
usr.sbin/rtadvd/config.c
467
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
489
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
503
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
536
logit(LOG_ERR, "%s: inet_pton failed for %s",
usr.sbin/rtadvd/config.c
549
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
556
logit(LOG_NOTICE,
usr.sbin/rtadvd/config.c
577
logit(LOG_ERR, "%s: prefixlen (%d) for %s on %s "
usr.sbin/rtadvd/config.c
591
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
612
logit(LOG_ERR, "%s: invalid route preference (%02x) "
usr.sbin/rtadvd/config.c
641
logit(LOG_ERR, "%s: route lifetime (%lld) for "
usr.sbin/rtadvd/config.c
669
logit(LOG_ERR, "%s: inet_pton failed for %s",
usr.sbin/rtadvd/config.c
678
logit(LOG_ERR, "%s: %s (%lld) on %s is invalid",
usr.sbin/rtadvd/config.c
712
logit(LOG_ERR, "%s: %s (%lld) on %s is invalid",
usr.sbin/rtadvd/config.c
790
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
811
logit(LOG_ERR, "%s: failed to get prefixlen "
usr.sbin/rtadvd/config.c
825
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
845
logit(LOG_ERR, "%s: inet_ntop failed", __func__);
usr.sbin/rtadvd/config.c
848
logit(LOG_DEBUG,
usr.sbin/rtadvd/config.c
891
logit(LOG_DEBUG, "%s: prefix %s/%d was deleted on %s",
usr.sbin/rtadvd/config.c
907
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
913
logit(LOG_DEBUG, "%s: prefix %s/%d was invalidated on %s, "
usr.sbin/rtadvd/config.c
921
logit(LOG_ERR, "%s: failed to add a timer for a prefix. "
usr.sbin/rtadvd/config.c
947
logit(LOG_ERR,
usr.sbin/rtadvd/config.c
953
logit(LOG_DEBUG, "%s: prefix %s/%d was re-enabled on %s",
usr.sbin/rtadvd/config.c
976
logit(LOG_ERR, "%s: memory allocation failed",
usr.sbin/rtadvd/config.c
992
logit(LOG_DEBUG, "%s: new prefix %s/%d was added on %s",
usr.sbin/rtadvd/dump.c
268
logit(LOG_DEBUG, "%s: dump current status to %s", __func__,
usr.sbin/rtadvd/dump.c
272
logit(LOG_WARNING, "%s: open a dump file(%s): %m",
usr.sbin/rtadvd/if.c
141
logit(LOG_ERR, "%s: socket: %m", __func__);
usr.sbin/rtadvd/if.c
148
logit(LOG_ERR, "%s: ioctl:SIOCGIFFLAGS: failed for %s",
usr.sbin/rtadvd/if.c
185
logit(LOG_ERR, "%s: unsupported link type(%d)",
usr.sbin/rtadvd/if.c
210
logit(LOG_WARNING, "%s: rtm_msglen is 0 "
usr.sbin/rtadvd/logit.h
2
void logit(int, const char *, ...) __sysloglike(2, 3);
usr.sbin/rtadvd/rtadvd.c
1010
logit(LOG_DEBUG, "%s: random delay is larger than "
usr.sbin/rtadvd/rtadvd.c
1045
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
1061
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1074
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1084
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
1094
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1108
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1122
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1137
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1152
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1167
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1217
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1231
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1257
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1272
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1293
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1308
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1383
logit(LOG_INFO, "%s: short option header", __func__);
usr.sbin/rtadvd/rtadvd.c
1389
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1396
logit(LOG_INFO, "%s: short option", __func__);
usr.sbin/rtadvd/rtadvd.c
1404
logit(LOG_INFO, "%s: unknown ND option(type %d)",
usr.sbin/rtadvd/rtadvd.c
1410
logit(LOG_INFO, "%s: unexpected ND option(type %d)",
usr.sbin/rtadvd/rtadvd.c
1429
logit(LOG_INFO, "%s: invalid option length",
usr.sbin/rtadvd/rtadvd.c
1443
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
1459
logit(LOG_ERR, "%s: can't allocate memory",
usr.sbin/rtadvd/rtadvd.c
1505
logit(LOG_ERR, "%s: malloc: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1512
logit(LOG_ERR, "%s: malloc: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1517
logit(LOG_ERR, "%s: socket: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1525
logit(LOG_ERR, "%s: IPV6_MULTICAST_HOPS: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1531
logit(LOG_ERR, "%s: IPV6_UNICAST_HOPS: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1539
logit(LOG_ERR, "%s: IPV6_RECVPKTINFO: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1547
logit(LOG_ERR, "%s: IPV6_RECVHOPLIMIT: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1556
logit(LOG_ERR, "%s: IICMP6_FILTER: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1566
logit(LOG_ERR, "%s: inet_pton failed(library bug?)",
usr.sbin/rtadvd/rtadvd.c
1574
logit(LOG_ERR, "%s: IPV6_JOIN_GROUP(link) on %s: %m",
usr.sbin/rtadvd/rtadvd.c
1614
logit(LOG_ERR, "%s: socket: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1620
logit(LOG_ERR, "%s: RO_MSGFILTER: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
1646
logit(LOG_DEBUG, "%s: %s is not up, skip sending RA",
usr.sbin/rtadvd/rtadvd.c
1666
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
1677
logit(LOG_ERR,
usr.sbin/rtadvd/rtadvd.c
1698
logit(LOG_ERR, "%s: sendmsg on %s: %m",
usr.sbin/rtadvd/rtadvd.c
1711
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
1738
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
1753
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
1793
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
226
logit(LOG_ERR, "pidfile_lock: %m");
usr.sbin/rtadvd/rtadvd.c
228
logit(LOG_ERR, "Another instance of `%s' is running "
usr.sbin/rtadvd/rtadvd.c
251
logit(LOG_ERR,
usr.sbin/rtadvd/rtadvd.c
255
logit(LOG_ERR, "getpwnam: %s: %m", RTADVD_USER);
usr.sbin/rtadvd/rtadvd.c
271
logit(LOG_ERR, " pidfile_lock: %m");
usr.sbin/rtadvd/rtadvd.c
285
logit(LOG_INFO, "dropping privileges to %s", RTADVD_USER);
usr.sbin/rtadvd/rtadvd.c
288
logit(LOG_ERR, "chroot: %s: %m", pw->pw_dir);
usr.sbin/rtadvd/rtadvd.c
292
logit(LOG_ERR, "chdir: /: %m");
usr.sbin/rtadvd/rtadvd.c
299
logit(LOG_ERR, "failed to drop privileges: %m");
usr.sbin/rtadvd/rtadvd.c
316
logit(LOG_INFO, "%s: reloading config on SIGHUP",
usr.sbin/rtadvd/rtadvd.c
333
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
339
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
354
logit(LOG_ERR, "%s: poll: %m", __func__);
usr.sbin/rtadvd/rtadvd.c
399
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
404
logit(LOG_NOTICE, "%s: gracefully terminated", __func__);
usr.sbin/rtadvd/rtadvd.c
412
logit(LOG_NOTICE, "%s: gracefully terminated", __func__);
usr.sbin/rtadvd/rtadvd.c
418
logit(LOG_NOTICE, "%s: final RA transmission started", __func__);
usr.sbin/rtadvd/rtadvd.c
486
logit(LOG_DEBUG, "%s: received a routing message "
usr.sbin/rtadvd/rtadvd.c
496
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
536
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
562
logit(LOG_DEBUG, "%s: unknown rtmsg %d on %s",
usr.sbin/rtadvd/rtadvd.c
571
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
595
logit(LOG_INFO, "%s: new interface route's"
usr.sbin/rtadvd/rtadvd.c
610
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
636
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
645
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
670
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
684
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
695
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
701
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
762
logit(LOG_ERR,
usr.sbin/rtadvd/rtadvd.c
768
logit(LOG_ERR,
usr.sbin/rtadvd/rtadvd.c
776
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
789
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
797
logit(LOG_ERR,
usr.sbin/rtadvd/rtadvd.c
813
logit(LOG_NOTICE,
usr.sbin/rtadvd/rtadvd.c
823
logit(LOG_NOTICE,
usr.sbin/rtadvd/rtadvd.c
833
logit(LOG_NOTICE,
usr.sbin/rtadvd/rtadvd.c
850
logit(LOG_NOTICE,
usr.sbin/rtadvd/rtadvd.c
860
logit(LOG_NOTICE,
usr.sbin/rtadvd/rtadvd.c
870
logit(LOG_NOTICE,
usr.sbin/rtadvd/rtadvd.c
888
logit(LOG_ERR, "%s: invalid icmp type(%d)",
usr.sbin/rtadvd/rtadvd.c
903
logit(LOG_DEBUG,
usr.sbin/rtadvd/rtadvd.c
916
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
932
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
941
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
949
logit(LOG_INFO,
usr.sbin/rtadvd/rtadvd.c
970
logit(LOG_ERR, "%s: malloc: %m", __func__);
usr.sbin/rtadvd/timer.c
164
logit(LOG_DEBUG,
usr.sbin/rtadvd/timer.c
70
logit(LOG_ERR, "%s: malloc: %m", __func__);