Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:31 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:copy_siginfo_from_user_any
Proto:static int copy_siginfo_from_user_any(kernel_siginfo_t *kinfo, siginfo_t *info)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
kernel_siginfo_t * | kinfo | |
siginfo_t * | info |
3672 | If in_compat_syscall() Then Return copy_siginfo_from_user32(kinfo, (structcompat_siginfo__user * )info) |
3676 | Return copy_siginfo_from_user(kinfo, info) |
Name | Describe |
---|---|
SYSCALL_DEFINE4 | sys_pidfd_send_signal - Signal a process through a pidfd*@pidfd: file descriptor of the process*@sig: signal to send*@info: signal info*@flags: future flags* The syscall currently only signals via PIDTYPE_PID which covers* kill( |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |