Home
last modified time | relevance | path

Searched refs:hashed (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_debug.c420 int hashed; in map_check_linkage() local
436 hashed = 0; in map_check_linkage()
439 ++hashed; in map_check_linkage()
444 ASSERT(hashed >= mtm->mtm_nme); in map_check_linkage()
455 ASSERT(nexted == hashed); in map_check_linkage()
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf_y.y62 static int hashed = 0; variable
818 } else if (pooled || hashed) \
830 } else if (pooled || hashed) \
839 } else if (pooled || hashed) \
883 } else if (pooled || hashed) \
895 } else if (pooled || hashed) \
904 } else if (pooled || hashed) \
944 | hash '/' YY_NUMBER { hashed = 1;
948 | hash '=' '(' addrlist ')' { hashed = 1;
1965 hashed = 0;
[all …]
/titanic_41/usr/src/cmd/troff/troff.d/
H A DREADME160 Dennis Ritchie's hashed macro and number register tables;
/titanic_41/usr/src/cmd/sendmail/cf/m4/
H A Dcfhead.m4263 # set our default hashed database type
/titanic_41/usr/src/lib/libpp/common/
H A DRELEASE407 add unsigned long arg to PP_MACREF for hashed macro arity+value
/titanic_41/usr/src/cmd/ssh/doc/
H A DREADME.Ylonen403 passphrase can be any string; it is hashed with MD5 to produce an
/titanic_41/usr/src/uts/common/fs/zfs/
H A Darc.c2626 int hashed = hdr->b_l1hdr.b_state != arc_anon; in arc_buf_free() local
2631 if (hashed) { in arc_buf_free()