Searched refs:cell (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c382 user_addr_t cell; local
386 cell = (prof->pr_base + off);
387 if (cell >= prof->pr_base &&
388 cell < (prof->pr_size + prof->pr_base)) {
389 if (copyin(cell, (caddr_t) &count, sizeof(count)) == 0) {
391 if(copyout((caddr_t) &count, cell, sizeof(count)) == 0)
402 short *cell; local
406 cell = (short *)(prof->pr_base + off);
407 if (cell >= (short *)prof->pr_base &&
408 cell < (shor
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp500 UInt32 acells, icells, pacells, picells, cell; local
574 cell = (i < acells) ? addrCmp[i] : intSpec[ i - acells ];
576 cell &= maskCmp[i];
577 cmp = (cell == map[i]);
962 UInt32 cell[ 8 ], length; local
978 if (childCells > sizeof(cell)/sizeof(cell[0]))
981 bcopy( cellsIn, cell, sizeof(UInt32) * childCells );
994 *phys = IOPhysical32( cell[ childAddressCells - 1 ], cell [ childAddressCell
1166 UInt32 *cell; local
[all...]

Completed in 419 milliseconds