Searched refs:talloc_zero (Results 1 – 5 of 5) sorted by relevance
| /xen/tools/xenstore/ |
| A D | talloc.h | 50 #define talloc_zero(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type) macro 80 #define talloc_zero_p(ctx, type) talloc_zero(ctx, type)
|
| A D | xenstored_transaction.c | 265 i = talloc_zero(trans, struct accessed_node); in access_node() 463 trans = talloc_zero(in, struct transaction); in do_transaction_start()
|
| A D | xenstored_core.c | 610 data = talloc_zero(ctx, struct buffered_data); in new_buffer() 1507 new = talloc_zero(talloc_autofree_context(), struct connection); in new_connection() 1597 node = talloc_zero(NULL, struct node); in manual_node()
|
| A D | talloc_guide.txt | 428 (type *)talloc_zero(const void *ctx, type); 430 The talloc_zero() macro is equivalent to:
|
| A D | tdb.c | 1545 if (!(tdb = talloc_zero(name, TDB_CONTEXT))) {
|
Completed in 24 milliseconds