Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddtrace.h592 extern int dtrace_uaddr2str(dtrace_hdl_t *, pid_t, uint64_t, char *, int);
H A Ddt_subr.c969 dtrace_uaddr2str(dtrace_hdl_t *dtp, pid_t pid, in dtrace_uaddr2str() function
H A Ddt_consume.c1979 } while ((len = dtrace_uaddr2str(dtp, pid, pc, s, n)) > n); in dt_format_usym()
2017 } while ((len = dtrace_uaddr2str(dtp, pid, pc, s, n)) > n); in dt_print_usym()
H A Ddt_printf.c406 } while ((len = dtrace_uaddr2str(dtp, pid, val, s, n)) > n); in pfprint_uaddr()