Searched refs:ctxt_pid (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | sw.c | 142 int64_t ctxt_pid, ctxt_ctid; local 167 err |= sw_get_optl_int64(args, "ctxt_pid", &ctxt_pid); 251 ctxt_pid != -1 || ctxt_ctid != -1 || ctxt_stack != NULL) 266 if (ctxt_pid != -1) 267 err |= nvlist_add_int64(ctxt, FM_FMRI_SW_CTXT_PID, ctxt_pid);
|
H A D | topo_mod.c | 510 int64_t ctxt_pid, char *ctxt_zone, int64_t ctxt_ctid, 538 if (ctxt_pid != -1) 539 err |= nvlist_add_int64(args, "ctxt_pid", ctxt_pid); 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 23 milliseconds