HomeSort by: relevance | last modified time | path
    Searched refs:ParseConfig (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/rbootd/
rbootd.c 187 if (ParseConfig() == 0) /* parse config file */
370 if (ParseConfig() == 0)
defs.h 173 int ParseConfig(void);
parseconf.c 68 ** ParseConfig -- parse the config file into linked list of clients.
84 ParseConfig(void)
100 syslog(LOG_ERR, "ParseConfig: can't open config file (%s)",
146 "ParseConfig: line %d: cant parse <%s>",
174 syslog(LOG_ERR, "ParseConfig: line %d: no boot file (%s)",
183 syslog(LOG_ERR, "ParseConfig: line %d: too many boot files (%s)",
308 ** - After this routine is called, ParseConfig() must be

Completed in 16 milliseconds