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

/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c205 * contract_compar
210 contract_compar(const void *x, const void *y) function
235 avl_create(&contract_avl, contract_compar, sizeof (contract_t),
248 avl_create(&p0.p_ct_held, contract_compar, sizeof (contract_t),
1104 avl_create(&result->ct_type_avl, contract_compar, sizeof (contract_t),

Completed in 64 milliseconds