Home
last modified time | relevance | path

Searched refs:ctf_max_id (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers103 ctf_max_id;
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h236 extern ctf_id_t ctf_max_id(ctf_file_t *);
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c1079 ctf_id_t max_id = ctf_max_id(g_fp); in ctfdump_source()
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c1411 ctf_max_id(ctf_file_t *fp) in ctf_max_id() function