Lines Matching refs:req_count

3176 +	mach_msg_type_number_t req_count;
4094 + * Sanity check req_count.
4096 + end_offset = req->req_count;
4101 + len = req->req_count + strlen(location) - 1;
4115 + memcpy(cp, &req->req_plane, req->req_count);
4116 + cp += (req->req_count - 1); /* overwrite trailing \0 */
4429 + * Sanity check req_count
4431 + end_offset = req->req_count;
4852 + mach_msg_type_number_t req_count;
4912 + mach_msg_type_number_t req_count;
5033 + mach_msg_type_number_t req_count;
7406 + /* Sanity check req->req_count */
7407 + end_offset = req->req_count;
7442 + /* Sanity check req_count */
7443 + if (req->req_count > 10)
7454 + if (req->req_count < (sizeof(*mpl) / sizeof(rep->rep_info[0])))
7469 + if (req->req_count < (sizeof(*mps) / sizeof(rep->rep_info[0])))
7628 + req->req_count;
8263 + mach_msg_type_number_t req_count;
8284 + mach_msg_type_number_t req_count;
8352 + mach_port_mscount_t req_count;
11757 + if (req->req_count < count)
11785 + if (req->req_count < count)
11806 + if (req->req_count < count)
12193 + mach_msg_type_number_t req_count;
12394 + /* Sanity check req_count */
12395 + end_offset = req->req_count +
12429 + /* Sanity check req_count */
12430 + end_offset = req->req_count;
12500 + /* Sanity check req->req_count */
12501 + if (req->req_count > 12)
12504 + rep->rep_count = req->req_count;
12506 + *msglen = sizeof(*rep) + ((req->req_count - 12) * sizeof(int));
12513 + if (req->req_count != (sizeof(*tbi) / sizeof(int))) /* 10 */
12555 + if (req->req_count != (sizeof(*pti) / sizeof(int))) /* 5 */
12592 + /* Sanity check req->req_count */
12593 + if (req->req_count > 144)
12601 + *msglen = sizeof(*rep) + ((req->req_count - 144) * sizeof(int));
12618 + /* Sanity check req_count */
12619 + end_offset = req->req_count;
12844 + mach_msg_type_number_t req_count;
12862 + mach_msg_type_number_t req_count;
12879 + mach_msg_type_number_t req_count;
12897 + mach_msg_type_number_t req_count;
12915 + mach_msg_type_number_t req_count;
13641 + /* Sanity check req_count */
13642 + if (req->req_count > 9)
13651 + if (req->req_count != (sizeof(*rbi) / sizeof(int))) /* This is 8 */
13653 + *msglen = sizeof(*rep) + ((req->req_count - 9) * sizeof(int));
13669 + rep->rep_count = req->req_count;
13699 + /* Sanity check req_count */
13700 + if (req->req_count > 10)
13709 + if (req->req_count != (sizeof(*rbi) / sizeof(int))) /* This is 8 */
13711 + *msglen = sizeof(*rep) + ((req->req_count - 9) * sizeof(int));
13726 + rep->rep_count = req->req_count;
14241 + mach_msg_type_number_t req_count;
14263 + mach_msg_type_number_t req_count;
14341 + mach_msg_type_number_t req_count;