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()
229 if (info->status.ctst_type != CTT_PROCESS) in ct_pr_status_get_param()
240 if (info->status.ctst_type != CTT_PROCESS) in ct_pr_status_get_fatal()
251 if (info->status.ctst_type != CTT_PROCESS) in ct_pr_status_get_members()
264 if (info->status.ctst_type != CTT_PROCESS) in ct_pr_status_get_contracts()
[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.c786 process_type = contract_type_init(CTT_PROCESS, "process", in contract_process_init()