Searched refs:ctxt_stack (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | sw.c | 143 char **ctxt_stack; local 170 if (nvlist_lookup_string_array(args, "stack", &ctxt_stack, 173 ctxt_stack = NULL; 251 ctxt_pid != -1 || ctxt_ctid != -1 || ctxt_stack != NULL) 270 if (ctxt_stack != NULL) 272 ctxt_stack, ctxt_stackdepth);
|
H A D | topo_mod.c | 511 char **ctxt_stack, uint_t ctxt_stackdepth) 543 if (ctxt_stack != NULL && ctxt_stackdepth != 0) 544 err |= nvlist_add_string_array(args, "stack", ctxt_stack, 506 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 24 milliseconds