Home
last modified time | relevance | path

Searched defs:cfg_type (Results 1 – 9 of 9) sorted by relevance

/external/trusty/bootloader/test-runner/include/
Dvirtio-pci.h53 uint8_t cfg_type; member
/external/rust/android-crates-io/crates/virtio-drivers/src/transport/
Dx86_64.rs76 let cfg_type = (capability.private_header >> 8) as u8; in new() localVariable
Dpci.rs128 let cfg_type = (capability.private_header >> 8) as u8; in new() localVariable
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/transport/
Dx86_64.rs76 let cfg_type = (capability.private_header >> 8) as u8; in new() localVariable
Dpci.rs128 let cfg_type = (capability.private_header >> 8) as u8; in new() localVariable
/external/linux-kselftest/tools/testing/selftests/net/
Dtoeplitz.c77 static int cfg_type = SOCK_STREAM; variable
/external/liburing/examples/
Dsend-zerocopy.c73 static int cfg_type = 0; variable
/external/kernel-headers/original/uapi/linux/
Dvirtio_pci.h124 __u8 cfg_type; /* Identifies the structure. */ member
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs121 pub cfg_type: u8, // Identifies the structure. field