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
39 struct ohash { struct40 struct _ohash_record *t; argument41 struct ohash_info info; argument54 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
2615 int ohash, orestart_point, overbose; in page() local