Searched defs:otype (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c174 ctf_id_t prev = type, otype = type; local
184 if (tp->ctt_type == type || tp->ctt_type == otype ||
186 ctf_dprintf("type %ld cycle detected\n", otype);
790 ctf_id_t otype = type; local
802 if ((rc = func(name, otype, offset, depth, arg)) != 0)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c319 dt_type_promote(dt_node_t *lp, dt_node_t *rp, ctf_file_t **ofp, ctf_id_t *otype) argument
381 *otype = ltype;
386 *otype = rtype;

Completed in 773 milliseconds