Home
last modified time | relevance | path

Searched refs:zmsg (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gold/
H A Derrors.cc171 const char* zmsg; in undefined_symbol() local
179 zmsg = _("warning"); in undefined_symbol()
184 zmsg = _("error"); in undefined_symbol()
191 location.c_str(), zmsg, sym->demangled_name().c_str()); in undefined_symbol()
195 location.c_str(), zmsg, sym->demangled_name().c_str(), version); in undefined_symbol()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Derrors.cc171 const char* zmsg; in undefined_symbol() local
179 zmsg = _("warning"); in undefined_symbol()
184 zmsg = _("error"); in undefined_symbol()
191 location.c_str(), zmsg, sym->demangled_name().c_str()); in undefined_symbol()
195 location.c_str(), zmsg, sym->demangled_name().c_str(), version); in undefined_symbol()
/dflybsd-src/sys/net/ipfw3/
H A Dip_fw3.c878 struct netmsg_zent *zmsg = (struct netmsg_zent *)nmsg; in ip_fw3_zero_entry_dispatch() local
882 if (zmsg->rulenum == 0) { in ip_fw3_zero_entry_dispatch()
888 if (rule->rulenum == zmsg->rulenum) { in ip_fw3_zero_entry_dispatch()
906 struct netmsg_zent zmsg; in ip_fw3_ctl_zero_entry() local
911 bzero(&zmsg, sizeof(zmsg)); in ip_fw3_ctl_zero_entry()
912 nmsg = &zmsg.base; in ip_fw3_ctl_zero_entry()
915 zmsg.log_only = log_only; in ip_fw3_ctl_zero_entry()
932 zmsg.start_rule = rule; in ip_fw3_ctl_zero_entry()
933 zmsg.rulenum = rulenum; in ip_fw3_ctl_zero_entry()
939 KKASSERT(zmsg.start_rule == NULL); in ip_fw3_ctl_zero_entry()
/dflybsd-src/contrib/cvs-1.12/src/
H A Dzlib.c70 const char *zmsg; in compress_error() local
75 zmsg = zstr->msg; in compress_error()
76 if (zmsg == NULL) in compress_error()
79 zmsg = buf; in compress_error()
84 "%s: %s", msg, zmsg); in compress_error()
/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.c5220 struct netmsg_zent *zmsg = (struct netmsg_zent *)nmsg; in ipfw_zero_entry_dispatch() local
5226 if (zmsg->rulenum == 0) { in ipfw_zero_entry_dispatch()
5227 KKASSERT(zmsg->start_rule == NULL); in ipfw_zero_entry_dispatch()
5231 clear_counters(rule, zmsg->log_only); in ipfw_zero_entry_dispatch()
5233 struct ip_fw *start = zmsg->start_rule; in ipfw_zero_entry_dispatch()
5236 KKASSERT(start->rulenum == zmsg->rulenum); in ipfw_zero_entry_dispatch()
5242 for (rule = start; rule && rule->rulenum == zmsg->rulenum; in ipfw_zero_entry_dispatch()
5244 clear_counters(rule, zmsg->log_only); in ipfw_zero_entry_dispatch()
5250 zmsg->start_rule = start->sibling; in ipfw_zero_entry_dispatch()
5264 struct netmsg_zent zmsg; in ipfw_ctl_zero_entry() local
[all …]