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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_ire.c459 * don't see a truncated list of ires i.e if the ire_next
1172 ire_t *ires[MAX_IRE_RECURSION]; local
1208 ire = ires[0];
1250 ires[i] = ire;
1340 ires[i] = ires[i-1];
1342 ires[i-1] = clone;
1382 if (i > 0 && (ires[0]->ire_flags & RTF_MULTIRT))
1383 (void) ire_no_good(ires[0]);
1386 /* cleanup ires[
[all...]
H A Dip_ftable.c748 * Now check if there are still any ires
754 * to ires in this bucket
763 * radix node, Zero ires associated with
1405 ire_t *ires[MAX_IRE_RECURSION]; local
1440 ire = ires[0];
1488 ires[i] = ire;
1580 ires[i] = ires[i-1];
1582 ires[i-1] = clone;
1622 if (i > 0 && (ires[
[all...]
H A Dip_ire.c153 * a bucket and the ires residing in the bucket have a back pointer to
157 * set to IRB_MARK_CONDEMNED indicating that there are some ires
159 * last thread to leave the bucket should delete the ires. Usually
197 * In trying to locate ires the following points are to be noted.
200 * to be ignored when walking the ires using ire_next.
203 * Walking IREs within a given zone also walks certain ires in other
265 * reference count on the bucket drops to zero, all the CONDEMNED ires
268 * lock. Note that irb_refhold does not prevent addition of new ires
269 * in the list. It is okay because addition of new ires will not cause
275 * 3) It does not want any ires t
2970 ire_dep_build(ire_t *ires[], uint_t generations[], uint_t count) argument
3022 ire_dep_unbuild(ire_t *ires[], uint_t count) argument
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c653 int64_t ires; local
682 (void) pool_value_get_int64(value, &ires);
684 (longlong_t)ires);
830 int64_t ires; local
893 (void) pool_value_get_int64(value, &ires);
895 (longlong_t)ires);

Completed in 56 milliseconds