FreeBSD kernel CAM code
match_pattern Union Reference

#include <cam_ccb.h>

Collaboration diagram for match_pattern:

Data Fields

struct periph_match_pattern periph_pattern
 
struct device_match_pattern device_pattern
 
struct bus_match_pattern bus_pattern
 

Detailed Description

Definition at line 483 of file cam_ccb.h.

Field Documentation

◆ bus_pattern

struct bus_match_pattern match_pattern::bus_pattern

Definition at line 486 of file cam_ccb.h.

Referenced by cam_compat_handle_0x19(), and xptbusmatch().

◆ device_pattern

struct device_match_pattern match_pattern::device_pattern

◆ periph_pattern

struct periph_match_pattern match_pattern::periph_pattern

Definition at line 484 of file cam_ccb.h.

Referenced by cam_compat_handle_0x19(), xptbusmatch(), xptdevicematch(), and xptperiphmatch().


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