函数逻辑报告 |
Source Code:fs\seq_file.c |
Create Date:2022-07-29 10:40:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:seq_set_overflow
函数原型:static void seq_set_overflow(struct seq_file *m)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | m |
名称 | 描述 |
---|---|
seq_vprintf | |
seq_puts | |
seq_put_decimal_ull_width | A helper routine for putting decimal numbers without rich format of printf() |
seq_put_hex_ll | seq_put_hex_ll - put a number in hexadecimal notation*@m: seq_file identifying the buffer to which data should be written*@delimiter: a string which is printed before the number*@v: the number*@width: a minimum field width* seq_put_hex_ll(m, "", v, 8) is |
seq_put_decimal_ll | |
seq_write | seq_write - write arbitrary data to buffer*@seq: seq_file identifying the buffer to which data should be written*@data: data address*@len: number of bytes* Return 0 on success, non-zero otherwise. |
seq_pad | seq_pad - write padding spaces to buffer*@m: seq_file identifying the buffer to which data should be written*@c: the byte to append after padding if non-zero |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |