函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\seq_file.c Create Date:2022-07-29 10:40:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:seq_vprintf

函数原型:void seq_vprintf(struct seq_file *m, const char *f, va_list args)

返回类型:void

参数:

类型参数名称
struct seq_file *m
const char *f
va_listargs
402  如果count小于size
403  len等于vsnprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@args: Arguments for the format string* This function generally
404  如果countlen小于size
405  count加等于len
406  返回
409  seq_set_overflow(m)
调用者
名称描述
seq_printf
SEQ_printf