Lines Matching refs:root
252 { "conf_path", &fmd_conf_path, _fmd_conf_path }, /* root config file path */
253 { "conf_file", &fmd_conf_string, "fmd.conf" }, /* root config file name */
286 { "rootdir", &fmd_conf_string, "" }, /* root directory for paths */
368 fmd_create(fmd_t *dp, const char *arg0, const char *root, const char *conf)
437 * the root configuration file. These include any settings for our
440 * the root configuration file is processed, we reset these properties
447 dp->d_rootdir = root ? root : "";
470 * d_rootdir based on the config files we parsed if no 'root' was set.
472 if (root == NULL)
507 * The fmd_module_t for the root module must be created manually. Most
587 * Unload modules in reverse order *except* for the root module, which
632 * Now destroy the root module. We clear its thread key first so any
873 * The root module's mod_queue is created with limit zero, making it