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
Wrap
Text File
|
1998-08-18
|
889b
|
21 lines
/*
* Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
*
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
* SANTA CRUZ OPERATION INC.
*
* The copyright notice above does not evidence any actual or intended
* publication of such source code.
*/
#ident "@(#)kern-i386at:io/async/async.cf/Space.c 1.2.2.1"
#ident "$Header: $"
#include <sys/aiosys.h>
#include <config.h>
u_int numaio = NUMAIO; /* Total number of control blocks */
u_int aio_listio_max = AIO_LISTIO_MAX; /* Size of largest list I/O request */
u_int listio_size =
sizeof(aiolistio_t) + (AIO_LISTIO_MAX - 1) * sizeof(aiojob_t);