Searched refs:newmsg (Results 1 – 2 of 2) sorted by relevance
134 GString *newmsg; in error_vprepend() local140 newmsg = g_string_new(NULL); in error_vprepend()141 g_string_vprintf(newmsg, fmt, ap); in error_vprepend()142 g_string_append(newmsg, (*errp)->msg); in error_vprepend()144 (*errp)->msg = g_string_free(newmsg, 0); in error_vprepend()
4820 struct ipmi_smi_msg *newmsg = NULL; in smi_recv_tasklet() local4845 newmsg = list_entry(entry, struct ipmi_smi_msg, link); in smi_recv_tasklet()4846 intf->curr_msg = newmsg; in smi_recv_tasklet()4852 if (newmsg) in smi_recv_tasklet()4853 intf->handlers->sender(intf->send_info, newmsg); in smi_recv_tasklet()