Searched refs:TCSD_MAX_PCRS (Results 1 – 2 of 2) sorted by relevance
329 if (tmp_int >= 0 && tmp_int < TCSD_MAX_PCRS) in read_conf_line()340 if (tmp_int >= 0 && tmp_int < TCSD_MAX_PCRS) in read_conf_line()358 if (tmp_int >= 0 && tmp_int < TCSD_MAX_PCRS) in read_conf_line()369 if (tmp_int >= 0 && tmp_int < TCSD_MAX_PCRS) in read_conf_line()
75 #define TCSD_MAX_PCRS 32 macro