Lines Matching refs:contract
199 struct contract *cte_contract; /* contract */
219 void (*contop_free)(struct contract *);
220 void (*contop_abandon)(struct contract *);
221 void (*contop_destroy)(struct contract *);
222 void (*contop_status)(struct contract *, zone_t *, int, nvlist_t *,
224 int (*contop_ack)(struct contract *, uint_t evtype,
226 int (*contop_nack)(struct contract *, uint_t evtype,
228 int (*contop_qack)(struct contract *, uint_t, uint64_t);
229 int (*contop_newct)(struct contract *);
261 typedef struct contract { struct
291 struct contract *ct_regent; /* [prospective] regent contract */ argument