Searched refs:umsg (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.c222 * Convert ip related info in umsg from utf8 to utf16 and store in hmsg
225 hv_kvp_convert_utf8_ipinfo_to_utf16(struct hv_kvp_msg *umsg, argument
233 (char *)umsg->body.kvp_ip_val.ip_addr,
234 strlen((char *)umsg->body.kvp_ip_val.ip_addr),
239 (char *)umsg->body.kvp_ip_val.sub_net,
240 strlen((char *)umsg->body.kvp_ip_val.sub_net),
245 (char *)umsg->body.kvp_ip_val.gate_way,
246 strlen((char *)umsg->body.kvp_ip_val.gate_way),
251 (char *)umsg->body.kvp_ip_val.dns_addr,
252 strlen((char *)umsg
273 hv_kvp_convert_utf16_ipinfo_to_utf8(struct hv_kvp_ip_msg *host_ip_msg, struct hv_kvp_msg *umsg) argument
355 hv_kvp_convert_hostmsg_to_usermsg(struct hv_kvp_msg *hmsg, struct hv_kvp_msg *umsg) argument
466 hv_kvp_convert_usermsg_to_hostmsg(struct hv_kvp_msg *umsg, struct hv_kvp_msg *hmsg) argument
562 struct hv_kvp_msg *umsg = &sc->daemon_kvp_msg; local
797 struct hv_kvp_msg *umsg = &sc->daemon_kvp_msg; local
[all...]
/freebsd-13-stable/contrib/bmake/
H A Dparse.c703 ParseMessage(ParseErrorLevel level, const char *levelName, const char *umsg) argument
707 if (umsg[0] == '\0') {
713 (void)Var_Subst(umsg, SCOPE_CMDLINE, VARE_WANTRES, &xmsg);

Completed in 106 milliseconds