Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtalloc.h63 #define talloc_memdup(t, p, size) _talloc_memdup(t, p, size, __location__) macro
A Dtalloc_guide.txt443 void *talloc_memdup(const void *ctx, const void *p, size_t size);
445 The talloc_memdup() function is equivalent to:
A Dtalloc.c1041 ret = talloc_memdup(t, p, strlen(p) + 1); in talloc_strdup()
A Dcore.c764 node->perms = talloc_memdup(node, perms_from_node_hdr(hdr), size); in read_node()
1468 node->perms = talloc_memdup(node, parent->perms, in construct_node()
A Ddomain.c1551 perms = talloc_memdup(node, node->perms, in domain_adjust_node_perms()

Completed in 20 milliseconds