Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c1253 uint64_t x = (uintptr_t)p1->dple_ptr; in dtj_pointer_list_entry_cmp()
1254 uint64_t y = (uintptr_t)p2->dple_ptr; in dtj_pointer_list_entry_cmp()
1319 e->dple_ptr = p; in dtj_pointer_list_entry_create()
1388 value_destroy(e->dple_ptr, arg); in dtj_pointer_list_entry_destroy()
1391 e->dple_ptr = NULL; in dtj_pointer_list_entry_destroy()
1505 return (e->dple_ptr); in dtj_pointer_list_walk_next()
1516 return (e->dple_ptr); in dtj_pointer_list_first()
1527 return (e->dple_ptr); in dtj_pointer_list_last()
H A Ddtj_util.h327 void *dple_ptr; member