/openbmc/qemu/scripts/ |
H A D | block-coroutine-wrapper.py | 106 t = self.args[0].type 108 if t == 'BlockDriverState *': 110 elif t == 'BdrvChild *': 112 elif t == 'BlockBackend *':
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch | 4 Subject: [PATCH] Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B} 6 Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B}, so that 11 occasionally failure that test the existance of default.h doesn't 37 +tmake_file=@tmake_file@ ./t-oe
|
/openbmc/linux/include/video/ |
H A D | newport.h | 455 int t = BUSY_TIMEOUT; in newport_wait() local 457 while (--t) in newport_wait() 460 return !t; in newport_wait() 465 int t = BUSY_TIMEOUT; in newport_bfwait() local 467 while (--t) in newport_bfwait() 470 return !t; in newport_bfwait()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_debugfs.c | 282 struct fw_rsc_trace *t; in rproc_rsc_table_show() local 318 t = rsc; in rproc_rsc_table_show() 320 seq_printf(seq, " Device Address 0x%x\n", t->da); in rproc_rsc_table_show() 321 seq_printf(seq, " Length 0x%x Bytes\n", t->len); in rproc_rsc_table_show() 322 seq_printf(seq, " Reserved (should be zero) [%d]\n", t->reserved); in rproc_rsc_table_show() 323 seq_printf(seq, " Name %s\n\n", t->name); in rproc_rsc_table_show()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | umc_v8_10.c | 172 uint32_t t = 0; in umc_v8_10_get_col_bit() local 174 for (t = 0; t < ARRAY_SIZE(umc_v8_10_channelnum_map_colbit_table); t++) in umc_v8_10_get_col_bit() 175 if (channel_num == umc_v8_10_channelnum_map_colbit_table[t].channel_num) in umc_v8_10_get_col_bit() 176 return umc_v8_10_channelnum_map_colbit_table[t].col_bit; in umc_v8_10_get_col_bit()
|
/openbmc/linux/sound/drivers/ |
H A D | aloop.c | 948 struct snd_interval t; in rule_rate() local 951 t.min = cable->hw.rate_min; in rule_rate() 954 t.openmin = t.openmax = 0; in rule_rate() 955 t.integer = 0; in rule_rate() 964 struct snd_interval t; in rule_channels() local 970 t.openmin = t.openmax = 0; in rule_channels() 971 t.integer = 0; in rule_channels() 980 struct snd_interval t; in rule_period_bytes() local 986 t.openmin = 0; in rule_period_bytes() 987 t.openmax = 0; in rule_period_bytes() [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 951 if ((s64)*t < SPINUNIT) { in mce_timed_out() 960 *t -= SPINUNIT; in mce_timed_out() 1644 if (!timer_pending(t) || time_before(when, t->expires)) in __start_timer() 1645 mod_timer(t, round_jiffies(when)); in __start_timer() 1662 WARN_ON(cpu_t != t); in mce_timer_fn() 1686 __start_timer(t, iv); in mce_timer_fn() 1697 __start_timer(t, interval); in mce_timer_kick() 2086 __start_timer(t, iv); in mce_start_timer() 2101 mce_start_timer(t); in __mcheck_cpu_init_timer() 2717 mce_start_timer(t); in mce_cpu_online() [all …]
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | branch.idef | 41 Q6INSN(TAG##t,"if (Pu4) "OPER":nt "OPER2,ATTRIB,DESCR,{fBRANCH_SPECULATE_STALL(fLSBOLD(PuV),,SPECUL… 43 Q6INSN(TAG##tpt,"if (Pu4) "OPER":t "OPER2,ATTRIB,DESCR,{fBRANCH_SPECULATE_STALL(fLSBOLD(PuV),,SPECU… 44 Q6INSN(TAG##fpt,"if (!Pu4) "OPER":t "OPER2,ATTRIB,DESCR,{fBRANCH_SPECULATE_STALL(fLSBOLDNOT(PuV),,S… 55 Q6INSN(TAG##tnewpt,"if (Pu4.new) "OPER":t "OPER2,ATTRIB,DESCR,{fBRANCH_SPECULATE_STALL(fLSBNEW(PuN)… 56 Q6INSN(TAG##fnewpt,"if (!Pu4.new) "OPER":t "OPER2,ATTRIB,DESCR,{fBRANCH_SPECULATE_STALL(fLSBNEWNOT(… 79 Q6INSN(J2_jumprzpt,"if (Rs32!=#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional j… 82 Q6INSN(J2_jumprnzpt,"if (Rs32==#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditional … 88 Q6INSN(J2_jumprgtezpt,"if (Rs32>=#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditiona… 94 Q6INSN(J2_jumprltezpt,"if (Rs32<=#0) jump:t #r13:2",ATTRIBS(A_CJNEWDIR,A_ARCHV3),"direct conditiona… 108 Q6INSN(J4_##TAG##_tp0_jump_t, "p0="TST"; if (p0.new) jump:t #r9:2", ATTRIBS(A_CJNEWDIR,A_NEWCMPJUM… [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 229 def keepAlive(self, t): argument 232 for t in self.helper.running_tasks: 233 print(t) 254 for t in runningpids: 255 start_time = activetasks[t].get("starttime", None) 257 …msg = "%s - %s (pid %s)" % (activetasks[t]["title"], self.elapsed(currenttime - start_time), activ… 259 msg = "%s (pid %s)" % (activetasks[t]["title"], activetasks[t]["pid"]) 260 progress = activetasks[t].get("progress", None) 262 pbar = activetasks[t].get("progressbar", None) 263 rate = activetasks[t].get("rate", None) [all …]
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 122 int t = x * 3 / w; in fill_fb() local 126 if (t == 0) in fill_fb() 128 else if (t == 1) in fill_fb() 130 else if (t == 2) in fill_fb() 133 if (t == 0) in fill_fb() 135 else if (t == 1) in fill_fb() 137 else if (t == 2) in fill_fb() 2209 t->x_res = m->xres; in fb_videomode_to_omap_timings() 2210 t->y_res = m->yres; in fb_videomode_to_omap_timings() 2212 t->hsw = m->hsync_len; in fb_videomode_to_omap_timings() [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | smp_64.c | 210 } t[NUM_ROUNDS]; in smp_synchronize_tick_client() local 235 t[i].rt = rt; in smp_synchronize_tick_client() 236 t[i].master = master_time_stamp; in smp_synchronize_tick_client() 237 t[i].diff = delta; in smp_synchronize_tick_client() 238 t[i].lat = adjust_latency/4; in smp_synchronize_tick_client() 247 t[i].rt, t[i].master, t[i].diff, t[i].lat); in smp_synchronize_tick_client() 1087 struct tlb_pending_info *t = info; in tlb_pending_func() local 1089 __flush_tlb_pending(t->ctx, t->nr, t->vaddrs); in tlb_pending_func()
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0003-wayland-Add-Wayland-example.patch | 73 …t��n�����o��Qk|4O]:U`9T`<O\;O\1ER*:G=N[<MZ?O\BQ_5SW-@G9CG�����������������������е��o��z��w��NW\FVd… 74 …t��x��_u{n~����r}�t��u��ct}x��':H%5E$1!2=$1,;K1AR0AU1DQ3FS4GV.>O.>O7GW9KW.>K4DQ6FS7GT0@M/?L9IV6F… 75 …Q?JV,8I���Ut�F]hG]hDXc9KW*;C3DM=NW6IQ8KS<OW;NV<OW;NV=PX<OW>QY8QW>PX>N\Ym|���t��H_oETdH\g1CO:HQ:EP>… 76 …t��Ws�OhzNdsL`lr�����������z��{�������·�Պ��k��[q�AXhF\fO`gI[a@RX%7>&;B(9A)<C-@G5HO7JP?QX@RYBRZ<QX1… 77 …t����������Ɲ�Ԉ��}�����Wn~L`o<R^=S_8PhBYpIdyPm�^z�w��w��z��y��t����������ā����~��v��\x�;Uf6O^1HX3H… 79 …t��VlwVhs7GS<JV2CL5FS3E��ˉ����������������Ӧ�ݟ���{��|��w��~��a��Yw�6RcA[k9P_:Q`5KW5HO7HQ8GP7CM@LV… 835 + printf("\t--kill-compositor\tkill the Wayland compositor after 100 frames\n"); 836 + printf("\t-h, --help\t\tshow this text\n"); 837 + printf("\t--single-frame\t\tupdate the display only once\n"); 838 + printf("\t--terminate-abruptly\texit right after rendering the 100th frame\n");
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 29 for t in alltests: 30 ucat.extend(get_unique_item(t['category']))
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/ |
H A D | nostrip.patch | 4 Subject: [PATCH] Don't mess with CFLAGS and LDFLAGS when --with-minimal is 7 We especially don't want stripping enabled.
|
/openbmc/u-boot/arch/mips/mach-mscc/ |
H A D | lowlevel_init_luton.S | 10 #define REG_OFFSET(t, o) (t + (o*4)) argument
|
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/ |
H A D | notempdir.patch | 1 We don't use the dist-* targets and hence DIST_DIR isn't used. The current code
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/ |
H A D | libhtml-tagset-perl_3.20.bb | 26 rm -rf ${B}/t/pod.t
|
/openbmc/linux/include/linux/ |
H A D | time.h | 98 #define time_between32(t, l, h) ((u32)(h) - (u32)(l) >= (u32)(t) - (u32)(l)) argument
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
H A D | netserver_permissions.patch | 4 Subject: [PATCH] netserver: don't change permissions on /dev/null 7 to 0644. Don't do this.
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | sensor_gen.py | 19 t = Template(filename=os.path.join(script_dir, "writesensor.mako.cpp")) 23 fd.write(t.render(sensorDict=ifile))
|
H A D | inventory-sensor.py | 19 t = Template( 25 fd.write(t.render(sensorDict=ifile))
|
H A D | fru_gen.py | 19 t = Template(filename=os.path.join(script_dir, "readfru.mako.cpp")) 23 fd.write(t.render(fruDict=ifile))
|
/openbmc/intel-ipmi-oem/include/ |
H A D | types.hpp | 63 inline R enum_cast(T t) in enum_cast() argument 65 auto tu = static_cast<details::underlying_t<T>>(t); in enum_cast()
|
/openbmc/ipmi-fru-parser/scripts/ |
H A D | fru_gen.py | 19 t = Template(filename=os.path.join(script_dir, "writefru.mako.cpp")) 23 fd.write(t.render(fruDict=ifile))
|
/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-x86/chassis/x86-power-control/ |
H A D | power-config-host0.json | 18 // breaks the BMC_NMI line (asserting it doesn't actually trigger an 23 // anyway, making the button input unusable isn't a big loss, and
|