ps_data.h
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 27 行
H
27 行
/* * Each constant in this file is an integer index into the ps_data * array in /vmunix. This array can be read to get the size of * individual structures even if the structure changes given that * it changes at the end of the strucuture. *//* the entries here need to match the constants in ps_data.c */#define PS_DATA_proc 0#define PS_DATA_pte 1#define PS_DATA_text 2#define PS_DATA_user 3#define PS_DATA_user_u_comm 4#define PS_DATA_user_u_arg 5#define PS_DATA_inode 6#define PS_DATA_tty 7#define PS_DATA_ucred 8#define PS_DATA_rusage 9#define PS_DATA_file 10#define PS_DATA_ucred 11#define PS_DATA_rusage 12#define PS_DATA_map 13#define PS_DATA_swdevt 14#define PS_DATA_vme_device 15#define PS_DATA_vme_driver 16
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?