/*
- * 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
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);
#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
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 */