Searched refs:ctxt_pid (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | sw.c | 143 int64_t ctxt_pid, ctxt_ctid; in sw_fmri_create() local 168 err |= sw_get_optl_int64(args, "ctxt_pid", &ctxt_pid); in sw_fmri_create() 252 ctxt_pid != -1 || ctxt_ctid != -1 || ctxt_stack != NULL) in sw_fmri_create() 267 if (ctxt_pid != -1) in sw_fmri_create() 268 err |= nvlist_add_int64(ctxt, FM_FMRI_SW_CTXT_PID, ctxt_pid); in sw_fmri_create()
|
| H A D | topo_mod.c | 677 int64_t ctxt_pid, char *ctxt_zone, int64_t ctxt_ctid, in topo_mod_swfmri() argument 705 if (ctxt_pid != -1) in topo_mod_swfmri() 706 err |= nvlist_add_int64(args, "ctxt_pid", ctxt_pid); in topo_mod_swfmri()
|