Function report |
Source Code:fs\pipe.c |
Create Date:2022-07-28 20:04:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pipe_ioctl
Proto:static long pipe_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | filp | |
unsigned int | cmd | |
unsigned long | arg |
618 | __pipe_lock(pipe) |
619 | count = 0 |
628 | __pipe_unlock(pipe) |
630 | Return Write a simple value into user space(count, (int__user * )arg) |
631 | Default |
632 | Return -No ioctl command |
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 |