Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Ddefs.h138 extern int parse_config(char *config_file, boolean_t file_required);
H A Dconfig.c224 parse_config(char *config_file, boolean_t file_required) in parse_config() function
H A Dmain.c2030 if (parse_config(config_file, file_required) == -1) in main()
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c485 parse_config(const char *work, int work_len) in parse_config() function
667 if (work_len != 0 && parse_config(work, work_len) != 0) { in lt_table_init()