flask.h

来自「xen虚拟机源代码安装包」· C头文件 代码 · 共 37 行

H
37
字号
/* This file is automatically generated.  Do not edit. */#ifndef _FLASK_FLASK_H_#define _FLASK_FLASK_H_/* * Security object class definitions */#define SECCLASS_XEN                                     1#define SECCLASS_DOMAIN                                  2#define SECCLASS_HVM                                     3#define SECCLASS_MMU                                     4#define SECCLASS_RESOURCE                                5#define SECCLASS_SHADOW                                  6#define SECCLASS_EVENT                                   7#define SECCLASS_GRANT                                   8#define SECCLASS_SECURITY                                9/* * Security identifier indices for initial entities */#define SECINITSID_XEN                                  1#define SECINITSID_DOM0                                 2#define SECINITSID_DOMU                                 3#define SECINITSID_DOMIO                                4#define SECINITSID_DOMXEN                               5#define SECINITSID_UNLABELED                            6#define SECINITSID_SECURITY                             7#define SECINITSID_IOPORT                               8#define SECINITSID_IOMEM                                9#define SECINITSID_VCPU                                 10#define SECINITSID_VIRQ                                 11#define SECINITSID_PIRQ                                 12#define SECINITSID_NUM                                  12#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?