Searched refs:MAX_PIDS (Results 1 – 5 of 5) sorted by relevance
25 #define MAX_PIDS (5) macro82 uint32_t pids[MAX_PIDS];
38 uint32_t pids[MAX_PIDS];
72 << " Max pid count is " << MAX_PIDS << "." << endl in QueryHelper()310 uint32_t pids[MAX_PIDS];668 if (index >= MAX_PIDS) { in PidHandler()
126 {ERR_TOO_MANY_PIDS, "Max pid count is " + to_string(MAX_PIDS)},
429 if (rqst.pidCount > MAX_PIDS) { in CheckOutputRqst()