Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c1255 uint64_t x = (uintptr_t)p1->dple_ptr; in dtj_pointer_list_entry_cmp()
1256 uint64_t y = (uintptr_t)p2->dple_ptr; in dtj_pointer_list_entry_cmp()
1321 e->dple_ptr = p; in dtj_pointer_list_entry_create()
1390 value_destroy(e->dple_ptr, arg); in dtj_pointer_list_entry_destroy()
1393 e->dple_ptr = NULL; in dtj_pointer_list_entry_destroy()
1507 return (e->dple_ptr); in dtj_pointer_list_walk_next()
1518 return (e->dple_ptr); in dtj_pointer_list_first()
1529 return (e->dple_ptr); in dtj_pointer_list_last()
H A Ddtj_util.h329 void *dple_ptr; member