home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / update701 / root.17 / etc / conf / pack.d / async / space.c / space
Text File  |  1998-08-18  |  889b  |  21 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. #ident    "@(#)kern-i386at:io/async/async.cf/Space.c    1.2.2.1"
  12. #ident    "$Header: $"
  13.  
  14. #include <sys/aiosys.h>
  15. #include <config.h>
  16.  
  17. u_int numaio = NUMAIO;            /* Total number of control blocks */
  18. u_int aio_listio_max = AIO_LISTIO_MAX;    /* Size of largest list I/O request */
  19. u_int listio_size =
  20.     sizeof(aiolistio_t) + (AIO_LISTIO_MAX - 1) * sizeof(aiojob_t);
  21.