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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c524 user_addr_t cell; local
528 cell = (prof->pr_base + off);
529 if (cell >= prof->pr_base &&
530 cell < (prof->pr_size + prof->pr_base)) {
531 if (copyin(cell, (caddr_t) &count, sizeof(count)) == 0) {
533 if(copyout((caddr_t) &count, cell, sizeof(count)) == 0)
544 short *cell; local
548 cell = (short *)(prof->pr_base + off);
549 if (cell >= (short *)prof->pr_base &&
550 cell < (shor
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp499 UInt32 acells, icells, pacells, picells, cell; local
573 cell = (i < acells) ? addrCmp[i] : intSpec[ i - acells ];
575 cell &= maskCmp[i];
576 cmp = (cell == map[i]);
961 UInt32 cell[ 5 ], offset = 0, length; local
976 bcopy( cellsIn, cell, sizeof(UInt32) * childCells );
988 *phys = IOPhysical32( 0, cell[ childAddressCells - 1 ] + offset);
1012 // is cell start within range?
1013 diff = (*compare)( childAddressCells, cell, range );
1017 diff2 = (*compare)( childAddressCells, cell, endCel
1127 UInt32 *cell; local
[all...]

Completed in 75 milliseconds