Searched refs:contract_ctor (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h361 int contract_ctor(contract_t *, ct_type_t *, ct_template_t *, void *, ctflags_t,
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c836 if (contract_ctor(&ctp->conp_contract, process_type, &tmpl->ctp_ctmpl,
H A Ddevice.c1269 * contract_ctor() initailizes the common portion of a contract
1272 if (contract_ctor(&ctd->cond_contract, device_type, &dtmpl->ctd_ctmpl,
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c256 * Called from the failure path of contract_ctor and from
270 * contract_ctor
274 * successful call to contract_ctor, the contract is unlocked and
276 * be completed before calling contract_ctor. Returns 0 on success.
279 * instructs contract_ctor to ignore the project.max-contracts resource
284 contract_ctor(contract_t *ct, ct_type_t *type, ct_template_t *tmpl, void *data, function

Completed in 79 milliseconds