|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T U t
Length: 1241 (0x4d9)
Types: TextFile
Notes: UNIX file
Names: »types.h«
└─⟦a6ab2eb36⟧ Bits:30004042/kconfig3.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦a6ab2eb36⟧ UNIX Filesystem
└─⟦this⟧ »kc/new/usr/include/sys/types.h«
/* Copyright (c) 1987 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)types.h 1.6 - 87/07/31"
typedef struct { int r[1]; } * physadr;
typedef long daddr_t; /* <disk address> type */
typedef char * caddr_t; /* ?<core address> type */
typedef unsigned char unchar;
typedef unsigned short ushort;
typedef unsigned int uint;
typedef unsigned long ulong;
typedef ushort ino_t; /* <inode> type */
typedef short cnt_t; /* ?<count> type */
typedef long time_t; /* <time> type */
typedef int label_t[6];
typedef short dev_t; /* <old device number> type */
typedef long off_t; /* ?<offset> type */
typedef long paddr_t; /* <physical address> type */
typedef int key_t; /* IPC key type */
typedef unsigned char use_t; /* use count for swap. */
typedef short sysid_t;
typedef short index_t;
typedef short lock_t; /* lock work for busy wait */
typedef unsigned int size_t; /* len param for string funcs */
typedef ushort sel_t; /* Selector type */
/*
* Distributed UNIX hook
*/
typedef struct cookie {
long c_sysid;
long c_rcvd;
} *cookie_t;