Searched refs:umsg (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hyperv/utilities/ |
H A D | hv_kvp.c | 222 hv_kvp_convert_utf8_ipinfo_to_utf16(struct hv_kvp_msg *umsg, in hv_kvp_convert_utf8_ipinfo_to_utf16() argument 230 (char *)umsg->body.kvp_ip_val.ip_addr, in hv_kvp_convert_utf8_ipinfo_to_utf16() 231 strlen((char *)umsg->body.kvp_ip_val.ip_addr), in hv_kvp_convert_utf8_ipinfo_to_utf16() 236 (char *)umsg->body.kvp_ip_val.sub_net, in hv_kvp_convert_utf8_ipinfo_to_utf16() 237 strlen((char *)umsg->body.kvp_ip_val.sub_net), in hv_kvp_convert_utf8_ipinfo_to_utf16() 242 (char *)umsg->body.kvp_ip_val.gate_way, in hv_kvp_convert_utf8_ipinfo_to_utf16() 243 strlen((char *)umsg->body.kvp_ip_val.gate_way), in hv_kvp_convert_utf8_ipinfo_to_utf16() 248 (char *)umsg->body.kvp_ip_val.dns_addr, in hv_kvp_convert_utf8_ipinfo_to_utf16() 249 strlen((char *)umsg->body.kvp_ip_val.dns_addr), in hv_kvp_convert_utf8_ipinfo_to_utf16() 254 (char *)umsg->body.kvp_ip_val.adapter_id, in hv_kvp_convert_utf8_ipinfo_to_utf16() [all …]
|
/freebsd/contrib/bmake/ |
H A D | parse.c | 604 HandleMessage(ParseErrorLevel level, const char *levelName, const char *umsg) in HandleMessage() argument 608 if (umsg[0] == '\0') { in HandleMessage() 614 xmsg = Var_Subst(umsg, SCOPE_CMDLINE, VARE_EVAL); in HandleMessage()
|