Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c237 &dt_idops_type, "uint_t" },
239 &dt_idops_type, "int" },
265 &dt_idops_type, "gid_t" },
267 &dt_idops_type, "uint_t" },
277 &dt_idops_type, "uint_t" },
325 &dt_idops_type, "pid_t" },
327 &dt_idops_type, "pid_t" },
364 &dt_idops_type, "void" },
405 &dt_idops_type, "void" },
409 &dt_idops_type, "id_t" },
[all …]
H A Ddt_ident.h135 extern const dt_idops_t dt_idops_type; /* predefined type name string */
H A Ddt_ident.c593 const dt_idops_t dt_idops_type = { variable