Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c174 static char sxlock_str[MAXPATHLEN]; variable
485 &dt_idops_func, sxlock_str },
488 &dt_idops_func, sxlock_str },
491 &dt_idops_func, sxlock_str },
1336 snprintf(sxlock_str, sizeof(sxlock_str), "int(%s`struct sx *)",p); in dt_vopen()