Home
last modified time | relevance | path

Searched refs:t (Results 1051 – 1075 of 8705) sorted by relevance

1...<<41424344454647484950>>...349

/openbmc/webui-vue/src/components/Global/
H A DTableToolbarExport.vue8 {{ $t('global.action.export') }}
27 $t: useI18n().t,
H A DButtonBackToTop.vue7 :title="$t('global.ariaLabel.scrollToTop')"
11 <span class="sr-only">{{ $t('global.ariaLabel.scrollToTop') }}</span>
26 $t: useI18n().t,
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c942 struct btf_type *t; in linker_sanity_check_btf() local
1592 if (!btf_is_var(t)) { in glob_map_defs_match()
1596 t = skip_mods_and_typedefs(obj->btf, t->type, NULL); in glob_map_defs_match()
1606 t = skip_mods_and_typedefs(linker->btf, t->type, NULL); in glob_map_defs_match()
1656 return (btf_is_var(t) && btf_var(t)->linkage != BTF_VAR_STATIC) in btf_is_non_static()
1657 || (btf_is_func(t) && btf_func_linkage(t) != BTF_FUNC_STATIC); in btf_is_non_static()
1690 if (!btf_is_datasec(t)) in find_glob_sym_btf()
1700 if (btf_is_var(t) && btf_var(t)->linkage == BTF_VAR_STATIC) in find_glob_sym_btf()
1702 if (btf_is_func(t) && btf_func_linkage(t) == BTF_FUNC_STATIC) in find_glob_sym_btf()
2144 struct btf_type *t; in linker_fixup_btf() local
[all …]
/openbmc/linux/security/apparmor/
H A Dapparmorfs.c110 char *t = target; in mangle_name() local
118 *(t)++ = '.'; in mangle_name()
120 *(t)++ = '_'; in mangle_name()
125 *t = 0; in mangle_name()
832 if (t) in get_multi_transaction()
835 return t; in get_multi_transaction()
840 if (t) in put_multi_transaction()
870 if (!t) in multi_transaction_new()
878 return t; in multi_transaction_new()
891 if (!t) in multi_transaction_read()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D029.out6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
10 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=16777216
17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
26 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
H A D292.out3 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=1048576
8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT.base backing…
23 0 0x8dc00 0x50000 TEST_DIR/t.qcow2
/openbmc/u-boot/arch/m68k/lib/
H A Dmuldi3.c12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) argument
13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) argument
/openbmc/u-boot/arch/microblaze/lib/
H A Dmuldi3.c12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) argument
13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) argument
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c77 int k, t, on; in udbg_adb_local_getc() local
82 t = 0; in udbg_adb_local_getc()
86 if (--t < 0) { in udbg_adb_local_getc()
90 t = 200000; in udbg_adb_local_getc()
/openbmc/linux/arch/sh/math-emu/
H A Dsfp-util.h29 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument
30 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_event.c80 struct task_struct *t; in eeh_event_init() local
83 t = kthread_run(eeh_event_handler, NULL, "eehd"); in eeh_event_init()
84 if (IS_ERR(t)) { in eeh_event_init()
85 ret = PTR_ERR(t); in eeh_event_init()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A DSkip-AC_RUN_IFELSE-tests.patch28 + dnl Can't test in cross compiled env - so assume good
33 + dnl Can't test in cross compiled env - so assume good
46 + AC_MSG_RESULT([skipped - can't test in cross-compiled env])
57 + AC_MSG_RESULT([skipped - can't test in cross-compiled env])
/openbmc/obmc-console/test/
H A Dmeson.build11 foreach t : tests
12 test(t, executable(t, f'@t@.c', c_args: [ '-DSYSCONFDIR=""' ],
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DMemoryStore.js80 return i18n.global.t(
84 return i18n.global.t(
94 i18n.global.t('pageInventory.toast.errorEnableIdentifyLed'),
98 i18n.global.t('pageInventory.toast.errorDisableIdentifyLed'),
H A DProcessorStore.js88 return i18n.global.t(
92 return i18n.global.t(
102 i18n.global.t('pageInventory.toast.errorEnableIdentifyLed'),
106 i18n.global.t('pageInventory.toast.errorDisableIdentifyLed'),
H A DSystemStore.js51 return i18n.global.t(
55 return i18n.global.t(
65 i18n.global.t('pageInventory.toast.errorEnableIdentifyLed'),
69 i18n.global.t('pageInventory.toast.errorDisableIdentifyLed'),
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc977 /* t = t >> 1 */
1207 tcg_gen_or_vec(vece, t, t, t0);
1208 tcg_gen_or_vec(vece, t, t, t1);
1468 tcg_gen_and_i32(t, t, tcg_constant_i32(1));
1475 tcg_gen_and_i64(t, t, tcg_constant_i64(1));
2314 tcg_gen_add_vec(vece, t, t, c);
2408 tcg_gen_sari_vec(vece, t, t, s);
2831 tcg_gen_and_vec(vece, t, t, tcg_constant_vec_matching(t, vece, 1));
2843 tcg_gen_and_vec(vece, t, t, tcg_constant_vec_matching(t, vece, 1));
3186 tcg_gen_add_vec(vece, t, t, tmp);
[all …]
/openbmc/qemu/docs/interop/
H A Dvirtio-balloon-stats.rst28 doesn't support a particular stat, or if it couldn't be retrieved,
44 a buggy guest can't influence its value. The value is 0 if the guest
52 - As noted above, if a guest doesn't support a particular stat its value
54 couldn't update one or even all stats. If this happens, just wait for
57 - Polling can be enabled even if the guest doesn't have stats support
58 or the balloon driver wasn't loaded in the guest. If this is the case
62 statistics request. This means that if a (buggy) guest doesn't ever
/openbmc/webui-vue/src/views/Operations/Kvm/
H A DKvmConsole.vue8 {{ $t('pageKvm.status') }}:
25 {{ $t('pageKvm.buttonCtrlAltDelete') }}
34 {{ $t('pageKvm.openNewTab') }}
67 $t: useI18n().t,
88 return i18n.global.t('pageKvm.connected');
90 return i18n.global.t('pageKvm.disconnected');
92 return i18n.global.t('pageKvm.connecting');
/openbmc/qemu/tests/docker/
H A DMakefile.include132 $(foreach t,$(DOCKER_TESTS), \
133 $(eval .PHONY: docker-$t@$i) \
134 $(eval docker-$t@$i: docker-image-$i; @$(MAKE) docker-run TEST=$t IMAGE=qemu/$i) \
136 $(foreach t,$(DOCKER_TESTS), \
137 $(eval docker-all-tests: docker-$t@$i) \
138 $(eval docker-$t: docker-$t@$i) \
/openbmc/linux/arch/x86/um/vdso/
H A Dum_vdso.c44 __kernel_old_time_t __vdso_time(__kernel_old_time_t *t) in __vdso_time() argument
50 : "0" (__NR_time), "D" (t) : "cc", "r11", "cx", "memory"); in __vdso_time()
54 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event_p4.h88 u32 t = p4_config_unpack_escr((v)); \
89 t = t & P4_ESCR_EVENTMASK_MASK; \
90 t = t >> P4_ESCR_EVENTMASK_SHIFT; \
91 t; \
96 u32 t = p4_config_unpack_escr((v)); \
97 t = t & P4_ESCR_EVENT_MASK; \
98 t = t >> P4_ESCR_EVENT_SHIFT; \
99 t; \
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py1573 if t < self.start or t > self.end:
1776 return t
2143 end, key = t, (tlast, t)
3303 if(not t.fcall and not t.freturn and not t.fevent):
3309 data.setStart(t.time, t.name)
3315 data.setEnd(t.time, t.name)
3455 if(not t.fcall and not t.freturn and not t.fevent):
3464 data.setStart(t.time, t.name)
3504 data.handleEndMarker(t.time, t.name)
3629 {'begin': t.time, 'end': t.time, 'pid': pid})
[all …]
/openbmc/linux/fs/affs/
H A DChanges4 then, 3.1 doesn't mean 'perfectly stable', too.)
9 - Doesn't work on the alpha. The only 64/32-bit
17 doesn't work with devices which have 256 byte
124 systems, since you can't run programs on them.
132 Didn't release all resources in case of an
214 invalid filenames didn't work correctly.
224 can be trapped. Previously, ro remounts didn't
225 flush the super block, and rw remounts didn't
249 - truncate() didn't allocate an extension block
256 casing any more (though mv(1) still won't allow
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Duseradd.bbclass60 opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'`
67 opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'`
68 remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'`
76 opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'`
77 remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'`
83 opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'`
84 remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'`
92 opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'`
99 opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'`
100 remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'`
[all …]

1...<<41424344454647484950>>...349