Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h251 } ctflags_t; typedef
288 ctflags_t ct_flags; /* contract flags */
361 int contract_ctor(contract_t *, ct_type_t *, ct_template_t *, void *, ctflags_t,
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c288 ctflags_t flags, proc_t *author, int canfail) in contract_ctor()