Home
last modified time | relevance | path

Searched refs:ctxt_ctid (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; in sw_fmri_create() local
168 err |= sw_get_optl_int64(args, "ctxt_ctid", &ctxt_ctid); in sw_fmri_create()
251 ctxt_pid != -1 || ctxt_ctid != -1 || ctxt_stack != NULL) in sw_fmri_create()
268 if (ctxt_ctid != -1) in sw_fmri_create()
269 err |= nvlist_add_int64(ctxt, FM_FMRI_SW_CTXT_CTID, ctxt_ctid); in sw_fmri_create()
H A Dtopo_mod.c575 int64_t ctxt_pid, char *ctxt_zone, int64_t ctxt_ctid, in topo_mod_swfmri() argument
606 if (ctxt_ctid != -1) in topo_mod_swfmri()
607 err |= nvlist_add_int64(args, "ctxt_ctid", ctxt_ctid); in topo_mod_swfmri()