Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnf/
H A Dtnf.h128 tnf_datum_t tnf_get_next_record(tnf_datum_t);
H A Daccess.c122 tnf_get_next_record(tnf_datum_t datum) in tnf_get_next_record() function
H A Dmapfile-vers63 tnf_get_next_record;
/titanic_41/usr/src/cmd/tnf/tnfdump/
H A Dmain.c205 while ((record = tnf_get_next_record(record)) != TNF_DATUM_NULL) in read_tnf_file()