Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c171 static char intmtx_str[MAXPATHLEN]; variable
369 &dt_idops_func, intmtx_str },
375 &dt_idops_func, intmtx_str },
378 &dt_idops_func, intmtx_str },
1339 snprintf(intmtx_str, sizeof(intmtx_str), "int(%s`struct mtx *)",p); in dt_vopen()