]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/mach_host.defs
xnu-4570.1.46.tar.gz
[apple/xnu.git] / osfmk / mach / mach_host.defs
index 04c44fde27bddd8cf2f661fa9f60e7fa1472efbc..637109763fff1d990dc65677299b0daaf0302a0f 100644 (file)
@@ -161,18 +161,8 @@ routine    kmod_get_info(
                host            : host_t;
        out     modules         : kmod_args_t);
 
-/*
- *     Returns information about the memory allocation zones.
- *      Supported in all kernels..
- *
- *     DEPRECATED!  Use mach_zone_info() instead.
- */
-routine host_zone_info(
-               host            : host_priv_t;
-       out     names           : zone_name_array_t,
-                                       Dealloc;
-       out     info            : zone_info_array_t,
-                                       Dealloc);
+
+skip; /* was host_zone_info */
 
 /*
  *     Returns information about the global VP table.
@@ -250,7 +240,7 @@ routine host_statistics64(
 /*
  *     Returns information about the memory allocation zones.
  *      Data returned is compatible with various caller and kernel
- *     address space sizes (unlike host_zone_info()).
+ *     address space sizes.
  */
 routine mach_zone_info(
                host            : host_priv_t;