Home
last modified time | relevance | path

Searched refs:contop_newct (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h229 int (*contop_newct)(struct contract *); member
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c586 return (ct->ct_type->ct_type_ops->contop_newct(ct)); in contract_newct()