Revision 807a91b7a697e6dee1e41babc4c12ad8d73a4ac1 authored by Ken Thompson on 06 November 1973, 02:13:05 UTC, committed by Ken Thompson on 06 November 1973, 02:13:05 UTC
Work on file man/man5/core.5

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v4
1 parent 14428c7
Raw File
systm.h
char	canonb[CANBSIZ];
int	coremap[CMAPSIZ];
int	swapmap[SMAPSIZ];
int	*rootdir;
int	lbolt;
int	time[2];
int	tout[2];
struct	callo
{
	int	c_time;
	int	c_arg;
	int	(*c_func)();
} callout[NCALL];
struct	mount
{
	int	m_dev;
	int	*m_bufp;
	int	*m_inodp;
} mount[NMOUNT];
int	mpid;
char	runin;
char	runout;
char	runrun;
int	ssr[3];

back to top