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 79 of file subr_prf.c.

Field Documentation

int putchar_arg::flags

Definition at line 80 of file subr_prf.c.

Referenced by _vprintf(), putbuf(), putchar(), tprintf(), ttyprintf(), and uprintf().

size_t putchar_arg::n_bufr

Definition at line 84 of file subr_prf.c.

Referenced by _vprintf(), and putbuf().

char* putchar_arg::p_bufr

Definition at line 83 of file subr_prf.c.

Referenced by _vprintf(), putbuf(), tprintf(), ttyprintf(), and uprintf().

char* putchar_arg::p_next

Definition at line 85 of file subr_prf.c.

Referenced by _vprintf(), and putbuf().

int putchar_arg::pri

Definition at line 81 of file subr_prf.c.

Referenced by _vprintf(), log_console(), putbuf(), and tprintf().

size_t putchar_arg::remain

Definition at line 86 of file subr_prf.c.

Referenced by _vprintf(), and putbuf().

struct tty* putchar_arg::tty

Definition at line 82 of file subr_prf.c.

Referenced by _vprintf(), putchar(), tprintf(), ttyprintf(), and uprintf().


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