X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/osfmk/mach/upl.defs diff --git a/osfmk/mach/upl.defs b/osfmk/mach/upl.defs index 89fc94389..18d1737ec 100644 --- a/osfmk/mach/upl.defs +++ b/osfmk/mach/upl.defs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -59,10 +59,10 @@ subsystem #if KERNEL_USER KernelUser -#endif KERNEL_USER +#endif /* KERNEL_USER */ #if KERNEL_SERVER KernelServer -#endif KERNEL_SERVER +#endif /* KERNEL_SERVER */ upl 2050; #ifdef MACH_KERNEL @@ -78,10 +78,10 @@ routine upl_abort( routine upl_abort_range( upl_object : upl_t; - offset : vm_offset_t; - size : vm_size_t; + offset : upl_offset_t; + size : upl_size_t; in abort_cond : integer_t; - out empty : boolean_t); + out empty : boolean_t); routine upl_commit( upl_object : upl_t; @@ -89,9 +89,9 @@ routine upl_commit( routine upl_commit_range( upl_object : upl_t; - offset : vm_offset_t; - size : vm_size_t; + offset : upl_offset_t; + size : upl_size_t; in cntrl_flags : integer_t; in page_list : upl_page_info_array_t; - out empty : boolean_t); + out empty : boolean_t);