Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_log.h57 extern int ndmp_log_open_file(boolean_t, boolean_t);
H A Dndmpd_log.c195 ndmp_log_open_file(boolean_t to_stderr, boolean_t override_debug) in ndmp_log_open_file() function
H A Dndmpd_main.c280 if (ndmp_log_open_file(run_in_foreground, override_debug) != 0) in main()