Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/storage/liba5k/common/hdrs/
H A Drom.h87 #define PROMSIZE 0x00040000 /* 256K bytes each prom */ macro
/titanic_41/usr/src/lib/storage/liba5k/common/
H A Dmon.c4107 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()