Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\seq_buf.c Create Date:2022-07-28 06:14:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seq_buf_print_seq - move the contents of seq_buf into a seq_file*@m: the seq_file descriptor that is the destination*@s: the seq_buf descriptor that is the source.* Returns zero on success, non zero otherwise

Proto:int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
struct seq_buf *s
42  len = How much buffer was written?
44  Return seq_write(m, buffer, len)