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

/illumos-gate/usr/src/cmd/picl/plugins/common/frutree/
H A Dpiclfrutree.c122 char fullfilename[PATH_MAX]; local
125 if (get_config_file(fullfilename) < 0)
131 if (picld_pluginutil_parse_config_file(rooth, fullfilename) !=
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c938 char fullfilename[PATH_MAX]; local
1010 if (get_envmodel_conf_file(fullfilename) < 0)
1014 err = picld_pluginutil_parse_config_file(rooth, fullfilename);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c934 char fullfilename[PATH_MAX]; local
1000 if (get_envmodel_conf_file(fullfilename) < 0)
1004 err = picld_pluginutil_parse_config_file(rooth, fullfilename);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c836 char fullfilename[PATH_MAX]; local
885 if (get_envmodel_conf_file(fullfilename) < 0)
889 err = picld_pluginutil_parse_config_file(rooth, fullfilename);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c788 char fullfilename[PATH_MAX]; local
830 if (get_envmodel_conf_file(fullfilename) < 0)
834 err = picld_pluginutil_parse_config_file(rooth, fullfilename);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c714 char fullfilename[PATH_MAX]; local
761 if (get_envmodel_conf_file(fullfilename) < 0)
765 err = picld_pluginutil_parse_config_file(rooth, fullfilename);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2277 char fullfilename[PATH_MAX]; local
2297 (void) get_config_file(fullfilename);
2304 fullfilename);
2328 char fullfilename[PATH_MAX]; local
2352 (void) get_config_file(fullfilename);
2354 (void) picld_pluginutil_parse_config_file(roothdl, fullfilename);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c1367 char fullfilename[PATH_MAX]; local
1411 if (get_config_file(fullfilename) < 0) {
1422 if (picld_pluginutil_parse_config_file(rooth, fullfilename) !=

Completed in 86 milliseconds