Home
last modified time | relevance | path

Searched refs:PROMSIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Drom.h87 #define PROMSIZE 0x00040000 /* 256K bytes each prom */ macro
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4106 if (the_exec.a_text != PROMSIZE) { in check_file()
4110 if (!(buf = (uchar_t *)g_zalloc(PROMSIZE))) in check_file()
4113 if ((temp = read(fd, buf, PROMSIZE)) == -1) { in check_file()
4117 if (temp != PROMSIZE) { in check_file()