HomeSort by: relevance | last modified time | path
    Searched defs:hatable (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x68k/stand/loadbsd/
loadbsd.c 69 } hatable[] = { variable in typeref:typename:const struct hatbl[]
83 for (u = 0; u < sizeof hatable / sizeof hatable[0]; u++) {
86 for (n = hatable[u].name, p = name; *n && *n == *p; n++, p++)
105 *pif = hatable[u].id;

Completed in 11 milliseconds