函数逻辑报告 |
Source Code:fs\pipe.c |
Create Date:2022-07-29 10:34:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__do_pipe_flags
函数原型:static int __do_pipe_flags(int *fd, struct file **files, int flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int * | fd | |
struct file ** | files | |
int | flags |
919 | 如果flags按位与O_CLOEXEC按位或O_NONBLOCK按位或O_DIRECT的值的反则返回:负EINVAL |
922 | error等于create_pipe_files(files, flags) |
926 | error等于get_unused_fd_flags(flags) |
927 | 如果error小于0则转到:err_read_pipe |
931 | error等于get_unused_fd_flags(flags) |
936 | audit_fd_pair(fdr, fdw) |
939 | 返回:0 |
941 | err_fdr : |
942 | put_unused_fd(fdr) |
943 | err_read_pipe : |
946 | 返回:error |
名称 | 描述 |
---|---|
do_pipe_flags | |
do_pipe2 | sys_pipe() is the normal C calling standard for creating* a pipe. It's not the way Unix traditionally does this, though. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |