Searched refs:xtrahash (Results 1 – 1 of 1) sorted by relevance
54 static struct xtrahash *xlocate(char name[]);387 struct xtrahash { struct391 } xtrahash[XHSIZE]; variable393 static struct xtrahash *xtab[XHSIZE]; /* F: mid-->machine name */404 register struct xtrahash *xp, **tp; in minit()408 for (xp = &xtrahash[0]; xp < &xtrahash[XHSIZE]; xp++) { in minit()412 *tp++ = (struct xtrahash *) 0; in minit()427 register struct xtrahash *xp; in mstash()431 if (xp == (struct xtrahash *) 0) { in mstash()460 static struct xtrahash *[all …]