Home
last modified time | relevance | path

Searched refs:talloc_reference (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/xenstore/
A Dtalloc_guide.txt100 recently established parent is destroyed. See talloc_reference() for
117 void *talloc_reference(const void *context, const void *ptr);
119 The talloc_reference() function makes "context" an additional parent
122 The return value of talloc_reference() is always the original pointer
147 context passed must either be a context used in talloc_reference()
191 talloc_reference(NULL, ptr);
292 more than one parent (see talloc_reference()).
A Dtalloc.h104 void *talloc_reference(const void *context, const void *ptr);
A Dxenstored_domain.c467 talloc_reference(domain->conn, tdomain->conn); in do_set_target()
A Dtalloc.c261 void *talloc_reference(const void *context, const void *ptr) in talloc_reference() function

Completed in 8 milliseconds