Searched refs:xtrahash (Results 1 – 1 of 1) sorted by relevance
51 static struct xtrahash *xlocate(char name[]);384 struct xtrahash { struct388 } xtrahash[XHSIZE]; argument390 static struct xtrahash *xtab[XHSIZE]; /* F: mid-->machine name */401 register struct xtrahash *xp, **tp; in minit()405 for (xp = &xtrahash[0]; xp < &xtrahash[XHSIZE]; xp++) { in minit()409 *tp++ = (struct xtrahash *) 0; in minit()424 register struct xtrahash *xp; in mstash()428 if (xp == (struct xtrahash *) 0) { in mstash()457 static struct xtrahash *[all …]