Changeset View
Changeset View
Standalone View
Standalone View
lib/libprocstat/libprocstat.h
Show First 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | |||||
#define PS_FST_TYPE_CRYPTO 7 | #define PS_FST_TYPE_CRYPTO 7 | ||||
#define PS_FST_TYPE_MQUEUE 8 | #define PS_FST_TYPE_MQUEUE 8 | ||||
#define PS_FST_TYPE_SHM 9 | #define PS_FST_TYPE_SHM 9 | ||||
#define PS_FST_TYPE_SEM 10 | #define PS_FST_TYPE_SEM 10 | ||||
#define PS_FST_TYPE_UNKNOWN 11 | #define PS_FST_TYPE_UNKNOWN 11 | ||||
#define PS_FST_TYPE_NONE 12 | #define PS_FST_TYPE_NONE 12 | ||||
#define PS_FST_TYPE_PROCDESC 13 | #define PS_FST_TYPE_PROCDESC 13 | ||||
#define PS_FST_TYPE_DEV 14 | #define PS_FST_TYPE_DEV 14 | ||||
#define PS_FST_TYPE_EVENTFD 15 | |||||
/* | /* | ||||
* Special descriptor numbers. | * Special descriptor numbers. | ||||
*/ | */ | ||||
#define PS_FST_UFLAG_RDIR 0x0001 | #define PS_FST_UFLAG_RDIR 0x0001 | ||||
#define PS_FST_UFLAG_CDIR 0x0002 | #define PS_FST_UFLAG_CDIR 0x0002 | ||||
#define PS_FST_UFLAG_JAIL 0x0004 | #define PS_FST_UFLAG_JAIL 0x0004 | ||||
#define PS_FST_UFLAG_TRACE 0x0008 | #define PS_FST_UFLAG_TRACE 0x0008 | ||||
▲ Show 20 Lines • Show All 150 Lines • Show Last 20 Lines |