Home
last modified time | relevance | path

Searched refs:is_ref (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h55 int is_ref; /* reference count */ member
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c1472 is->is_ref = 1;
2072 clone->is_ref = 1;
3354 if (is->is_ref > 1) {
3355 is->is_ref--;
3359 return (is->is_ref);
3363 is->is_ref = 0;
4266 if (is->is_ref > 1) {
4267 is->is_ref--;
4404 next->is_ref++;
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c2252 pool_elem_class_t class, pool_value_t *props[], char_buf_t *cb, int is_ref) in pool_build_xpath_buf() argument
2275 if (is_ref == PO_FALSE) { in pool_build_xpath_buf()