Searched refs:LCTF_INFO_VLEN (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_types.c86 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) {
97 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) {
135 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) {
394 uint_t n = LCTF_INFO_VLEN(fp, tp->ctt_info);
652 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) {
663 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, lmp++) {
730 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) {
767 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, ep++) {
816 for (n = LCTF_INFO_VLEN(fp, tp->ctt_info); n != 0; n--, mp++) {
827 for (n = LCTF_INFO_VLEN(f
[all...]
H A Dctf_impl.h230 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info)) macro
H A Dctf_lookup.c274 n = LCTF_INFO_VLEN(fp, info);
H A Dctf_open.c181 vlen = LCTF_INFO_VLEN(fp, info);
239 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info);
359 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info);
H A Dctf_create.c1118 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info);

Completed in 47 milliseconds