Searched refs:site_module (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | sw.c | 139 char *site_token, *site_module, *site_file, *site_func; in sw_fmri_create() local 160 err |= sw_get_optl_string(args, "site_module", &site_module); in sw_fmri_create() 216 if (site_token == NULL && site_module == NULL && site_file == NULL && in sw_fmri_create() 229 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_MODULE, site_module); in sw_fmri_create() 232 if ((site_token || site_module || site_file || site_func) && in sw_fmri_create()
|
| H A D | topo_mod.c | 675 char *site_token, char *site_module, char *site_file, char *site_func, in topo_mod_swfmri() argument 697 err |= _SWFMRI_ADD_STRING(args, "site_module", site_module); in topo_mod_swfmri()
|