pci_arguments

Description

Stores information that defines each of the arguments used to configure the PCI Bridge.

Columns

Located in sybpcidb. The columns for pci_arguments are:

Name

Datatype

Description

pci_args_directive_index

int

The index of the directive to which the argument belongs.

pci_args_name

varchar(255)

The name of the argument.

pci_args_units

varchar(255)

The units type. Values are:

  • switch

  • number

pci_args_number_value

int

When units=number, the value of number. If units=switch, the value is zero (0).

pci_args_string_value

varchar(255)

Reserved for future use.

pci_args_description

varchar(255)

Brief text description of the argument and its purpose.

pci_args_enabled

int

Values are:

  • 0 – not enabled

  • 1 – enabled (default)

pci_args_status

int

Reserved for future use.

Indexes