Home
last modified time | relevance | path

Searched refs:talloc_unlink (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc.h105 int talloc_unlink(const void *context, void *ptr);
A Dtalloc_guide.txt103 For more control on which parent is removed, see talloc_unlink()
140 For more control on which parent to remove, see talloc_unlink()
144 int talloc_unlink(const void *context, const void *ptr);
146 The talloc_unlink() function removes a specific parent from ptr. The
154 Usually you can just use talloc_free() instead of talloc_unlink(), but
A Dxenstored_domain.c241 talloc_unlink(talloc_autofree_context(), domain->conn); in domain_cleanup()
A Dtalloc.c322 int talloc_unlink(const void *context, void *ptr) in talloc_unlink() function
A Dxenstored_core.c273 talloc_unlink(conn, conn->target); in destroy_conn()

Completed in 11 milliseconds