Home
last modified time | relevance | path

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

/tools/xenstored/
A Dtalloc.c72 #ifndef discard_const_p
74 # define discard_const_p(type, ptr) ((type *)((intptr_t)(ptr))) macro
76 # define discard_const_p(type, ptr) ((type *)(ptr)) macro
114 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE); in talloc_chunk_from_ptr()
276 handle->ptr = discard_const_p(void, ptr); in talloc_reference()
471 return discard_const_p(void, ptr); in talloc_check_name()
710 return discard_const_p(void, ptr); in talloc_steal()
716 return discard_const_p(void, ptr); in talloc_steal()
733 return discard_const_p(void, ptr); in talloc_steal()

Completed in 5 milliseconds