| /openbmc/sdbusplus/tools/ |
| H A D | sdbus++-gen-meson | 217 ind=" " 224 sources="${sources}${ind}'${yamldir}/$1.${s}',${nl}" 228 outputs="${outputs}${ind}'error.cpp',${nl}" 229 install="${install}${ind}false,${nl}" 231 outputs="${outputs}${ind}'error.hpp',${nl}" 232 install="${install}${ind}get_option('includedir') / sdbusplus_current_path,${nl}" 236 outputs="${outputs}${ind}'event.cpp',${nl}" 237 install="${install}${ind}false,${nl}" 239 outputs="${outputs}${ind}'event.hpp',${nl}" 240 install="${install}${ind}get_option('includedir') / sdbusplus_current_path,${nl}" [all …]
|
| /openbmc/u-boot/drivers/mailbox/ |
| H A D | k3-sec-proxy.c | 110 int ind, i; in k3_sec_proxy_of_xlate() local 118 ind = args->args[0]; in k3_sec_proxy_of_xlate() 121 if (spm->chans[i].id == ind) { in k3_sec_proxy_of_xlate() 122 chan->id = ind; in k3_sec_proxy_of_xlate() 127 dev_err(chan->dev, "%s: Invalid Thread ID %d\n", __func__, ind); in k3_sec_proxy_of_xlate() 346 int i, ind; in k3_sec_proxy_thread_setup() local 350 ind = spm->desc->valid_threads[i]; in k3_sec_proxy_thread_setup() 351 spt->id = ind; in k3_sec_proxy_thread_setup() 352 spt->data = (void *)SEC_PROXY_THREAD(spm->target_data, ind); in k3_sec_proxy_thread_setup() 353 spt->scfg = (void *)SEC_PROXY_THREAD(spm->scfg, ind); in k3_sec_proxy_thread_setup() [all …]
|
| /openbmc/phosphor-net-ipmid/command/ |
| H A D | guid.cpp | 47 for (size_t ind = 0; ind < uuidHexLength; ind += 2) in rfcToGuid() local 52 b = std::stoul(rfc4122.substr(ind, 2), nullptr, 16); in rfcToGuid() 60 uuid[BMC_GUID_LEN - (ind / 2) - 1] = static_cast<uint8_t>(b); in rfcToGuid()
|
| /openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
| H A D | sys_info.c | 63 u32 ind = readl(&ctrl->statusreg); in get_sys_clk_index() local 67 src = (ind & CTRL_CRYSTAL_FREQ_SRC_MASK) >> CTRL_CRYSTAL_FREQ_SRC_SHIFT; in get_sys_clk_index() 69 return ((ind & CTRL_CRYSTAL_FREQ_SELECTION_MASK) >> in get_sys_clk_index() 73 return ((ind & CTRL_SYSBOOT_15_14_MASK) >> in get_sys_clk_index()
|
| H A D | clock_am33xx.c | 143 int ind = get_sys_clk_index(); in get_dpll_core_params() local 145 return &dpll_core_1000MHz[ind]; in get_dpll_core_params() 150 int ind = get_sys_clk_index(); in get_dpll_per_params() local 152 return &dpll_per_192MHz[ind]; in get_dpll_per_params()
|
| /openbmc/qemu/scripts/ |
| H A D | decodetree.py | 562 ind = str_indent(i) 564 output(ind, '/* ', self.file, ':', str(self.lineno), ' */\n') 586 self.output_fields(ind, lambda n: 'u.f_' + arg + '.' + n) 589 output(ind, self.base.extract_name(), 593 self.output_fields(ind, lambda n: 'u.f_' + arg + '.' + n) 595 output(ind, 'if (', translate_prefix, '_', self.name, 692 ind = str_indent(i) 697 output(ind, f'if ((insn & {whexC(innermask)}) == {whexC(innerbits)}) {{\n') 698 output(ind, f' /* {str_match_bits(p.fixedbits, p.fixedmask)} */\n') 700 output(ind, '}\n') [all …]
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio-nsm.h | 45 bool (*extend_pcr)(VirtIONSM *vnsm, int ind, uint8_t *data, uint16_t len); 46 void (*lock_pcr)(VirtIONSM *vnsm, int ind);
|
| /openbmc/u-boot/board/ti/am335x/ |
| H A D | board.c | 265 int ind = get_sys_clk_index(); in get_dpll_ddr_params() local 268 return &dpll_ddr3_303MHz[ind]; in get_dpll_ddr_params() 270 return &dpll_ddr3_400MHz[ind]; in get_dpll_ddr_params() 272 return &dpll_ddr3_303MHz[ind]; in get_dpll_ddr_params() 274 return &dpll_ddr2_266MHz[ind]; in get_dpll_ddr_params() 294 int ind = get_sys_clk_index(); in get_dpll_mpu_params() local 305 return &dpll_mpu_opp[ind][5]; in get_dpll_mpu_params() 307 return &dpll_mpu_opp[ind][4]; in get_dpll_mpu_params() 309 return &dpll_mpu_opp[ind][3]; in get_dpll_mpu_params() 311 return &dpll_mpu_opp[ind][2]; in get_dpll_mpu_params() [all …]
|
| /openbmc/u-boot/board/ti/am43xx/ |
| H A D | board.c | 325 int ind = get_sys_clk_index(); in get_dpll_ddr_params() local 328 return &epos_evm_dpll_ddr[ind]; in get_dpll_ddr_params() 369 u32 ind = get_sys_clk_index(); in get_dpll_mpu_params() local 371 return &dpll_mpu[ind][opp]; in get_dpll_mpu_params() 376 int ind = get_sys_clk_index(); in get_dpll_core_params() local 378 return &dpll_core[ind]; in get_dpll_core_params() 383 int ind = get_sys_clk_index(); in get_dpll_per_params() local 385 return &dpll_per[ind]; in get_dpll_per_params()
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | appcommands.cpp | 294 for (size_t ind = 0; ind < uuidHexLength; ind += 2) in rfc4122ToIpmiConvesrion() local 297 v[0] = rfc4122[ind]; in rfc4122ToIpmiConvesrion() 298 v[1] = rfc4122[ind + 1]; in rfc4122ToIpmiConvesrion() 317 uuid[uuidLength - (ind / 2) - 1] = static_cast<uint8_t>(b); in rfc4122ToIpmiConvesrion()
|
| /openbmc/u-boot/include/ |
| H A D | fsl_csu.h | 27 unsigned long ind; member
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-nsm.c | 1169 uint8_t ind[NSM_MAX_PCRS]; in add_payload_to_cose() local 1196 ind[locked_cnt++] = i; in add_payload_to_cose() 1203 pcr = &(vnsm->pcrs[ind[i]]); in add_payload_to_cose() 1205 nested_map, ind[i], in add_payload_to_cose() 1619 static bool extend_pcr(VirtIONSM *vnsm, int ind, uint8_t *data, uint16_t len) in extend_pcr() argument 1622 struct PCRInfo *pcr = &(vnsm->pcrs[ind]); in extend_pcr() 1640 static void lock_pcr(VirtIONSM *vnsm, int ind) in lock_pcr() argument 1642 vnsm->pcrs[ind].locked = true; in lock_pcr()
|
| /openbmc/qemu/target/arm/ |
| H A D | syndrome.h | 271 static inline uint32_t syn_gpc(int s2ptw, int ind, int gpcsc, int vncr, in syn_gpc() argument 275 | (ind << 20) | (gpcsc << 14) | (vncr << 13) | (cm << 8) in syn_gpc()
|
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | clocks-common.c | 46 s8 ind; in __get_sys_clk_index() local 55 ind = OMAP_SYS_CLK_IND_38_4_MHZ; in __get_sys_clk_index() 58 ind = (readl((*prcm)->cm_sys_clksel) & in __get_sys_clk_index() 61 return ind; in __get_sys_clk_index()
|
| /openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
| H A D | volatiles | 11 # <type> : d|f|l|b : (d)irectory|(f)ile|(l)ink|(b)ind
|
| /openbmc/u-boot/common/ |
| H A D | cli_hush.c | 1944 char *ind = indenter(indent); local 1949 final_printf("%s run pipe: (pid %d)\n",ind,getpid()); 1953 final_printf("%s command %d:\n",ind,i); 1956 final_printf("%s argv[%d] = %s\n",ind,a,*p); 1971 final_printf("%s begin group (subshell:%d)\n",ind, child->subshell); 1974 final_printf("%s end group\n",ind); 1976 final_printf("%s (nil)\n",ind); 1980 final_printf("%s redirect %d%s", ind, r->fd, redir_table[r->type].descrip); 2005 char *ind = indenter(indent); local 2007 final_printf("%s pipe reserved mode %d\n", ind, pi->r_mode); [all …]
|
| /openbmc/openbmc/poky/bitbake/contrib/vim/indent/ |
| H A D | bitbake.vim | 211 let ind = indent(lnum) 212 if ind >= indent(a:lnum) 215 return ind " line up with previous try or except
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | apphandler.cpp | 782 for (size_t ind = 0; ind < uuidHexLength; ind += 2) in rfc4122ToIpmi() local 785 v[0] = rfc4122[ind]; in rfc4122ToIpmi() 786 v[1] = rfc4122[ind + 1]; in rfc4122ToIpmi() 805 uuid[uuidBinaryLength - (ind / 2) - 1] = static_cast<uint8_t>(b); in rfc4122ToIpmi()
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | ns_access.c | 203 set_devices_ns_access(ns_dev[i].ind, ns_dev[i].val); in enable_devices_ns_access()
|
| /openbmc/qemu/hw/arm/ |
| H A D | smmuv3-internal.h | 450 bool ind; member 480 bool ind; member
|
| H A D | smmuv3.c | 190 EVT_SET_IND(&evt, info->u.f_uut.ind); in smmuv3_record_event() 236 EVT_SET_IND(&evt, info->u.f_walk_eabt.ind); in smmuv3_record_event()
|
| /openbmc/qemu/target/ppc/ |
| H A D | mmu_helper.c | 1301 int ind = (env->spr[SPR_BOOKE_MAS6] & MAS6_SIND) ? MAS1_IND : 0; in helper_booke206_tlbilx3() local 1319 ((tlb->mas1 & MAS1_IND) != ind) || in helper_booke206_tlbilx3()
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | CECILL-1.0 | 58 …indépendant du Logiciel, tel que ce Module et le Logiciel sont sous forme de deux exécut…
|
| H A D | LAL-1.3 | 60 Si l’œuvre n’est plus accessible indépendamment de l’ensemble, alors l’intégration n’est possible q…
|
| /openbmc/qemu/block/ |
| H A D | nbd.c | 423 uint64_t ind = COOKIE_TO_INDEX(cookie), ind2; in nbd_receive_replies() local 441 s->requests[ind].receiving = true; in nbd_receive_replies() 455 assert(!s->requests[ind].receiving); in nbd_receive_replies()
|