Lines Matching defs:shash_t
768 If PAGE_SIZE is > 4096, the string length in the shash_t structure
915 } shash_t;
1039 shash_t shash [ PAGE_SIZE / sizeof (shash_t) ];
1418 shash_t **ret_hash);
1469 static shash_t *allocate_shash (void);
1561 shash_t **ret_hash /* return hash pointer */)
1564 shash_t *hash_ptr;
1618 shash_t *hash_ptr = NULL;
2018 shash_t *hash_ptr;
2072 shash_t *hash_ptr = ptag->hash_ptr;
4884 static shash_t *
4887 shash_t *ptr;
4896 unallocated = PAGE_SIZE / sizeof (shash_t);
4906 ptr = XNEW (shash_t);