Searched refs:warnmsg (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/usr.sbin/rtsold/
H A Dif.c91 warnmsg(LOG_WARNING, __func__, "ioctl(SIOCGIFFLAGS): %s",
98 warnmsg(LOG_ERR, __func__,
103 warnmsg(LOG_WARNING, __func__, "socket(AF_INET6, SOCK_DGRAM): %s",
108 warnmsg(LOG_WARNING, __func__, "ioctl(SIOCGIFINFO_IN6): %s",
114 warnmsg(LOG_DEBUG, __func__, "checking if %s is ready...", name);
120 warnmsg(LOG_WARNING, __func__,
127 warnmsg(LOG_WARNING, __func__,
137 warnmsg(LOG_WARNING, __func__,
144 warnmsg(LOG_WARNING, __func__,
154 warnmsg(LOG_WARNIN
[all...]
H A Dprobe.c75 warnmsg(LOG_ERR, __func__, "malloc failed");
80 warnmsg(LOG_ERR, __func__, "socket: %s", strerror(errno));
86 warnmsg(LOG_ERR, __func__, "shutdown: %s", strerror(errno));
119 warnmsg(LOG_ERR, __func__, "sysctl(ICMPV6CTL_ND6_DRLIST): %s",
127 warnmsg(LOG_ERR, __func__, "malloc(): %s", strerror(errno));
131 warnmsg(LOG_ERR, __func__, "sysctl(ICMPV6CTL_ND6_DRLIST): %s",
141 warnmsg(LOG_ERR, __func__,
189 warnmsg(LOG_DEBUG, __func__, "probe a router %s on %s",
194 warnmsg(LOG_ERR, __func__, "sendmsg on %s: %s",
H A Drtsold.c255 warnmsg(LOG_ERR, __func__, "failed to open a socket");
270 warnmsg(LOG_ERR, __func__, "failed to open a socket");
284 warnmsg(LOG_ERR, __func__, "malloc");
288 warnmsg(LOG_ERR, __func__, "malloc");
295 warnmsg(LOG_ERR, __func__,
303 warnmsg(LOG_ERR, __func__,
312 warnmsg(LOG_ERR, __func__,
324 warnmsg(LOG_ERR, __func__,
375 warnmsg(LOG_ERR, __func__, "select: %s",
408 warnmsg(LOG_ER
858 warnmsg(int priority, const char *func, const char *msg, ...) function
[all...]
H A Drtsol.c109 warnmsg(LOG_ERR, __func__, "malloc failed: %s", \
127 warnmsg(LOG_ERR, __func__,
132 warnmsg(LOG_ERR, __func__,
137 warnmsg(LOG_ERR, __func__, "socket: %s", strerror(errno));
145 warnmsg(LOG_ERR, __func__, "IPV6_RECVPKTINFO: %s",
154 warnmsg(LOG_ERR, __func__, "IPV6_RECVHOPLIMIT: %s",
164 warnmsg(LOG_ERR, __func__, "setsockopt(ICMP6_FILTER): %s",
219 warnmsg(LOG_DEBUG, __func__,
229 warnmsg(LOG_ERR, __func__, "sendmsg on %s: %s",
268 warnmsg(LOG_ER
[all...]
H A Drtsock.c114 warnmsg(LOG_INFO, __func__,
123 warnmsg(LOG_INFO, __func__,
155 warnmsg(LOG_INFO, __func__,
159 warnmsg(LOG_WARNING, __func__,
164 warnmsg(LOG_INFO, __func__,
H A Drtsold.h163 extern void warnmsg(int, const char *, const char *, ...)
H A Ddump.c128 warnmsg(LOG_WARNING, __func__, "open a dump file(%s): %s",
/freebsd-10.0-release/contrib/gcc/
H A Dtree-vrp.c4400 const char* warnmsg; local
4405 warnmsg = G_("assuming signed overflow does not occur when "
4411 warnmsg = G_("assuming signed overflow does not occur when "
4423 warning (OPT_Wstrict_overflow, "%H%s", &locus, warnmsg);
H A Dfold-const.c934 const char *warnmsg;
948 warnmsg = fold_deferred_overflow_warning;
951 if (!issue || warnmsg == NULL)
966 warning (OPT_Wstrict_overflow, "%H%s", &locus, warnmsg);
1289 const char * const warnmsg = G_("assuming signed overflow does not "
1297 fold_overflow_warning (warnmsg, WARN_STRICT_OVERFLOW_MISC);
1307 fold_overflow_warning (warnmsg, WARN_STRICT_OVERFLOW_MISC);
4917 const char * const warnmsg = G_("assuming signed overflow does not occur "
4938 fold_overflow_warning (warnmsg, WARN_STRICT_OVERFLOW_COMPARISON);
4972 fold_overflow_warning (warnmsg,
926 const char *warnmsg; local
1280 const char * const warnmsg = G_("assuming signed overflow does not " local
4888 const char * const warnmsg = G_("assuming signed overflow does not occur " local
[all...]

Completed in 296 milliseconds