Searched defs:ohash (Results 1 – 3 of 3) sorted by relevance
38 struct ohash { struct39 struct _ohash_record *t; argument40 struct ohash_info info; argument52 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
40 struct ohash { struct41 struct _ohash_record *t; argument42 struct ohash_info info; argument55 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
2595 int ohash, orestart_point, overbose; in page() local