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 89 of file subr_log.c.

Field Documentation

◆ sc_callout

struct callout logsoftc::sc_callout

Definition at line 93 of file subr_log.c.

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

◆ sc_selp

struct selinfo logsoftc::sc_selp

Definition at line 91 of file subr_log.c.

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

◆ sc_sigio

struct sigio* logsoftc::sc_sigio

Definition at line 92 of file subr_log.c.

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

◆ sc_state

int logsoftc::sc_state

Definition at line 90 of file subr_log.c.

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


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