pci_slot_syscalls

Description

Contains the runtime system call configuration information for the runtime dispatching model used by the PCI Bridge.

Columns

Located in sybpcidb. The columns for pci_slot_syscalls are:

Name

Datatype

Description

syscall_slot_number

int

The slot number associated with the system call.

syscall_system_call

varchar(255)

The name of the system call.

syscall_dispatch_name

varchar(255)

The name of the dispatch function for the system call.

syscall_enabled

int

Values are:

  • 0 – not enabled

  • 1 – enabled (default)

syscall_status

int

Reserved for future use.

Indexes