Searched refs:is_ref (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp394 const bool is_ref = IsRef (); local
407 if (is_ptr || is_ref)
415 else if (is_ref && m_curr_depth == 0 && curr_ptr_depth == 0)
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dprintstatefields.c204 PRINTF("%d", sp->is_ref);
H A Dprintstate.c179 PRINTF("\tref %d", sp->is_ref);
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.h53 int is_ref; /* reference count */ member in struct:ipstate
H A Dip_state.c1726 * It may seem strange to set is_ref to 2, but if stsave is not NULL
1733 is->is_ref = 2;
1735 is->is_ref = 1;
2409 clone->is_ref = 1;
3658 is->is_ref--;
3660 is->is_ref--;
3661 if (is->is_ref > 0) {
3664 refs = is->is_ref;
3680 ASSERT(is->is_ref == 0);
4706 /* This function is only called when cleaning up after increasing is_ref b
[all...]
/freebsd-10-stable/contrib/ipfilter/
H A Dip_fil_compat.c1040 int is_ref; /* reference count */ member in struct:ipstate_4_1_16
1090 int is_ref; member in struct:ipstate_4_1_0
4451 old->is_ref = is->is_ref;
4524 old->is_ref = is->is_ref;

Completed in 101 milliseconds