Searched defs:contract (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c30 * svc://[scope@][system-fqn]/service[:instance][@contract-id]
424 char *contract = NULL; local
452 err = nvlist_lookup_string(nvl, FM_FMRI_SVC_CONTRACT_ID, &contract);
453 if ((err != 0 && err != ENOENT) || !svc_component_valid(contract))
482 /* [:instance][@contract-id] */
484 topo_fmristr_build(&size, buf, buflen, contract, "@", NULL);
617 /* contract-id */
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h33 #include <sys/contract.h>
58 * (only) by the 64-bit kernel. See sys/contract.h for the normal versions.
141 uint64_t ctmpl_cookie; /* term: contract cookie */
155 CTQ_DEAD = 1, /* contract explicitly cancelled */
199 struct contract *cte_contract; /* contract */
215 * destroy - when contract is to be completely destroyed
219 void (*contop_free)(struct contract *);
220 void (*contop_abandon)(struct contract *);
221 void (*contop_destroy)(struct contract *);
261 typedef struct contract { struct
[all...]

Completed in 61 milliseconds