Searched refs:MAX_PIDS (Results 1 – 5 of 5) sorted by relevance
25 #define MAX_PIDS (5) macro86 uint32_t pids[MAX_PIDS];
38 uint32_t pids[MAX_PIDS];
95 << " Max pid count is " << MAX_PIDS << "." << endl in QueryHelper()319 uint32_t pids[MAX_PIDS];679 if (index >= MAX_PIDS) { in PidHandler()
127 {ERR_TOO_MANY_PIDS, "Max pid count is " + to_string(MAX_PIDS)},
441 if (rqst.pidCount > MAX_PIDS) { in CheckOutputRqst()