Home
last modified time | relevance | path

Searched refs:new_hp (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_events.c590 struct hp_extended_log *new_hp; in spapr_hotplug_req_event() local
597 new_hp = g_new0(struct hp_extended_log, 1); in spapr_hotplug_req_event()
598 entry->extended_log = new_hp; in spapr_hotplug_req_event()
600 v6hdr = &new_hp->v6hdr; in spapr_hotplug_req_event()
601 maina = &new_hp->maina; in spapr_hotplug_req_event()
602 mainb = &new_hp->mainb; in spapr_hotplug_req_event()
603 hp = &new_hp->hp; in spapr_hotplug_req_event()
611 entry->extended_length = sizeof(*new_hp); in spapr_hotplug_req_event()
/openbmc/linux/arch/sparc/kernel/
H A Dmdesc.c484 struct mdesc_handle *new_hp) in notify_one() argument
486 invoke_on_missing(p->node_name, old_hp, new_hp, p->remove); in notify_one()
487 invoke_on_missing(p->node_name, new_hp, old_hp, p->add); in notify_one()
491 struct mdesc_handle *new_hp) in mdesc_notify_clients() argument
496 notify_one(p, old_hp, new_hp); in mdesc_notify_clients()