Searched refs:DR_HPOPTLEN (Results 1 – 2 of 2) sorted by relevance
52 #define DR_HPOPTLEN 512 /* maximum length of hpost options */ macro200 char hpost_opts[DR_HPOPTLEN];
5004 cpylen = (opts->size > DR_HPOPTLEN ? DR_HPOPTLEN : opts->size); in drmach_board_test()