Searched defs:ctxt_pid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.c142 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 Dtopo_mod.c570 int64_t ctxt_pid, char *ctxt_zone, int64_t ctxt_ctid,
598 if (ctxt_pid != -1)
599 err |= nvlist_add_int64(args, "ctxt_pid", ctxt_pid);
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 59 milliseconds