DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦f48fefe4d⟧ TextFile

    Length: 1005 (0x3ed)
    Types: TextFile
    Notes: UNIX file
    Names: »prfcntl.h«

Derivation

└─⟦a6ab2eb36⟧ Bits:30004042/kconfig3.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦a6ab2eb36⟧ UNIX Filesystem
    └─⟦this⟧ »kc/new/usr/include/sys/fs/prfcntl.h« 

TextFile

/*	Copyright (c) 1984 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.	*/

/*	prfcntl.h - fcntls for /proc */

#ident	"@(#)prfcntl.h	1.3"

#define PFC		('p'<<8)

#define PFCGETPR	(PFC|1)	/* read struct proc */
#define PFCOPENT	(PFC|2)	/* open text file for reading */
#define PFCEXCLU	(PFC|3)	/* mark text for exclusive use */

#define PFCSTOP		(PFC|4)	/* send STOP signal and... */
#define PFCWSTOP	(PFC|5)	/* wait for process to STOP */
#define PFCRUN		(PFC|6)	/* make process runnable */

#define PFCSMASK	(PFC|7)	/* set signal trace bit mask */
#define PFCCSIG		(PFC|8)	/* clear current signal */
#define PFCKILL		(PFC|9)	/* send signal */

#define PFCSEXEC	(PFC|10)	/* stop on exec */
#define PFCREXEC	(PFC|11)	/* run on exec */

#define PFCNICE		(PFC|12)	/* set nice priority */

#define PFCGMASK	(PFC|13)	/* get signal trace bit mask */