Home
last modified time | relevance | path

Searched refs:tlm_library_count (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_proto.h104 extern int tlm_library_count(void);
H A Dtlm_init.c383 for (*lib = 1; *lib <= tlm_library_count(); (*lib)++) { in new_drive()
569 for (l = 1; l <= tlm_library_count(); l++) { in tlm_init()
H A Dtlm_info.c60 tlm_library_count(void) in tlm_library_count() function