Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\seq_file.c Create Date:2022-07-28 20:09:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seq_vprintf

Proto:void seq_vprintf(struct seq_file *m, const char *f, va_list args)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
const char *f
va_listargs
402  If count < size Then
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  If count + len < size Then
405  count += len
406  Return
409  seq_set_overflow(m)
Caller
NameDescribe
seq_printf