Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
055d21d2
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
055d21d2
编写于
3月 02, 2010
作者:
M
Matthias Bolte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
esx: Cleanup file header comments
Replace 'method' with 'function' and get the filename's suffix right.
上级
d304352b
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
17 addition
and
17 deletion
+17
-17
src/esx/esx_device_monitor.c
src/esx/esx_device_monitor.c
+1
-1
src/esx/esx_driver.c
src/esx/esx_driver.c
+2
-2
src/esx/esx_driver.h
src/esx/esx_driver.h
+2
-2
src/esx/esx_interface_driver.c
src/esx/esx_interface_driver.c
+1
-1
src/esx/esx_interface_driver.h
src/esx/esx_interface_driver.h
+1
-1
src/esx/esx_network_driver.c
src/esx/esx_network_driver.c
+1
-1
src/esx/esx_network_driver.h
src/esx/esx_network_driver.h
+1
-1
src/esx/esx_private.h
src/esx/esx_private.h
+1
-1
src/esx/esx_secret_driver.c
src/esx/esx_secret_driver.c
+1
-1
src/esx/esx_secret_driver.h
src/esx/esx_secret_driver.h
+1
-1
src/esx/esx_storage_driver.c
src/esx/esx_storage_driver.c
+1
-1
src/esx/esx_util.c
src/esx/esx_util.c
+1
-1
src/esx/esx_util.h
src/esx/esx_util.h
+1
-1
src/esx/esx_vmx.c
src/esx/esx_vmx.c
+1
-1
src/esx/esx_vmx.h
src/esx/esx_vmx.h
+1
-1
未找到文件。
src/esx/esx_device_monitor.c
浏览文件 @
055d21d2
/*
/*
* esx_device_monitor.c: device monitor
method
s for managing VMware ESX
* esx_device_monitor.c: device monitor
function
s for managing VMware ESX
* host devices
* host devices
*
*
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2010 Red Hat, Inc.
...
...
src/esx/esx_driver.c
浏览文件 @
055d21d2
/*
/*
* esx_driver.c: core driver
method
s for managing VMware ESX hosts
* esx_driver.c: core driver
function
s for managing VMware ESX hosts
*
*
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2009
,
2010 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2009
-
2010 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2009 Maximilian Wilhelm <max@rfc2324.org>
* Copyright (C) 2009 Maximilian Wilhelm <max@rfc2324.org>
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
...
...
src/esx/esx_driver.h
浏览文件 @
055d21d2
/*
/*
* esx_driver.h: core driver
method
s for managing VMware ESX hosts
* esx_driver.h: core driver
function
s for managing VMware ESX hosts
*
*
* Copyright (C) 2009
,
2010 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2009
-
2010 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2009 Maximilian Wilhelm <max@rfc2324.org>
* Copyright (C) 2009 Maximilian Wilhelm <max@rfc2324.org>
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
...
...
src/esx/esx_interface_driver.c
浏览文件 @
055d21d2
/*
/*
* esx_interface_driver.
h: interface driver method
s for managing VMware ESX
* esx_interface_driver.
c: interface driver function
s for managing VMware ESX
* host interfaces
* host interfaces
*
*
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2010 Red Hat, Inc.
...
...
src/esx/esx_interface_driver.h
浏览文件 @
055d21d2
/*
/*
* esx_interface_driver.h: interface driver
method
s for managing VMware ESX
* esx_interface_driver.h: interface driver
function
s for managing VMware ESX
* host interfaces
* host interfaces
*
*
* Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
...
...
src/esx/esx_network_driver.c
浏览文件 @
055d21d2
/*
/*
* esx_network_driver.c: network driver
method
s for managing VMware ESX
* esx_network_driver.c: network driver
function
s for managing VMware ESX
* host networks
* host networks
*
*
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2010 Red Hat, Inc.
...
...
src/esx/esx_network_driver.h
浏览文件 @
055d21d2
/*
/*
* esx_network_driver.h: network driver
method
s for managing VMware ESX
* esx_network_driver.h: network driver
function
s for managing VMware ESX
* host networks
* host networks
*
*
* Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
...
...
src/esx/esx_private.h
浏览文件 @
055d21d2
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
/*
/*
* esx_private.h: private driver struct for the VMware ESX driver
* esx_private.h: private driver struct for the VMware ESX driver
*
*
* Copyright (C) 2009
,
2010 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2009
-
2010 Matthias Bolte <matthias.bolte@googlemail.com>
*
*
* This library is free software; you can redistribute it and/or
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* modify it under the terms of the GNU Lesser General Public
...
...
src/esx/esx_secret_driver.c
浏览文件 @
055d21d2
/*
/*
* esx_secret_driver.c: secret driver
method
s for VMware ESX secret manipulation
* esx_secret_driver.c: secret driver
function
s for VMware ESX secret manipulation
*
*
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
...
...
src/esx/esx_secret_driver.h
浏览文件 @
055d21d2
/*
/*
* esx_secret_driver.h: secret driver
method
s for VMware ESX secret manipulation
* esx_secret_driver.h: secret driver
function
s for VMware ESX secret manipulation
*
*
* Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2010 Matthias Bolte <matthias.bolte@googlemail.com>
*
*
...
...
src/esx/esx_storage_driver.c
浏览文件 @
055d21d2
/*
/*
* esx_storage_driver.c: storage driver
method
s for managing VMware ESX
* esx_storage_driver.c: storage driver
function
s for managing VMware ESX
* host storage
* host storage
*
*
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2010 Red Hat, Inc.
...
...
src/esx/esx_util.c
浏览文件 @
055d21d2
/*
/*
* esx_util.c: utility
method
s for the VMware ESX driver
* esx_util.c: utility
function
s for the VMware ESX driver
*
*
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
...
...
src/esx/esx_util.h
浏览文件 @
055d21d2
/*
/*
* esx_util.h: utility
method
s for the VMware ESX driver
* esx_util.h: utility
function
s for the VMware ESX driver
*
*
* Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
*
*
...
...
src/esx/esx_vmx.c
浏览文件 @
055d21d2
/*
/*
* esx_vmx.c: VMX related
method
s for the VMware ESX driver
* esx_vmx.c: VMX related
function
s for the VMware ESX driver
*
*
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2010 Red Hat, Inc.
* Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
...
...
src/esx/esx_vmx.h
浏览文件 @
055d21d2
/*
/*
* esx_vmx.
c: VMX related method
s for the VMware ESX driver
* esx_vmx.
h: VMX related function
s for the VMware ESX driver
*
*
* Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
* Copyright (C) 2009 Matthias Bolte <matthias.bolte@googlemail.com>
*
*
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录