Home
last modified time | relevance | path

Searched refs:ct_type_ops (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c436 ct->ct_type->ct_type_ops->contop_free(ct); in contract_rele()
565 ct->ct_type->ct_type_ops->contop_abandon(ct); in contract_abandon()
586 return (ct->ct_type->ct_type_ops->contop_newct(ct)); in contract_newct()
708 error = ct->ct_type->ct_type_ops->contop_ack(ct, evtype, evid); in contract_ack()
710 error = ct->ct_type->ct_type_ops->contop_nack(ct, evtype, evid); in contract_ack()
776 return (ct->ct_type->ct_type_ops->contop_qack(ct, evtype, evid)); in contract_qack()
830 ct->ct_type->ct_type_ops->contop_destroy(ct); in contract_destroy()
1111 result->ct_type_ops = ops; in contract_type_init()
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c304 type->ct_type_ops->contop_status(ct, VTOZONE(vp), detail, foo, in ctfs_stat_ioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h245 contops_t *ct_type_ops; member
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c655 cct->ct_type->ct_type_ops->contop_abandon(cct); in contract_process_destroy()