Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dcontract.c433 ct->ct_type->ct_type_ops->contop_free(ct); in contract_rele()
562 ct->ct_type->ct_type_ops->contop_abandon(ct); in contract_abandon()
583 return (ct->ct_type->ct_type_ops->contop_newct(ct)); in contract_newct()
705 error = ct->ct_type->ct_type_ops->contop_ack(ct, evtype, evid); in contract_ack()
707 error = ct->ct_type->ct_type_ops->contop_nack(ct, evtype, evid); in contract_ack()
773 return (ct->ct_type->ct_type_ops->contop_qack(ct, evtype, evid)); in contract_qack()
827 ct->ct_type->ct_type_ops->contop_destroy(ct); in contract_destroy()
1108 result->ct_type_ops = ops; in contract_type_init()
/onnv-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c306 type->ct_type_ops->contop_status(ct, VTOZONE(vp), detail, foo, in ctfs_stat_ioctl()
/onnv-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h245 contops_t *ct_type_ops; member
/onnv-gate/usr/src/uts/common/contract/
H A Dprocess.c654 cct->ct_type->ct_type_ops->contop_abandon(cct); in contract_process_destroy()