• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/kern/

Lines Matching defs:range

174 	uint32_t codeLimit;				/* limit to main image signature range */
969 * the valid range for offsets, due to their relative sizes. If
1031 * Clean and/or invalidate a range in the memory object that backs this vnode
1035 * range invalidated within it
1036 * beg_off The start of the range, as an offset
1037 * end_off The end of the range, as an offset
1059 * Clean and/or invalidate a range in the memory object that backs this vnode
1063 * range invalidated within it
1064 * beg_off The start of the range, as an offset
1065 * end_off The end of the range, as an offset
1107 * Clean and/or invalidate a range in the memory object that backs this vnode
1111 * range invalidated within it
1112 * beg_off The start of the range, as an offset
1113 * end_off The end of the range, as an offset
1162 * size is adjusted to include the last page in the range; that
1164 * is rounded, and the range of bytes written will be from the
1196 * we only return the dirty pages in the range
1202 * then return all the interesting pages in the range (both
1211 /* flush and/or invalidate pages in the range requested */
1619 * Manipulate page state for a range of memory for a vnode with an associated
1622 * flagsp parameters to this call, and it takes a range which may contain
1630 * range The address of an int; may be NULL to
1639 * *range (modified) If range is non-NULL, its contents will
1643 * Notes: IMPORTANT: This function cannot be used on a range that
1654 * *range will be modified only if this function succeeds.
1659 * o UPL_ROP_ABSENT Returns the extent of the range
1663 * o UPL_ROP_PRESENT Returns the extent of the range
1668 * target object for the target range.
1671 * multiple regions in the range, only the first matching region
1680 int *range)
1692 range));
1877 * Commit the contents of the specified range of the upl to the backing store
1885 * Returns: KERN_SUCCESS The range has been committed
1959 * Abort the contents of the specified range of the specified upl
1967 * Returns: KERN_SUCCESS The range has been aborted
1980 * The abort_flags argument is a bitmap of flags on the range of
2031 * Returns: KERN_SUCCESS The range has been aborted
2044 * The abort_type is a bitmap of flags on the range of
2371 "range 0x%llx:0x%llx flags 0x%x\n",