Searched refs:cfg_type (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/devices/src/virtio/ |
D | virtio_pci_device.rs | 42 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/ |
D | virtio_pci.h | 124 __u8 cfg_type; /* Identifies the structure. */ member
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 172 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/ |
D | test_config.py | 287 for cfg_type, parser in conf.defaultCfg.items(): 290 for cfg_type, parser in conf.userCfg.items():
|