Home
last modified time | relevance | path

Searched refs:CTT_PROCESS (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libcontract/common/
H A Dprocess.c109 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_pid()
120 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_ppid()
133 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_signal()
146 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_sender()
159 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_senderct()
172 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_exitstatus()
185 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_pcorefile()
199 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_gcorefile()
213 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_zcorefile()
231 if (info->status.ctst_type != CTT_PROCESS) in ct_pr_status_get_param()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dcontract.h78 CTT_PROCESS, /* process contract */ enumerator
/titanic_50/usr/src/uts/common/contract/
H A Dprocess.c789 process_type = contract_type_init(CTT_PROCESS, "process", in contract_process_init()