Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\seq_buf.h Create Date:2022-07-28 05:58:00
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seq_buf_set_overflow

Proto:static inline void seq_buf_set_overflow(struct seq_buf *s)

Type:void

Parameter:

TypeParameterName
struct seq_buf *s
53  len = size + 1
Caller
NameDescribe
seq_buf_vprintfseq_buf_vprintf - sequence printing of information.*@s: seq_buf descriptor*@fmt: printf format string*@args: va_list of arguments from a printf() type function* Writes a vnprintf() format into the sequencce buffer.* Returns zero on success, -1 on overflow.
seq_buf_putsseq_buf_puts - sequence printing of simple string*@s: seq_buf descriptor*@str: simple string to record* Copy a simple string into the sequence buffer.* Returns zero on success, -1 on overflow
seq_buf_putcseq_buf_putc - sequence printing of simple character*@s: seq_buf descriptor*@c: simple character to record* Copy a single character into the sequence buffer.* Returns zero on success, -1 on overflow
seq_buf_putmemseq_buf_putmem - write raw data into the sequenc buffer*@s: seq_buf descriptor*@mem: The raw memory to copy into the buffer*@len: The length of the raw memory to copy (in bytes)* There may be cases where raw memory needs to be written into the