FreeBSD kernel amd64 PCI device code
vpd_readonly Struct Reference

#include <pcivar.h>

Data Fields

char keyword [2]
 
char * value
 
int len
 

Detailed Description

Definition at line 68 of file pcivar.h.

Field Documentation

◆ keyword

char vpd_readonly::keyword[2]

Definition at line 69 of file pcivar.h.

Referenced by pci_get_vpd_readonly_method(), pci_list_vpd(), and pci_read_vpd().

◆ len

int vpd_readonly::len

Definition at line 71 of file pcivar.h.

Referenced by pci_list_vpd(), and pci_read_vpd().

◆ value

char* vpd_readonly::value

Definition at line 70 of file pcivar.h.

Referenced by pci_get_vpd_readonly_method(), pci_list_vpd(), and pci_read_vpd().


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