Home
last modified time | relevance | path

Searched refs:fullfilename (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/common/frutree/
H A Dpiclfrutree.c120 char fullfilename[PATH_MAX]; in piclfrutree_init() local
123 if (get_config_file(fullfilename) < 0) in piclfrutree_init()
129 if (picld_pluginutil_parse_config_file(rooth, fullfilename) != in piclfrutree_init()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c712 char fullfilename[PATH_MAX]; in env_picl_setup() local
759 if (get_envmodel_conf_file(fullfilename) < 0) in env_picl_setup()
763 err = picld_pluginutil_parse_config_file(rooth, fullfilename); in env_picl_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c786 char fullfilename[PATH_MAX]; in env_picl_setup() local
828 if (get_envmodel_conf_file(fullfilename) < 0) in env_picl_setup()
832 err = picld_pluginutil_parse_config_file(rooth, fullfilename); in env_picl_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c834 char fullfilename[PATH_MAX]; in env_picl_setup() local
883 if (get_envmodel_conf_file(fullfilename) < 0) in env_picl_setup()
887 err = picld_pluginutil_parse_config_file(rooth, fullfilename); in env_picl_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c933 char fullfilename[PATH_MAX]; in env_picl_setup() local
999 if (get_envmodel_conf_file(fullfilename) < 0) in env_picl_setup()
1003 err = picld_pluginutil_parse_config_file(rooth, fullfilename); in env_picl_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c938 char fullfilename[PATH_MAX]; in env_picl_setup() local
1010 if (get_envmodel_conf_file(fullfilename) < 0) in env_picl_setup()
1014 err = picld_pluginutil_parse_config_file(rooth, fullfilename); in env_picl_setup()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2277 char fullfilename[PATH_MAX]; in frudata_event_handler() local
2297 (void) get_config_file(fullfilename); in frudata_event_handler()
2304 fullfilename); in frudata_event_handler()
2328 char fullfilename[PATH_MAX]; in frudata_plugin_init() local
2352 (void) get_config_file(fullfilename); in frudata_plugin_init()
2354 (void) picld_pluginutil_parse_config_file(roothdl, fullfilename); in frudata_plugin_init()