Searched refs:conf_fnm (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.c721 char *conf_fnm = NULL; local
785 conf_fnm = topo_mod_alloc(mod, MAXNAMELEN);
788 if (conf_fnm == NULL || prod == NULL || ch_sn == NULL) {
795 if (conf_fnm != NULL)
796 topo_mod_free(mod, conf_fnm, MAXNAMELEN);
805 topo_mod_free(mod, conf_fnm, MAXNAMELEN);
810 gen_ofile_name(prod, ch_sn, conf_fnm);
811 topo_mod_dprintf(mod, "%s: config file name %s\n", f, conf_fnm);
817 while (stat(conf_fnm, &st) < 0) {
821 gen_ofile_name(prod, ch_sn, conf_fnm);
[all...]

Completed in 16 milliseconds