Searched refs:dt_idops_type (Results 1 – 3 of 3) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_open.c | 194 &dt_idops_type, "int64_t" }, 196 &dt_idops_type, "int64_t" }, 198 &dt_idops_type, "int64_t" }, 200 &dt_idops_type, "int64_t" }, 202 &dt_idops_type, "int64_t" }, 204 &dt_idops_type, "int64_t" }, 206 &dt_idops_type, "int64_t" }, 208 &dt_idops_type, "int64_t" }, 210 &dt_idops_type, "int64_t" }, 212 &dt_idops_type, "int64_t" }, [all …]
|
H A D | dt_ident.h | 137 extern const dt_idops_t dt_idops_type; /* predefined type name string */
|
H A D | dt_ident.c | 603 const dt_idops_t dt_idops_type = { variable
|