Symbol: contract
usr/src/lib/fm/topo/libtopo/common/svc.c
424
char *contract = NULL;
usr/src/lib/fm/topo/libtopo/common/svc.c
452
err = nvlist_lookup_string(nvl, FM_FMRI_SVC_CONTRACT_ID, &contract);
usr/src/lib/fm/topo/libtopo/common/svc.c
453
if ((err != 0 && err != ENOENT) || !svc_component_valid(contract))
usr/src/lib/fm/topo/libtopo/common/svc.c
484
topo_fmristr_build(&size, buf, buflen, contract, "@", NULL);
usr/src/uts/common/fs/proc/prdata.h
184
struct contract *pr_contract; /* contract pointer */
usr/src/uts/common/os/fork.c
797
newproc(void (*pc)(), caddr_t arg, id_t cid, int pri, struct contract **ct,
usr/src/uts/common/os/policy.c
2398
secpolicy_contract_observer(const cred_t *cr, struct contract *ct)
usr/src/uts/common/sys/contract_impl.h
199
struct contract *cte_contract; /* contract */
usr/src/uts/common/sys/contract_impl.h
219
void (*contop_free)(struct contract *);
usr/src/uts/common/sys/contract_impl.h
220
void (*contop_abandon)(struct contract *);
usr/src/uts/common/sys/contract_impl.h
221
void (*contop_destroy)(struct contract *);
usr/src/uts/common/sys/contract_impl.h
222
void (*contop_status)(struct contract *, zone_t *, int, nvlist_t *,
usr/src/uts/common/sys/contract_impl.h
224
int (*contop_ack)(struct contract *, uint_t evtype,
usr/src/uts/common/sys/contract_impl.h
226
int (*contop_nack)(struct contract *, uint_t evtype,
usr/src/uts/common/sys/contract_impl.h
228
int (*contop_qack)(struct contract *, uint_t, uint64_t);
usr/src/uts/common/sys/contract_impl.h
229
int (*contop_newct)(struct contract *);
usr/src/uts/common/sys/contract_impl.h
291
struct contract *ct_regent; /* [prospective] regent contract */
usr/src/uts/common/sys/klwp.h
192
struct contract *lwp_ct_latest[CTT_MAXTYPE]; /* last created contract */
usr/src/uts/common/sys/policy.h
85
int secpolicy_contract_observer(const cred_t *, struct contract *);
usr/src/uts/common/sys/proc.h
611
extern int newproc(void (*)(), caddr_t, id_t, int, struct contract **, pid_t);