FreeBSD kernel CAM code
ctl_frontend Struct Reference

#include <ctl_frontend.h>

Public Member Functions

 STAILQ_HEAD (, ctl_port) port_list
 
 STAILQ_ENTRY (ctl_frontend) links
 

Data Fields

char name [CTL_DRIVER_NAME_LEN]
 
fe_init_t init
 
fe_ioctl_t ioctl
 
void(* fe_dump )(void)
 
fe_shutdown_t shutdown
 

Detailed Description

Definition at line 251 of file ctl_frontend.h.

Member Function Documentation

◆ STAILQ_ENTRY()

ctl_frontend::STAILQ_ENTRY ( ctl_frontend  )

◆ STAILQ_HEAD()

ctl_frontend::STAILQ_HEAD ( ctl_port  )

Field Documentation

◆ fe_dump

void(* ctl_frontend::fe_dump) (void)

Definition at line 255 of file ctl_frontend.h.

Referenced by ctl_ioctl().

◆ init

fe_init_t ctl_frontend::init

Definition at line 253 of file ctl_frontend.h.

Referenced by ctl_frontend_register().

◆ ioctl

fe_ioctl_t ctl_frontend::ioctl

Definition at line 254 of file ctl_frontend.h.

Referenced by ctl_ioctl().

◆ name

char ctl_frontend::name[CTL_DRIVER_NAME_LEN]

◆ shutdown

fe_shutdown_t ctl_frontend::shutdown

Definition at line 256 of file ctl_frontend.h.

Referenced by ctl_frontend_deregister().


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