Home
last modified time | relevance | path

Searched refs:pspec (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrind.ksh41 pspec=0
96 pspec=1
138 if [ $filter -eq 1 -a \( $twospec -eq 1 -o $pspec -eq 1 \) ] ; then
148 if [ $tspec -eq 1 -a \( $twospec -eq 1 -o $pspec -eq 1 \) ] ; then
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c47 mdeg_node_spec_t *pspec; /* parent match filter */ member
335 if (clnt->pspec == NULL) { in mdeg_notify_client_reg()
347 startnode = mdeg_find_start_node(mdp, clnt->pspec); in mdeg_notify_client_reg()
445 clnt->pspec = pspecp; in mdeg_register()
603 if (clnt->pspec == NULL) { in mdeg_notify_client()
612 md_prev_start = mdeg_find_start_node(mdeg.md_prev, clnt->pspec); in mdeg_notify_client()
617 md_curr_start = mdeg_find_start_node(mdeg.md_curr, clnt->pspec); in mdeg_notify_client()
898 if (clnt->pspec) { in mdeg_dump_clnt()
899 mdeg_spec_str(clnt->pspec, str, MAX_FIELD_STR); in mdeg_dump_clnt()
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c57 char *pspec();
1002 pflags(pp->p_flags, TRUE), pp->p_id, pspec(pp->p_pmspec), Comment); in list_svcs()
1204 pspec(spec) in pspec() function
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c2332 dt_compile(dtrace_hdl_t *dtp, int context, dtrace_probespec_t pspec, void *arg, in dt_compile() argument
2367 pcb.pcb_pspec = pspec; in dt_compile()