home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 612a.lha / PowerVisor_v1.13 / PowerVisor_v1.13.lzh / Source / Exec.struct < prev    next >
Text File  |  1991-09-22  |  3KB  |  186 lines

  1.  STRUCTURE  UNIT,34
  2.    UBYTE    Flags
  3.    PADBYTE  pad
  4.    UWORD    OpenCnt
  5.    LABEL    SIZE
  6.  
  7.  STRUCTURE  IS,14
  8.    APTR     Data
  9.    APTR     Code
  10.    LABEL    SIZE
  11.  
  12.  STRUCTURE  IV,0
  13.    APTR     Data
  14.    APTR     Code
  15.    APTR     Node
  16.    LABEL    SIZE
  17.  
  18.  STRUCTURE  IO,20
  19.    APTR     Device
  20.    APTR     Unit
  21.    UWORD    Command
  22.    UBYTE    Flags
  23.    BYTE     Error
  24.    LABEL    SIZE
  25.  
  26.  STRUCTURE  IOSTD,20
  27.    APTR     Device
  28.    APTR     Unit
  29.    UWORD    Command
  30.    UBYTE    Flags
  31.    BYTE     Error
  32.    ULONG    Actual
  33.    ULONG    Length
  34.    APTR     Data
  35.    ULONG    Offset
  36.    LABEL    SIZE
  37.  
  38.  STRUCTURE  LIB,14
  39.    UBYTE    Flags
  40.    PADBYTE  pad
  41.    UWORD    NegSize
  42.    UWORD    PosSize
  43.    UWORD    Version
  44.    UWORD    Revision
  45.    CSTR     IDString
  46.    ULONG    Sum
  47.    UWORD    OpenCnt
  48.    LABEL    SIZE
  49.  
  50.  STRUCTURE  LH,0
  51.    APTR     Head
  52.    APTR     Tail
  53.    APTR     TailPred
  54.    UBYTE    Type
  55.    PADBYTE  pad
  56.    LABEL    SIZE
  57.  
  58.  STRUCTURE  MLH,0
  59.    APTR     Head
  60.    APTR     Tail
  61.    APTR     TailPred
  62.    LABEL    SIZE
  63.  
  64.  STRUCTURE  ML,14
  65.    UWORD    NumEntries
  66.    LABEL    SIZE
  67.  
  68.  
  69.  STRUCTURE  ME,0
  70.    LABEL    Reqs
  71.    APTR     Addr
  72.    ULONG    Length
  73.    LABEL    SIZE
  74.  
  75.  STRUCTURE  MH,14
  76.    UWORD    Attributes
  77.    APTR     First
  78.    APTR     Lower
  79.    APTR     Upper
  80.    ULONG    Free
  81.    LABEL    SIZE
  82.  
  83.  STRUCTURE  MC,0
  84.    APTR     Next
  85.    ULONG    Bytes
  86.    LABEL    SIZE
  87.  
  88.  STRUCTURE  LN,0
  89.    APTR     Succ
  90.    APTR     Pred
  91.    UBYTE    Type
  92.    BYTE     Pri
  93.    CSTR     Name
  94.    LABEL    SIZE
  95.  
  96.  STRUCTURE  MLN,0
  97.    APTR     Succ
  98.    APTR     Pred
  99.    LABEL    SIZE
  100.  
  101.  STRUCTURE  MP,14
  102.    UBYTE    Flags
  103.    UBYTE    SigBit
  104.    APTR     SigTask
  105.    STRUCT   MsgList,14
  106.    LABEL    SIZE
  107.  
  108.  STRUCTURE  MN,14
  109.    APTR     ReplyPort
  110.    UWORD    Length
  111.    LABEL    SIZE
  112.  
  113.  STRUCTURE  RT,0
  114.    UWORD    MatchWord
  115.    APTR     MatchTag
  116.    APTR     EndSkip
  117.    UBYTE    Flags
  118.    UBYTE    Version
  119.    UBYTE    Type
  120.    BYTE     Pri
  121.    CSTR     Name
  122.    CSTR     IDString
  123.    APTR     Init
  124.    LABEL    SIZE
  125.  
  126.  STRUCTURE  SSR,8
  127.    APTR     Waiter
  128.    LABEL    SIZE
  129.  
  130.  STRUCTURE  SS,14
  131.    WORD     NestCount
  132.    STRUCT   WaitQueue,12
  133.    STRUCT   MultipleLink,12
  134.    APTR     Owner
  135.    WORD     QueueCount
  136.    LABEL    SIZE
  137.  
  138.  STRUCTURE  SM,34
  139.    WORD     Bids
  140.    LABEL    SIZE
  141.  
  142.  STRUCTURE  TC,0
  143.     PADLONG    Succ
  144.     PADLONG    Pred
  145.     PADBYTE    Type
  146.    BYTE     Pri
  147.    CSTR     Name
  148.    UBYTE    Flags
  149.    UBYTE    State
  150.    BYTE     IDNestCnt
  151.    BYTE     TDNestCnt
  152.    ULONG    SigAlloc
  153.    ULONG    SigWait
  154.    ULONG    SigRecvd
  155.    ULONG    SigExcept
  156.    APTR     ETask
  157.    APTR     ExceptData
  158.    APTR     ExceptCode
  159.    APTR     TrapData
  160.    APTR     TrapCode
  161.    APTR     SPReg
  162.    APTR     SPLower
  163.    APTR     SPUpper
  164.    FPTR     Switch
  165.    FPTR     Launch
  166.    STRUCT   MemEntry,14
  167.    APTR     Userdata
  168.    LABEL    SIZE
  169.  
  170.  STRUCTURE  ETask,20
  171.    APTR     Parent
  172.    ULONG    UniqueID
  173.    STRUCT   Children,12
  174.    UWORD    TrapAlloc
  175.    UWORD    TrapAble
  176.    ULONG    Result1
  177.    APTR     Result2
  178.    STRUCT   TaskMsgPort,34
  179.    LABEL    SIZEOF
  180.  
  181.  STRUCTURE  StackSwapStruct,0
  182.    APTR     Lower
  183.    ULONG    Upper
  184.    APTR     Pointer
  185.    LABEL    SIZEOF
  186.