Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/latencytop/common/
H A Dlatencytop.h267 extern int lt_file_exist(const char *);
H A Dklog.c90 file_exist = lt_file_exist(filename); in lt_klog_set_log_file()
H A Dutil.c303 lt_file_exist(const char *name) in lt_file_exist() function
H A Dstat.c185 return (lt_file_exist(name) ? FALSE : TRUE); in check_process()
202 return (lt_file_exist(name) ? FALSE : TRUE); in check_thread()