Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcontract/common/
H A Dprocess.c107 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_pid()
118 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_ppid()
131 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_signal()
144 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_sender()
157 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_senderct()
170 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_exitstatus()
183 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_pcorefile()
197 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_gcorefile()
211 if (info->event.ctev_cttype != CTT_PROCESS) in ct_pr_event_get_zcorefile()
229 if (info->status.ctst_type != CTT_PROCESS) in ct_pr_status_get_param()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract.h76 CTT_PROCESS, /* process contract */ enumerator
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c790 process_type = contract_type_init(CTT_PROCESS, "process", in contract_process_init()