/openbmc/u-boot/board/keymile/scripts/ |
H A D | ramfs-ppc_82xx.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/ramfs-common.txt && env import -t 0x200000 ${filesize} &&…
|
H A D | ramfs-arm.txt | 1 setup_debug_env=tftpboot 0x200000 scripts/ramfs-common.txt && env import -t 0x200000 ${filesize} &&…
|
/openbmc/openbmc/poky/meta/files/ptest-perl/ |
H A D | run-ptest | 3 for case in `find t -type f -name '*.t'`; do
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-diff-perl/ |
H A D | run-ptest | 3 for case in `find t -type f -name '*.t'`; do
|
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq.c | 665 struct cpufreq_governor *t; in find_governor() local 667 for_each_governor(t) in find_governor() 669 return t; in find_governor() 676 struct cpufreq_governor *t; in get_governor() local 680 if (!t) in get_governor() 684 t = NULL; in get_governor() 689 return t; in get_governor() 709 struct cpufreq_governor *t; in cpufreq_parse_governor() local 712 if (t) in cpufreq_parse_governor() 713 return t; in cpufreq_parse_governor() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
H A D | 02-Makefile.in.patch | 67 rm -f $(A_OUT) core *.o *.t 135 - rm -f $@ $@.t 137 - mv $@.t $@ 148 - rm -f $@ $@.t 150 - mv $@.t $@ 159 - rm -f $@ $@.t 161 - mv $@.t $@ 170 - rm -f $@ $@.t 172 - mv $@.t $@
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cmp.h | 12 extern void cmp_boot_secondary(int cpu, struct task_struct *t);
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/libmodule-build-perl/ |
H A D | run-ptest | 3 for case in `find t -type f -name '*.t'`; do
|
/openbmc/linux/Documentation/filesystems/ |
H A D | sysv-fs.rst | 18 mount [-r] -t sysv device mountpoint 22 -t sysv 23 -t xenix 24 -t coherent 255 * How to implement symbolic links such that the host fsck doesn't scream:
|
/openbmc/linux/Documentation/powerpc/ |
H A D | booting.rst | 13 doesn't follow them properly. In addition, since the advent of the arch/powerpc 21 doesn't require the device-tree to represent every device in the system and only 26 to define nodes for on chip devices and other buses that don't specifically fit 44 forth words isn't required), you can enter the kernel with: 85 you don't need to care, or you'll have to enter the kernel
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | pll.c | 333 int t; in wait_for_bit_change() local 336 t = 100; in wait_for_bit_change() 337 while (t-- > 0) { in wait_for_bit_change() 368 int t = 100; in dss_wait_hsdiv_ack() local 370 while (t-- > 0) { in dss_wait_hsdiv_ack()
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | runner.py | 74 for t in ['failures', 'errors', 'skipped', 'expectedFailures']: 75 for (scase, msg) in getattr(self, t): 185 t = "" 189 t = " (" + "{0:.2f}".format(duration) + "s)" 193 logs[status].append("RESULTS - %s: %s%s" % (case.id(), status, t))
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_internal.h | 234 const char *btf_kind_str(const struct btf_type *t); 237 static inline enum btf_func_linkage btf_func_linkage(const struct btf_type *t) in btf_func_linkage() argument 239 return (enum btf_func_linkage)(int)btf_vlen(t); in btf_func_linkage() 492 int btf_type_visit_type_ids(struct btf_type *t, type_id_visit_fn visit, void *ctx); 493 int btf_type_visit_str_offs(struct btf_type *t, str_off_visit_fn visit, void *ctx);
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_multi.rst | 53 tries to match drivers for each individual interface (sort of, don't 60 configuration so a dual RNDIS and CDC ECM gadget won't work unless you 97 functionality. As an effect provided INFs won't work since they have 107 things don't work as intended before realising Windows have cached 116 as well. It most likely won't work on Windows prior to Windows XP
|
/openbmc/linux/arch/m68k/q40/ |
H A D | README | 12 It seems IRQ unmasking can't be safely done on a Q40. IRQ probing 22 poll the floppy for this reason - something that can't be done in Linux. 125 Unfortunately the AT->PC translation isn't quite trivial and even worse, my 135 btw if the showkey output from PC and Q40 doesn't differ then you have some 136 classic configuration problem - don't send me anything in this case
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ad_sigma_delta.c | 62 struct spi_transfer t = { in ad_sd_write_reg() local 89 spi_message_add_tail(&t, &m); in ad_sd_write_reg() 105 struct spi_transfer t[] = { in ad_sd_read_reg_raw() local 123 spi_message_add_tail(&t[0], &m); in ad_sd_read_reg_raw() 125 spi_message_add_tail(&t[1], &m); in ad_sd_read_reg_raw()
|
/openbmc/linux/net/ipv4/ |
H A D | ipmr_base.c | 34 void (*expire_func)(struct timer_list *t), in mr_table_alloc() argument 363 unsigned int t = 0, s_t = cb->args[0]; in mr_rtm_dumproute() local 379 if (t < s_t) in mr_rtm_dumproute() 387 t++; in mr_rtm_dumproute() 391 cb->args[0] = t; in mr_rtm_dumproute()
|
/openbmc/linux/arch/m68k/sun3x/ |
H A D | time.h | 5 extern int sun3x_hwclk(int set, struct rtc_time *t);
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | test_ext.S | 11 p0 = cmp.eq(r2, ##-559038737); if (p0.new) jump:t pass
|
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 1 # greatlakes doesn't use xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service in power control
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8710b.c | 1271 int result[][8], int t) in rtl8710bu_phy_iqcalibrate() argument 1306 if (t == 0) { in rtl8710bu_phy_iqcalibrate() 1317 if (t == 0) { in rtl8710bu_phy_iqcalibrate() 1358 result[t][0] = (val32 >> 16) & 0x3ff; in rtl8710bu_phy_iqcalibrate() 1361 result[t][1] = (val32 >> 16) & 0x3ff; in rtl8710bu_phy_iqcalibrate() 1364 result[t][0] = 0x100; in rtl8710bu_phy_iqcalibrate() 1365 result[t][1] = 0x0; in rtl8710bu_phy_iqcalibrate() 1374 result[t][2] = (val32 >> 16) & 0x3ff; in rtl8710bu_phy_iqcalibrate() 1380 result[t][2] = 0x100; in rtl8710bu_phy_iqcalibrate() 1381 result[t][3] = 0x0; in rtl8710bu_phy_iqcalibrate() [all …]
|
/openbmc/linux/drivers/media/pci/mantis/ |
H A D | mantis_dma.h | 16 extern void mantis_dma_xfer(struct tasklet_struct *t);
|
/openbmc/linux/net/sched/ |
H A D | act_api.c | 1620 struct tcamsg *t; in tca_get_fill() local 1628 t = nlmsg_data(nlh); in tca_get_fill() 1630 t->tca__pad1 = 0; in tca_get_fill() 1631 t->tca__pad2 = 0; in tca_get_fill() 1726 struct tcamsg *t; in tca_action_flush() local 1754 sizeof(*t), 0); in tca_action_flush() 1759 t = nlmsg_data(nlh); in tca_action_flush() 1761 t->tca__pad1 = 0; in tca_action_flush() 1762 t->tca__pad2 = 0; in tca_action_flush() 2177 t->tca__pad1 = 0; in tc_dump_action() [all …]
|
/openbmc/linux/Documentation/security/ |
H A D | sak.rst | 15 providing SAK. One is the ALT-SYSRQ-K sequence. You shouldn't use 49 Unfortunately this includes a number of things which you don't 63 root 579 0.0 0.1 1088 436 ? S 00:43 0:00 gpm -t ps/2
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | endianess-header.patch | 4 distros that don't have macros referenced 36 +/* Don't redefine these macros if they already exist */ 94 /* check_ptr checks that a pointer is in the mmaped file and doesn't
|