Home
last modified time | relevance | path

Searched refs:cfg_type (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs42 cfg_type: u8, // Identifies the structure. field
63 pub fn new(cfg_type: PciCapabilityType, bar: u8, offset: u32, length: u32) -> Self { in new()
68 cfg_type: cfg_type as u8, in new()
100 cfg_type: PciCapabilityType, in new()
111 cfg_type: cfg_type as u8, in new()
144 pub fn new(cfg_type: PciCapabilityType, bar: u8, offset: u64, length: u64, shmid: u8) -> Self { in new()
150 cfg_type: cfg_type as u8, in new()
/external/kernel-headers/original/uapi/linux/
Dvirtio_pci.h124 __u8 cfg_type; /* Identifies the structure. */ member
/external/python/cpython3/Lib/idlelib/
Dconfig.py172 for cfg_type in self.config_types:
173 self.defaultCfg[cfg_type] = IdleConfParser(
175 self.userCfg[cfg_type] = IdleUserConfParser(
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py287 for cfg_type, parser in conf.defaultCfg.items():
290 for cfg_type, parser in conf.userCfg.items():