]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/vm/vm_print.h
xnu-792.6.56.tar.gz
[apple/xnu.git] / osfmk / vm / vm_print.h
index 6fce7c7bd77135caa6619642dec5fe7cd99fd5f1..6750127e31923f57fa5f42c69480ce3c13093880 100644 (file)
@@ -1,10 +1,8 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -44,7 +42,7 @@ extern int    vm_follow_object(
                        vm_object_t     object);
 
 extern void    vm_object_print(
-                       vm_object_t     object,
+                       db_addr_t       object,
                        boolean_t       have_addr,
                        int             arg_count,
                        char            *modif);
@@ -52,7 +50,7 @@ extern void   vm_object_print(
 #include <vm/vm_page.h>
 
 extern void    vm_page_print(
-                       vm_page_t       p);
+                       db_addr_t       p);
 
 #include <mach_pagemap.h>
 #if    MACH_PAGEMAP
@@ -64,7 +62,7 @@ extern void vm_external_print(
 
 extern void    db_vm(void);
 
-extern vm_size_t db_vm_map_total_size(
+extern vm_map_size_t db_vm_map_total_size(
                        db_addr_t       map);
 
 #endif /* VM_PRINT_H */