Home
last modified time | relevance | path

Searched refs:nchain (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c611 Word *nbucket, Word *nchain, size_t *total) in hash_size() argument
625 *nchain = buf[1]; in hash_size()
626 *total = 2 + *nbucket + *nchain; in hash_size()
1399 Word nchain; in fake_shdr_cache() local
1403 &nbucket, &nchain, &total) == 0) { in fake_shdr_cache()
1408 sec.dynsym.size = nchain * sizeof (Sym); in fake_shdr_cache()
1409 sec.versym.size = nchain * sizeof (Versym); in fake_shdr_cache()
H A Delfdump.c4062 Word ndx, bkts, nchain; in hash() local
4093 nchain = *hash++; in hash()
4101 (bkts + nchain + 2) * sizeof (uint_t)) { in hash()
4142 if (symn > nchain) { in hash()
4179 if (*hash > nchain) { in hash()
4183 EC_WORD(nchain)); in hash()
4197 if (_ndx > nchain) { in hash()
4201 EC_WORD(ndx), EC_WORD(nchain)); in hash()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c73 int nchain; member
665 bc.nchain = 0; in p_re()
672 ++bc.nchain; in p_re()
785 (void) REQUIRE(bc->nchain == 0, REG_BADRPT); in p_simp_re()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c3854 int af, chain, nchain; in ipsec_ipr_flush() local
3863 nchain = ipr->ipr_nchains; in ipsec_ipr_flush()
3865 for (chain = 0; chain < nchain; chain++) { in ipsec_ipr_flush()