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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c35 ctf_get_ctt_size(const ctf_file_t *fp, const ctf_type_t *tp, ssize_t *sizep, function
76 (void) ctf_get_ctt_size(fp, tp, &size, &increment);
131 (void) ctf_get_ctt_size(fp, tp, NULL, &increment);
348 * the multiplication. If ctf_get_ctt_size() returns zero, the
352 if ((size = ctf_get_ctt_size(fp, tp, NULL, NULL)) > 0)
362 return (ctf_get_ctt_size(fp, tp, NULL, NULL));
399 (void) ctf_get_ctt_size(fp, tp, &size, &increment);
427 return (ctf_get_ctt_size(fp, tp, NULL, NULL));
515 (void) ctf_get_ctt_size(fp, tp, NULL, &increment);
642 (void) ctf_get_ctt_size(f
[all...]

Completed in 86 milliseconds