| /openbmc/openbmc-test-automation/bin/ |
| H A D | prop_call.py | 140 parms = [program_name] 144 parms.extend(value.split()) 146 parms.append("--" + key + "=" + escape_bash_quotes(value)) 149 parm_string = " ".join(parms[1:]) 153 os.execvp(program_name, parms)
|
| /openbmc/openbmc-test-automation/ffdc/plugins/ |
| H A D | redfish.py | 23 def execute_redfish_cmd(parms, json_type="json"): argument 49 [parms], 57 print("\n\t\tERROR with %s " % parms) 95 parms = ( 128 response = execute_redfish_cmd(parms + resource)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | sblim-sfcb-1.3.15-fix-provider-debugging.patch | 7 rc = spRecvReq(&providerSockets.receive, &parms->requestor, 8 (void **) &parms->req, &rl, &mqg); 14 free(parms);
|
| /openbmc/qemu/bsd-user/i386/ |
| H A D | target_arch_sysarch.h | 26 abi_ulong parms) in do_freebsd_arch_sysarch() argument 40 if (get_user(val, parms, abi_ulong)) { in do_freebsd_arch_sysarch() 55 if (put_user(val, parms, abi_ulong)) { in do_freebsd_arch_sysarch()
|
| /openbmc/qemu/bsd-user/x86_64/ |
| H A D | target_arch_sysarch.h | 25 abi_ulong parms) in do_freebsd_arch_sysarch() argument 39 if (get_user(val, parms, abi_ulong)) { in do_freebsd_arch_sysarch() 54 if (put_user(val, parms, abi_ulong)) { in do_freebsd_arch_sysarch()
|
| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | core.c | 309 struct dwc3_hwparams *parms = &dwc->hwparams; in dwc3_core_num_eps() local 311 dwc->num_in_eps = DWC3_NUM_IN_EPS(parms); in dwc3_core_num_eps() 312 dwc->num_out_eps = DWC3_NUM_EPS(parms) - dwc->num_in_eps; in dwc3_core_num_eps() 320 struct dwc3_hwparams *parms = &dwc->hwparams; in dwc3_cache_hwparams() local 322 parms->hwparams0 = dwc3_readl(dwc->regs, DWC3_GHWPARAMS0); in dwc3_cache_hwparams() 323 parms->hwparams1 = dwc3_readl(dwc->regs, DWC3_GHWPARAMS1); in dwc3_cache_hwparams() 324 parms->hwparams2 = dwc3_readl(dwc->regs, DWC3_GHWPARAMS2); in dwc3_cache_hwparams() 325 parms->hwparams3 = dwc3_readl(dwc->regs, DWC3_GHWPARAMS3); in dwc3_cache_hwparams() 326 parms->hwparams4 = dwc3_readl(dwc->regs, DWC3_GHWPARAMS4); in dwc3_cache_hwparams() 327 parms->hwparams5 = dwc3_readl(dwc->regs, DWC3_GHWPARAMS5); in dwc3_cache_hwparams() [all …]
|
| /openbmc/qemu/bsd-user/arm/ |
| H A D | target_arch_sysarch.h | 27 abi_ulong parms) in do_freebsd_arch_sysarch() argument 37 target_cpu_set_tls(env, parms); in do_freebsd_arch_sysarch()
|
| /openbmc/qemu/scripts/ |
| H A D | get_maintainer.pl | 1962 my (@parms) = @_; 1965 @parms = grep(!$saw{$_}++, @parms); 1966 return @parms; 1970 my (@parms) = @_; 1973 @parms = sort @parms; 1974 @parms = grep(!$saw{$_}++, @parms); 1975 return @parms; 2043 my (@parms) = @_; 2046 foreach my $line (@parms) { 2050 print(join($output_separator, @parms));
|
| /openbmc/qemu/bsd-user/aarch64/ |
| H A D | target_arch_sysarch.h | 28 abi_ulong parms) in do_freebsd_arch_sysarch() argument
|
| /openbmc/qemu/bsd-user/riscv/ |
| H A D | target_arch_sysarch.h | 27 abi_ulong parms) in do_freebsd_arch_sysarch() argument
|
| /openbmc/u-boot/tools/ |
| H A D | aisimage.h | 37 uint32_t parms[AIS_FCN_MAX]; member
|
| H A D | aisimage.c | 161 uint32_t *parms, struct image_type_params *tparams, in ais_insert_cmd_header() argument 172 *ptr++ = cpu_to_le32(parms[i]); in ais_insert_cmd_header()
|
| /openbmc/u-boot/scripts/ |
| H A D | get_maintainer.pl | 2371 my (@parms) = @_; 2374 @parms = grep(!$saw{$_}++, @parms); 2375 return @parms; 2379 my (@parms) = @_; 2382 @parms = sort @parms; 2383 @parms = grep(!$saw{$_}++, @parms); 2384 return @parms; 2452 my (@parms) = @_; 2455 foreach my $line (@parms) { 2459 print(join($output_separator, @parms));
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_call_robot.py | 262 def create_robot_cmd_string(robot_file_path, *parms): argument 294 for arg in parms:
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | test_bmc_stress_buster.robot | 17 # Caller can specify a value for the following using -v parms
|
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | create.py | 373 scheme, host, path, user, pswd, parms = bb.fetch2.decodeurl(uri) 388 if not 'protocol' in parms: 389 parms.update({('protocol', 'ssh')}) 390 … elif (scheme == "http" or scheme == 'https' or scheme == 'ssh') and not ('protocol' in parms): 391 parms.update({('protocol', scheme)}) 393 fUrl = bb.fetch2.encodeurl(('git', host, path, user, pswd, parms))
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | devtool.py | 1039 parms = {} 1042 parms[name_parm]=value_parm 1043 … self.assertIn('protocol', parms, 'git dependencies uri should contain the "protocol" parameter') 1044 self.assertIn('name', parms, 'git dependencies uri should contain the "name" parameter') 1045 …self.assertIn('destsuffix', parms, 'git dependencies uri should contain the "destsuffix" parameter… 1046 self.assertIn('type', parms, 'git dependencies uri should contain the "type" parameter') 1047 …self.assertEqual(parms['type'], 'git-dependency', 'git dependencies uri should have "type=git-depe… 1048 raw_url = raw_url.replace("git://", '%s://' % parms['protocol']) 1050 path_patched = os.path.join(unpackdir, parms['destsuffix']) 1051 path_override_line = '%s = { path = "%s" }' % (parms['name'], path_patched)
|
| /openbmc/openbmc-test-automation/ |
| H A D | CONTRIBUTING.md | 60 Run Keywords Key1 parms 61 ... AND Key2 parms
|
| /openbmc/docs/ |
| H A D | cheatsheet.md | 169 There are some other useful parms like that can redirect the console to another
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 6316 - if (CLNT_CALL(client, PMAPPROC_SET, xdr_pmap, &parms, xdr_bool, &rslt, 6317 + if (CLNT_CALL(client, PMAPPROC_SET, (xdrproc_t)xdr_pmap, &parms, 6323 parms.pm_prog = program; 6324 parms.pm_vers = version; 6325 parms.pm_port = parms.pm_prot = 0; 6326 - CLNT_CALL(client, PMAPPROC_UNSET, xdr_pmap, &parms, xdr_bool, &rslt, 6328 + CLNT_CALL(client, PMAPPROC_UNSET, (xdrproc_t)xdr_pmap, &parms, 6354 parms.pm_vers = version; 6355 parms.pm_prot = protocol; 6356 parms.pm_port = 0; /* not needed or used */ [all …]
|
| /openbmc/ipmitool/control/ |
| H A D | ipmitool.spec.in | 159 - Added SPD support for parms: channel number, max read size
|
| /openbmc/ipmitool/ |
| H A D | ChangeLog | 434 * Added SPD support for parms: channel number, max read size
|