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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.c138 char *site_token, *site_module, *site_file, *site_func; local
159 err |= sw_get_optl_string(args, "site_module", &site_module);
215 if (site_token == NULL && site_module == NULL && site_file == NULL &&
228 err |= sw_add_optl_string(site, FM_FMRI_SW_SITE_MODULE, site_module);
231 if ((site_token || site_module || site_file || site_func) &&
H A Dtopo_mod.c568 char *site_token, char *site_module, char *site_file, char *site_func,
590 err |= _SWFMRI_ADD_STRING(args, "site_module", site_module);
566 topo_mod_swfmri(topo_mod_t *mod, int version, char *obj_path, char *obj_root, nvlist_t *obj_pkg, char *site_token, char *site_module, char *site_file, char *site_func, int64_t site_line, char *ctxt_origin, char *ctxt_execname, int64_t ctxt_pid, char *ctxt_zone, int64_t ctxt_ctid, char **ctxt_stack, uint_t ctxt_stackdepth) argument

Completed in 57 milliseconds