/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smilatency.py2 | 53 "0 < t <= 1us", 54 "1us < t <= 10us", 55 "10us < t <= 100us", 56 "100us < t <= 1ms", 57 "1ms < t <= 10ms", 58 "10ms < t <= 100ms", 59 "100ms < t <= 1s ", 60 "1s < t <= 10s ", 61 "10s < t <= 100s ", 62 "100s < t ",
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | siggen.py | 26 for t in tests: 27 self.assertEqual(bb.siggen.build_pnid(*t), tests[t])
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | fs_ttc.c | 31 struct mlx5_flow_table *t; member 39 return ttc->t; in mlx5_get_ttc_flow_table() 245 ft = ttc->t; in mlx5_generate_ttc_table_rules() 321 ttc->g[ttc->num_groups] = mlx5_create_flow_group(ttc->t, in); in mlx5_create_ttc_table_groups() 331 ttc->g[ttc->num_groups] = mlx5_create_flow_group(ttc->t, in); in mlx5_create_ttc_table_groups() 405 ft = ttc->t; in mlx5_generate_inner_ttc_table_rules() 509 if (IS_ERR(ttc->t)) { in mlx5_create_inner_ttc_table() 510 err = PTR_ERR(ttc->t); in mlx5_create_inner_ttc_table() 542 mlx5_destroy_flow_table(ttc->t); in mlx5_destroy_ttc_table() 562 if (IS_ERR(ttc->t)) { in mlx5_create_ttc_table() [all …]
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_tlb.c | 358 struct tlbiel_pid *t = info; in do_tlbiel_pid() local 360 if (t->ric == RIC_FLUSH_TLB) in do_tlbiel_pid() 362 else if (t->ric == RIC_FLUSH_PWC) in do_tlbiel_pid() 496 struct tlbiel_va *t = info; in do_tlbiel_va() local 498 if (t->ric == RIC_FLUSH_TLB) in do_tlbiel_va() 499 _tlbiel_va(t->va, t->pid, t->psize, RIC_FLUSH_TLB); in do_tlbiel_va() 500 else if (t->ric == RIC_FLUSH_PWC) in do_tlbiel_va() 501 _tlbiel_va(t->va, t->pid, t->psize, RIC_FLUSH_PWC); in do_tlbiel_va() 503 _tlbiel_va(t->va, t->pid, t->psize, RIC_FLUSH_ALL); in do_tlbiel_va() 530 _tlbiel_va_range(t->start, t->end, t->pid, t->page_size, in do_tlbiel_va_range() [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 1601 atid = (p - t->atid_tab) + t->atid_base; in cxgb4_alloc_atid() 1673 t->nstids + t->nsftids, t->nstids); in cxgb4_alloc_sftid() 1674 if (stid < (t->nstids + t->nsftids)) in cxgb4_alloc_sftid() 1847 size = t->ntids * sizeof(*t->tid_tab) + in tid_init() 1863 t->atid_tab = (union aopen_entry *)&t->tid_tab[t->ntids]; in tid_init() 1865 t->stid_bmap = (unsigned long *)&t->stid_tab[t->nstids + t->nsftids]; in tid_init() 1867 t->hpftid_bmap = (unsigned long *)&t->hpftid_tab[t->nhpftids]; in tid_init() 1871 t->eotid_bmap = (unsigned long *)&t->eotid_tab[t->neotids]; in tid_init() 1890 t->afree = t->atid_tab; in tid_init() 1894 bitmap_zero(t->stid_bmap, t->nstids + t->nsftids); in tid_init() [all …]
|
/openbmc/boost-dbus/include/dbus/ |
H A D | message.hpp | 322 boost::mpl::for_each<dbus_variant::types>([&](auto t) { in unpack() argument 323 if (arg_type == element<decltype(t)>::code) { in unpack() 324 decltype(t) val_to_fill; in unpack() 442 typename Container::value_type t; in unpack() local 443 if (!sub.unpack(t)) { in unpack() 446 c.emplace(std::move(t)); in unpack() 530 constexpr auto apply(F f, Tuple& t) { in apply() argument 532 [&](auto... Is) { return f(std::get<Is>(t)...); }); in apply() 536 constexpr bool unpack_into_tuple(Tuple& t, dbus::message& m) { in unpack_into_tuple() argument 549 [&](auto... Is) { return m.pack(std::get<Is>(t)...); }); in pack_tuple_into_msg() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
H A D | 0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch | 2 Subject: [PATCH 05/12] ltmain.in: Don't encode RATHS which match default linker paths 4 We don't want to add RPATHS which match default linker search paths, they're 6 removes the ones we don't need. 25 + # We only want to hardcode in an rpath if it isn't in the 44 + # We only want to hardcode in an rpath if it isn't in the 63 + # We only want to hardcode in an rpath if it isn't in the
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | bitext.h | 24 int bit_map_string_get(struct bit_map *t, int len, int align); 25 void bit_map_clear(struct bit_map *t, int offset, int len); 26 void bit_map_init(struct bit_map *t, unsigned long *map, int size);
|
/openbmc/linux/net/ipv6/ |
H A D | xfrm6_protocol.c | 237 struct xfrm6_protocol *t; in xfrm6_protocol_register() local 252 (t = rcu_dereference_protected(*pprev, in xfrm6_protocol_register() 254 pprev = &t->next) { in xfrm6_protocol_register() 255 if (t->priority < priority) in xfrm6_protocol_register() 257 if (t->priority == priority) in xfrm6_protocol_register() 284 struct xfrm6_protocol *t; in xfrm6_protocol_deregister() local 293 (t = rcu_dereference_protected(*pprev, in xfrm6_protocol_deregister() 295 pprev = &t->next) { in xfrm6_protocol_deregister() 296 if (t == handler) { in xfrm6_protocol_deregister()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __concepts.hpp | 251 requires(__cref_t<T> t, __cref_t<U> u) { 252 { t < u } -> __boolean_testable_; 253 { t > u } -> __boolean_testable_; 254 { t <= u } -> __boolean_testable_; 255 { t >= u } -> __boolean_testable_; 256 { u < t } -> __boolean_testable_; 257 { u > t } -> __boolean_testable_; 258 { u <= t } -> __boolean_testable_; 259 { u >= t } -> __boolean_testable_;
|
/openbmc/webui-vue/src/components/AppHeader/ |
H A D | AppHeader.vue | 9 {{ $t('appHeader.skipToContent') }} 12 <b-navbar type="dark" :aria-label="$t('appHeader.applicationHeader')"> 25 :title="$t('appHeader.titleHideNavigation')" 29 :title="$t('appHeader.titleShowNavigation')" 59 {{ $t('appHeader.health') }} 66 {{ $t('appHeader.power') }} 76 <icon-renew :title="$t('appHeader.titleRefresh')" /> 94 >{{ $t('appHeader.profileSettings') }} 100 {{ $t('appHeader.logOut') }} 142 $t: useI18n().t, [all …]
|
/openbmc/sdeventplus/test/ |
H A D | meson.build | 38 foreach t : tests 39 test(t, 41 t.underscorify(), 42 t + '.cpp',
|
/openbmc/linux/samples/ftrace/ |
H A D | ftrace-direct-modify.c | 177 static int t; in simple_thread() local 186 t ^= 1; in simple_thread() 187 ret = modify_ftrace_direct(&direct, tramps[t]); in simple_thread() 189 my_tramp = tramps[t]; in simple_thread()
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | AssemblyStore.js | 61 return i18n.global.t( 65 return i18n.global.t( 75 i18n.global.t('pageInventory.toast.errorEnableIdentifyLed'), 79 i18n.global.t('pageInventory.toast.errorDisableIdentifyLed'),
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | bcm3510.c | 158 unsigned long t; in bcm3510_hab_send_request() local 336 s32 t; in bcm3510_read_signal_strength() local 341 if (t > 190) in bcm3510_read_signal_strength() 342 t = 190; in bcm3510_read_signal_strength() 343 if (t < 90) in bcm3510_read_signal_strength() 344 t = 90; in bcm3510_read_signal_strength() 346 t -= 90; in bcm3510_read_signal_strength() 347 t = t * 0xff / 100; in bcm3510_read_signal_strength() 349 *strength = (t << 8) | t; in bcm3510_read_signal_strength() 683 unsigned long t; in bcm3510_reset() local [all …]
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-fau.h | 237 cvmx_fau_tagwait64_t t; in cvmx_fau_tagwait_fetch_and_add64() member 241 return result.t; in cvmx_fau_tagwait_fetch_and_add64() 261 cvmx_fau_tagwait32_t t; in cvmx_fau_tagwait_fetch_and_add32() member 266 return result.t; in cvmx_fau_tagwait_fetch_and_add32() 285 cvmx_fau_tagwait16_t t; in cvmx_fau_tagwait_fetch_and_add16() member 290 return result.t; in cvmx_fau_tagwait_fetch_and_add16() 308 cvmx_fau_tagwait8_t t; in cvmx_fau_tagwait_fetch_and_add8() member 312 return result.t; in cvmx_fau_tagwait_fetch_and_add8()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 204.out | 4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728 7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi… 58 0 0x800000 TEST_DIR/t.IMGFMT 59 0x900000 0x2400000 TEST_DIR/t.IMGFMT 60 0x3c00000 0x1100000 TEST_DIR/t.IMGFMT 61 0x6a00000 0x400000 TEST_DIR/t.IMGFMT 62 0x6e00000 0x1200000 TEST_DIR/t.IMGFMT.base
|
H A D | 215.out | 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 8 Formatting 'TEST_DIR/t.wrap.IMGFMT', fmt=IMGFMT size=4294967296 backing_file=TEST_DIR/t.IMGFMT back… 19 qemu-io: can't open device TEST_DIR/t.wrap.qcow2: Block node is read-only
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_xcvr.h | 99 #define FSL_XCVR_EXT_CTRL_CMDC_RESET(t) (t ? BIT(29) : BIT(30)) argument 103 #define FSL_XCVR_EXT_CTRL_DPTH_RESET(t) (t ? BIT(27) : BIT(28)) argument 108 #define FSL_XCVR_EXT_CTRL_DMA_DIS(t) (t ? BIT(24) : BIT(25)) argument 175 #define FSL_XCVR_ISR_SET_SPDIF_MODE(t) (t ? BIT(21) : BIT(20)) argument
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzacas.c.inc | 33 TCGv_i64 t; 41 t = tcg_temp_new_i64(); 42 tcg_gen_concat_tl_i64(t, cpu_gpr[reg_num], cpu_gpr[reg_num + 1]); 43 return t; 46 static void gen_set_gpr_pair(DisasContext *ctx, int reg_num, TCGv_i64 t) 52 tcg_gen_extr_i64_i32(cpu_gpr[reg_num], cpu_gpr[reg_num + 1], t); 54 tcg_gen_ext32s_i64(cpu_gpr[reg_num], t); 55 tcg_gen_sari_i64(cpu_gpr[reg_num + 1], t, 32);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ |
H A D | 0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch | 11 sntp/tests/run-t-log.c | 2 +- 28 diff --git a/sntp/tests/run-t-log.c b/sntp/tests/run-t-log.c 30 --- a/sntp/tests/run-t-log.c 31 +++ b/sntp/tests/run-t-log.c
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tcpnotify_user.c | 36 struct tcp_notifier *t = data; in dummyfn() local 38 if (t->type != 0xde || t->subtype != 0xad || in dummyfn() 39 t->source != 0xbe || t->hash != 0xef) in dummyfn()
|
/openbmc/webui-vue/src/views/Overview/ |
H A D | OverviewCard.vue | 14 <span v-if="downloadButton">{{ $t('global.action.download') }}</span> 15 <span v-if="exportButton">{{ $t('global.action.exportAll') }}</span> 18 <b-link :to="to">{{ $t('pageOverview.viewMore') }}</b-link> 62 $t: useI18n().t,
|
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync/ |
H A D | me-time-sync.sh | 22 t=$((t0+t1+t2+t3)) 23 echo "Setting date to ${t}" 25 date -s @${t}
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | fs_tcp.c | 138 flow = mlx5_add_flow_rules(ft->t, spec, &flow_act, &dest, 1); in mlx5e_accel_fs_add_sk() 238 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in accel_fs_tcp_create_groups() 248 ft->g[ft->num_groups] = mlx5_create_flow_group(ft->t, in); in accel_fs_tcp_create_groups() 279 ft->t = mlx5_create_flow_table(ns, &ft_attr); in accel_fs_tcp_create_table() 280 if (IS_ERR(ft->t)) { in accel_fs_tcp_create_table() 281 err = PTR_ERR(ft->t); in accel_fs_tcp_create_table() 282 ft->t = NULL; in accel_fs_tcp_create_table() 287 ft->t->id, ft->t->level); in accel_fs_tcp_create_table() 331 dest.ft = accel_tcp->tables[i].t; in accel_fs_tcp_enable() 348 if (IS_ERR_OR_NULL(fs_tcp->tables[i].t)) in accel_fs_tcp_destroy_table() [all …]
|