flask.h
来自「xen虚拟机源代码安装包」· C头文件 代码 · 共 23 行
H
23 行
/* * * Authors: Michael LeMay, <mdlemay@epoch.ncsc.mil> * George Coker, <gscoker@alpha.ncsc.mil> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. */#ifndef __FLASK_H__#define __FLASK_H__#include <stdint.h>#include <xen/xen.h>#include <xen/xsm/flask_op.h>int flask_load(int xc_handle, char *buf, uint32_t size);int flask_context_to_sid(int xc_handle, char *buf, uint32_t size, uint32_t *sid);int flask_sid_to_context(int xc_handle, int sid, char *buf, uint32_t size);#endif /* __FLASK_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?