函数逻辑报告 |
Source Code:fs\select.c |
Create Date:2022-07-29 10:37:07 |
Last Modify:2020-03-18 10:25:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:do_compat_pselect
函数原型:static long do_compat_pselect(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, void __user *tsp, compat_sigset_t __user *sigmask, compat_size_t sigsetsize, enum poll_time_type type)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
int | n | |
compat_ulong_t __user * | inp | |
compat_ulong_t __user * | outp | |
compat_ulong_t __user * | exp | |
void __user * | tsp | |
compat_sigset_t __user * | sigmask | |
compat_size_t | sigsetsize | |
enum poll_time_type | type |
1298 | struct timespec64 ts, end_time, * to = NULL |
1301 | 如果tsp则 |
1303 | 当:type恒等于PT_OLD_TIMESPEC |
1304 | 如果get_old_timespec32( & ts, tsp)则返回:负EFAULT |
1306 | 退出 |
1307 | 当:type恒等于PT_TIMESPEC |
1308 | 如果get_timespec64( & ts, tsp)则返回:负EFAULT |
1310 | 退出 |
1311 | 默认 |
1312 | BUG() |
1320 | ret等于set_compat_user_sigmask(sigmask, sigsetsize) |
1325 | 返回:poll_select_finish( & end_time, tsp, type, ret) |
名称 | 描述 |
---|---|
COMPAT_SYSCALL_DEFINE6 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |