• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/

Lines Matching defs:count

106 	mach_msg_type_number_t	*count)
129 if (*count < 6) {
139 *count = 6;
145 if (*count < PPC_THREAD_STATE_COUNT) { /* Is the count ok? */
211 *count = PPC_THREAD_STATE_COUNT; /* Pass back the amount we actually copied */
217 if (*count < PPC_THREAD_STATE64_COUNT) { /* Is the count ok? */
282 *count = PPC_THREAD_STATE64_COUNT; /* Pass back the amount we actually copied */
287 if (*count < PPC_EXCEPTION_STATE_COUNT) {
305 *count = PPC_EXCEPTION_STATE_COUNT;
310 if (*count < PPC_EXCEPTION_STATE64_COUNT) {
328 *count = PPC_EXCEPTION_STATE64_COUNT;
333 if (*count < PPC_FLOAT_STATE_COUNT) {
358 *count = PPC_FLOAT_STATE_COUNT;
364 if (*count < PPC_VECTOR_STATE_COUNT) {
413 *count = PPC_VECTOR_STATE_COUNT;
432 mach_msg_type_number_t *count)
450 if (*count < 6) {
460 *count = 6;
466 if (*count < PPC_THREAD_STATE_COUNT) { /* Is the count ok? */
532 *count = PPC_THREAD_STATE_COUNT; /* Pass back the amount we actually copied */
538 if (*count < PPC_THREAD_STATE64_COUNT) { /* Is the count ok? */
601 *count = PPC_THREAD_STATE64_COUNT; /* Pass back the amount we actually copied */
606 if (*count < PPC_EXCEPTION_STATE_COUNT) {
624 *count = PPC_EXCEPTION_STATE_COUNT;
629 if (*count < PPC_EXCEPTION_STATE64_COUNT) {
647 *count = PPC_EXCEPTION_STATE64_COUNT;
666 mach_msg_type_number_t count)
683 clgn = count; /* Get the count */
685 switch (flavor) { /* Validate the count before we do anything else */
1260 unsigned int count,
1274 if (count < PPC_THREAD_STATE_COUNT)
1298 if (count < PPC_THREAD_STATE64_COUNT)
1416 unsigned int count,
1434 if (count < PPC_THREAD_STATE_COUNT)
1454 if (count < PPC_THREAD_STATE_COUNT)