home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 202.img / SCO386N2.TD0 / usr / include / sys / preadi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-18  |  582 b   |  29 lines

  1. /*
  2.  *    @(#) preadi.h 2.1 88/05/18 
  3.  *
  4.  *    Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
  5.  *    Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
  6.  *    This Module contains Proprietary Information of
  7.  *    The Santa Cruz Operation, Microsoft Corporation
  8.  *    and AT&T, and should be treated as Confidential.
  9.  */
  10.  
  11. /*
  12.  *    array for storing physical transfer requests
  13.  */
  14. struct preq { 
  15.     daddr_t p_bnum;
  16.     int     p_bcount;
  17. };
  18.     
  19. struct pmapnode {
  20.     int    p_bufindex;
  21.     int    p_bufcount;
  22. };
  23.  
  24. #define MAXPREQ 10
  25. #define MAXPBUF 10
  26. #define ROK 0
  27. #define BADREQ -1
  28. #define RERROR -2
  29.