Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ types(F) — Xenix 2.3.4g

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

filesystem(F)



     TYPES(F)                 XENIX System V                  TYPES(F)



     Name
          types - Primitive system data types.

     Syntax
          #include <sys/types.h>

     Description
          The data types defined in the include file <sys/types.h> are
          used in XENIX system code; some data of these types are
          accessible to user code.

          The form daddr_t is used for disk addresses except in an
          inode on disk, see filesystem(F).  Times are encoded in
          seconds since 00:00:00 GMT, January 1, 1970.  The major and
          minor parts of a device code specify kind and unit number of
          a device and are installation-dependent.  Offsets are
          measured in bytes from the beginning of a file.  The label_t
          variables are used to save the processor state while another
          process is running.

     See Also
          filesystem(F)

































     Page 1                                           (printed 8/7/87)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026