Searched refs:iptr (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c364 unsigned int *iptr; local
369 iptr = (unsigned int *) DADDR2;
371 kprintf("0x%x ", *iptr++);
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c366 unsigned int *iptr; local
371 iptr = (unsigned int *) DADDR2;
373 kprintf("0x%x ", *iptr++);
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c1322 u_int32_t *iptr, *optr; local
1350 iptr = (u_int32_t *)&ibits[msk * nw];
1354 bits = iptr[i/NFDBITS];
1658 u_int32_t *iptr; local
1676 iptr = (u_int32_t *)&ibits[msk * nw];
1678 bits = iptr[i/NFDBITS];
1747 u_int32_t *iptr; local
1766 iptr = (u_int32_t *)&ibits[msk * nw];
1768 bits = iptr[i/NFDBITS];

Completed in 25 milliseconds