FreeBSD kernel CAM code
xpt_proto_ops Struct Reference

#include <cam_xpt_internal.h>

Collaboration diagram for xpt_proto_ops:

Data Fields

xpt_proto_announce_func announce
 
xpt_proto_announce_sbuf_func announce_sbuf
 
xpt_proto_announce_func denounce
 
xpt_proto_announce_sbuf_func denounce_sbuf
 
xpt_proto_debug_out_func debug_out
 

Detailed Description

Definition at line 77 of file cam_xpt_internal.h.

Field Documentation

◆ announce

xpt_proto_announce_func xpt_proto_ops::announce

Definition at line 78 of file cam_xpt_internal.h.

◆ announce_sbuf

xpt_proto_announce_sbuf_func xpt_proto_ops::announce_sbuf

Definition at line 79 of file cam_xpt_internal.h.

◆ debug_out

xpt_proto_debug_out_func xpt_proto_ops::debug_out

Definition at line 82 of file cam_xpt_internal.h.

Referenced by xpt_run_devq().

◆ denounce

xpt_proto_announce_func xpt_proto_ops::denounce

Definition at line 80 of file cam_xpt_internal.h.

◆ denounce_sbuf

xpt_proto_announce_sbuf_func xpt_proto_ops::denounce_sbuf

Definition at line 81 of file cam_xpt_internal.h.


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