FreeBSD kernel kern code
logsoftc Struct Reference

Data Fields

int sc_state
 
struct selinfo sc_selp
 
struct sigio * sc_sigio
 
struct callout sc_callout
 

Detailed Description

Definition at line 87 of file subr_log.c.

Field Documentation

struct callout logsoftc::sc_callout

Definition at line 91 of file subr_log.c.

Referenced by log_drvinit(), logclose(), logopen(), and logtimeout().

struct selinfo logsoftc::sc_selp

Definition at line 89 of file subr_log.c.

Referenced by log_drvinit(), logkqdetach(), logkqfilter(), logpoll(), and logtimeout().

struct sigio* logsoftc::sc_sigio

Definition at line 90 of file subr_log.c.

Referenced by logclose(), logioctl(), logopen(), and logtimeout().

int logsoftc::sc_state

Definition at line 88 of file subr_log.c.

Referenced by logclose(), logioctl(), and logtimeout().


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