Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Ddr_mbx.h52 #define DR_HPOPTLEN 512 /* maximum length of hpost options */ macro
200 char hpost_opts[DR_HPOPTLEN];
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c5004 cpylen = (opts->size > DR_HPOPTLEN ? DR_HPOPTLEN : opts->size); in drmach_board_test()