/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 102 self._config = DEFAULT_CONFIG.copy() 106 self._config['memory'] = f"{mem}G" 109 self._config.update(config) 117 self._config['ssh_key'] = \ 118 open(self._config['ssh_key_file']).read().rstrip() 119 self._config['ssh_pub_key'] = \ 120 open(self._config['ssh_pub_key_file']).read().rstrip() 122 open(self._ssh_tmp_key_file, "w").write(self._config['ssh_key']) 127 "w").write(self._config['ssh_pub_key']) 143 "-nodefaults", "-m", self._config['memory'], [all …]
|
H A D | freebsd | 73 self.console_send("%s\n" % self._config["root_pass"]) 75 self.console_send("%s\n" % self._config["root_pass"]) 80 self.console_send("%s\n" % self._config["guest_user"]) 82 self.console_send("%s\n" % self._config["guest_user"]) 94 self.console_send("%s\n" % self._config["guest_pass"]) 96 self.console_send("%s\n" % self._config["guest_pass"]) 104 self.console_ssh_init(prompt, self._config["guest_user"], self._config["guest_pass"]) 109 self.console_ssh_init(prompt, "root", self._config["root_pass"])
|
H A D | netbsd | 132 self.console_send("%s\n" % self._config["root_pass"]) 134 self.console_send("%s\n" % self._config["root_pass"]) 136 self.console_send("%s\n" % self._config["root_pass"]) 140 self.console_send("%s\n" % self._config["guest_user"]) 145 self.console_send("%s\n" % self._config["guest_pass"]) 147 self.console_send("%s\n" % self._config["guest_pass"]) 149 self.console_send("%s\n" % self._config["guest_pass"]) 182 self.console_ssh_init(prompt, self._config["guest_user"], 183 self._config["guest_pass"]) 188 self.console_ssh_init(prompt, "root", self._config["root_pass"])
|
H A D | openbsd | 107 self.console_send("%s\n" % self._config["root_pass"]) 109 self.console_send("%s\n" % self._config["root_pass"]) 116 self.console_send("%s\n" % self._config["guest_user"]) 118 self.console_send("%s\n" % self._config["guest_user"]) 120 self.console_send("%s\n" % self._config["guest_pass"]) 122 self.console_send("%s\n" % self._config["guest_pass"]) 169 self.console_ssh_init(prompt, self._config["guest_user"], 170 self._config["guest_pass"]) 175 self.console_ssh_init(prompt, "root", self._config["root_pass"])
|
H A D | centos.aarch64 | 67 '-smp' not in self._config['extra_args'] and \ 86 if self._config['install_cmds'] != "": 87 install_cmds = self._config['install_cmds'].split(',')
|
H A D | ubuntuvm.py | 52 if self._config['install_cmds'] != "": 55 install_cmds = self._config['install_cmds'].split(',')
|
H A D | ubuntu.aarch64 | 61 '-smp' not in self._config['extra_args'] and \
|
/openbmc/linux/drivers/perf/arm_cspmu/ |
H A D | arm_cspmu.h | 22 #define ARM_CSPMU_EXT_ATTR(_name, _func, _config) \ argument 26 .var = (void *)_config \ 30 #define ARM_CSPMU_FORMAT_ATTR(_name, _config) \ argument 31 ARM_CSPMU_EXT_ATTR(_name, arm_cspmu_sysfs_format_show, (char *)_config) 33 #define ARM_CSPMU_EVENT_ATTR(_name, _config) \ argument 34 PMU_EVENT_ATTR_ID(_name, arm_cspmu_sysfs_event_show, _config)
|
H A D | nvidia_cspmu.c | 30 #define NV_CSPMU_EVENT_ATTR_4_INNER(_pref, _num, _suff, _config) \ argument 31 ARM_CSPMU_EVENT_ATTR(_pref##_num##_suff, _config) 33 #define NV_CSPMU_EVENT_ATTR_4(_pref, _suff, _config) \ argument 34 NV_CSPMU_EVENT_ATTR_4_INNER(_pref, _0_, _suff, _config), \ 35 NV_CSPMU_EVENT_ATTR_4_INNER(_pref, _1_, _suff, _config + 1), \ 36 NV_CSPMU_EVENT_ATTR_4_INNER(_pref, _2_, _suff, _config + 2), \ 37 NV_CSPMU_EVENT_ATTR_4_INNER(_pref, _3_, _suff, _config + 3)
|
/openbmc/linux/drivers/perf/hisilicon/ |
H A D | hisi_uncore_pmu.h | 30 #define HISI_PMU_ATTR(_name, _func, _config) \ argument 32 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \ 35 #define HISI_PMU_FORMAT_ATTR(_name, _config) \ argument 36 HISI_PMU_ATTR(_name, hisi_format_sysfs_show, (void *)_config) 37 #define HISI_PMU_EVENT_ATTR(_name, _config) \ argument 38 HISI_PMU_ATTR(_name, hisi_event_sysfs_show, (unsigned long)_config)
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | runner.py | 85 self._config = None 89 self._config = load(fvpconf) 91 cli = cli_from_config(self._config, terminal_choice) 96 env = self._config['env'] 158 return self._config
|
/openbmc/linux/arch/arm/mm/ |
H A D | cache-l2x0-pmu.c | 327 #define L2X0_EVENT_ATTR(_name, _config, _pl310_only) \ argument 330 .config = _config, \ 334 #define L220_PLUS_EVENT_ATTR(_name, _config) \ argument 335 L2X0_EVENT_ATTR(_name, _config, false) 337 #define PL310_EVENT_ATTR(_name, _config) \ argument 338 L2X0_EVENT_ATTR(_name, _config, true)
|
/openbmc/linux/drivers/perf/ |
H A D | arm-ccn.c | 202 #define CCN_CONFIG_NODE(_config) (((_config) >> 0) & 0xff) argument 203 #define CCN_CONFIG_XP(_config) (((_config) >> 0) & 0xff) argument 204 #define CCN_CONFIG_TYPE(_config) (((_config) >> 8) & 0xff) argument 205 #define CCN_CONFIG_EVENT(_config) (((_config) >> 16) & 0xff) argument 206 #define CCN_CONFIG_PORT(_config) (((_config) >> 24) & 0x3) argument 207 #define CCN_CONFIG_BUS(_config) (((_config) >> 24) & 0x3) argument 208 #define CCN_CONFIG_VC(_config) (((_config) >> 26) & 0x7) argument 209 #define CCN_CONFIG_DIR(_config) (((_config) >> 29) & 0x1) argument 210 #define CCN_CONFIG_MASK(_config) (((_config) >> 30) & 0xf) argument 227 #define CCN_FORMAT_ATTR(_name, _config) \ argument [all …]
|
H A D | arm_dsu_pmu.c | 76 #define DSU_EXT_ATTR(_name, _func, _config) \ argument 80 .var = (void *)_config \ 84 #define DSU_EVENT_ATTR(_name, _config) \ argument 85 DSU_EXT_ATTR(_name, dsu_pmu_sysfs_event_show, (unsigned long)_config) 87 #define DSU_FORMAT_ATTR(_name, _config) \ argument 88 DSU_EXT_ATTR(_name, dsu_pmu_sysfs_format_show, (char *)_config) 90 #define DSU_CPUMASK_ATTR(_name, _config) \ argument 91 DSU_EXT_ATTR(_name, dsu_pmu_cpumask_show, (unsigned long)_config)
|
H A D | alibaba_uncore_drw_pmu.c | 136 #define ALI_DRW_PMU_ATTR(_name, _func, _config) \ argument 138 { __ATTR(_name, 0444, _func, NULL), (void *)_config } \ 141 #define ALI_DRW_PMU_FORMAT_ATTR(_name, _config) \ argument 142 ALI_DRW_PMU_ATTR(_name, ali_drw_pmu_format_show, (void *)_config) 143 #define ALI_DRW_PMU_EVENT_ATTR(_name, _config) \ argument 144 ALI_DRW_PMU_ATTR(_name, ali_drw_pmu_event_show, (unsigned long)_config)
|
H A D | arm-cci.c | 135 #define CCI_EXT_ATTR_ENTRY(_name, _func, _config) \ argument 137 { __ATTR(_name, S_IRUGO, _func, NULL), (void *)_config } \ 140 #define CCI_FORMAT_EXT_ATTR_ENTRY(_name, _config) \ argument 141 CCI_EXT_ATTR_ENTRY(_name, cci_pmu_format_show, (char *)_config) 142 #define CCI_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 143 CCI_EXT_ATTR_ENTRY(_name, cci_pmu_event_show, (unsigned long)_config) 206 #define CCI400_CYCLE_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 208 (unsigned long)_config) 442 #define CCI5xx_GLOBAL_EVENT_EXT_ATTR_ENTRY(_name, _config) \ argument 444 (unsigned long) _config)
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
H A D | 0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch | 43 - if (_config->FindB("DPkg::ConfigurePending", true)) 44 + bool const SmartConf = (_config->Find("PackageManager::Configure", "all") != "all"); 48 bool const TriggersPending = _config->FindB("DPkg::TriggersPending", false);
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_compat.c | 21 return pci_##rw##_config##size(dev, offset, value); \
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-fme-perf.c | 213 #define get_event(_config) FIELD_GET(FME_EVENT_MASK, _config) argument 214 #define get_evtype(_config) FIELD_GET(FME_EVTYPE_MASK, _config) argument 215 #define get_portid(_config) FIELD_GET(FME_PORTID_MASK, _config) argument
|
/openbmc/linux/drivers/regulator/ |
H A D | tps65086-regulator.c | 69 #define TPS65086_REGULATOR_CONFIG(_chip_id, _config) \ argument 71 .config = _config, \ 72 .num_elems = ARRAY_SIZE(_config), \
|
/openbmc/linux/Documentation/translations/zh_CN/video4linux/ |
H A D | omap3isp.txt | 225 omap3isp_[h3a_af/h3a_aewb/hist]_config.buf_size: 238 omap3isp_[h3a_af/h3a_aewb/hist]_config.config_counter:
|
/openbmc/u-boot/board/tqc/tqma6/ |
H A D | README | 19 make tqma6<x>_<baseboard>_<boot>_config
|
/openbmc/u-boot/doc/ |
H A D | README.kconfig | 49 - <board>_config 52 "make <board>_config" works the same as "make <board>_defconfig". 53 Prior to Kconfig, in U-Boot, "make <board>_config" was used for the
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | pxa27x_udc.h | 263 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument 269 .config = _config, .interface = iface, .alternate = altset, \
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore.h | 230 #define INTEL_UNCORE_EVENT_DESC(_name, _config) \ argument 233 .config = _config, \
|