Searched refs:PROMSIZE (Results 1 – 2 of 2) sorted by relevance
87 #define PROMSIZE 0x00040000 /* 256K bytes each prom */ macro
4107 if (the_exec.a_text != PROMSIZE) { in check_file()4111 if (!(buf = (uchar_t *)g_zalloc(PROMSIZE))) in check_file()4114 if ((temp = read(fd, buf, PROMSIZE)) == -1) { in check_file()4118 if (temp != PROMSIZE) { in check_file()