Home
last modified time | relevance | path

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

/tools/libs/guest/
A Dxg_offline_page.c642 void *new_p; in xc_exchange_page() local
647 new_p = xc_map_foreign_range(xch, domid, PAGE_SIZE, in xc_exchange_page()
649 if ( new_p == NULL ) in xc_exchange_page()
654 memcpy(new_p, backup, PAGE_SIZE); in xc_exchange_page()
655 munmap(new_p, PAGE_SIZE); in xc_exchange_page()
/tools/xenstored/
A Dtalloc.c324 struct talloc_chunk *tc_p, *new_p; in talloc_unlink() local
355 new_p = talloc_parent_chunk(tc_p->refs); in talloc_unlink()
356 if (new_p) { in talloc_unlink()
357 new_parent = TC_PTR_FROM_CHUNK(new_p); in talloc_unlink()

Completed in 7 milliseconds