Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtalloc.h95 int talloc_unlink(const void *context, const 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 Dtalloc.c322 int talloc_unlink(const void *context, const void *ptr) in talloc_unlink() function
A Ddomain.c655 talloc_unlink(talloc_autofree_context(), conn); in do_check_domain()
A Dcore.c429 talloc_unlink(conn, conn->target); in destroy_conn()

Completed in 16 milliseconds