]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/upl.defs
xnu-792.10.96.tar.gz
[apple/xnu.git] / osfmk / mach / upl.defs
index 89fc9438927242a6d0e1824b3c157694c6eeb977..18d1737ecc7786bb477f3bebdbf87bd79c56e9bc 100644 (file)
@@ -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@
  * 
 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);