FreeBSD kernel kern code
putchar_arg Struct Reference

Data Fields

int flags
 
int pri
 
struct tty * tty
 
char * p_bufr
 
size_t n_bufr
 
char * p_next
 
size_t remain
 

Detailed Description

Definition at line 102 of file subr_prf.c.

Field Documentation

◆ flags

int putchar_arg::flags

Definition at line 103 of file subr_prf.c.

Referenced by _vprintf(), putbuf(), putchar(), uprintf(), and vtprintf().

◆ n_bufr

size_t putchar_arg::n_bufr

Definition at line 107 of file subr_prf.c.

Referenced by _vprintf(), and putbuf().

◆ p_bufr

char* putchar_arg::p_bufr

Definition at line 106 of file subr_prf.c.

Referenced by _vprintf(), putbuf(), uprintf(), and vtprintf().

◆ p_next

char* putchar_arg::p_next

Definition at line 108 of file subr_prf.c.

Referenced by _vprintf(), and putbuf().

◆ pri

int putchar_arg::pri

Definition at line 104 of file subr_prf.c.

Referenced by _vprintf(), log_console(), prf_putbuf(), prf_putchar(), putbuf(), and vtprintf().

◆ remain

size_t putchar_arg::remain

Definition at line 109 of file subr_prf.c.

Referenced by _vprintf(), and putbuf().

◆ tty

struct tty* putchar_arg::tty

Definition at line 105 of file subr_prf.c.

Referenced by _vprintf(), putchar(), uprintf(), and vtprintf().


The documentation for this struct was generated from the following file: