/openbmc/phosphor-objmgr/libmapper/test/ |
H A D | meson.build | 5 foreach t : tests 6 name = t[0] 7 extra_deps = t[1]
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 49 struct gpmc_timings t; in tusb_set_async_mode() local 67 gpmc_calc_timings(&t, &tusb_async, &dev_t); in tusb_set_async_mode() 69 return gpmc_cs_set_timings(async_cs, &t, &tusb_async); in tusb_set_async_mode() 75 struct gpmc_timings t; in tusb_set_sync_mode() local 94 gpmc_calc_timings(&t, &tusb_sync, &dev_t); in tusb_set_sync_mode() 96 return gpmc_cs_set_timings(sync_cs, &t, &tusb_sync); in tusb_set_sync_mode()
|
/openbmc/linux/lib/ |
H A D | bch.c | 376 const int t = GF_T(bch); in compute_syndromes() local 392 for (j = 0; j < 2*t; j += 2) in compute_syndromes() 400 for (j = 0; j < t; j++) in compute_syndromes() 429 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial() 451 if (i < t-1) { in compute_error_locator_polynomial() 568 rows[k] ^= (t << j); in find_affine4_roots() 569 rows[k+j] ^= t; in find_affine4_roots() 1220 for (i = 0; i < t; i++) { in compute_generator_polynomial() 1317 if (t > BCH_MAX_T) in bch_init() 1325 if ((t < 1) || (m*t >= ((1 << m)-1))) in bch_init() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/ |
H A D | inittab | 2 ::sysinit:/bin/mount -t proc proc /proc 3 ::sysinit:/bin/mount -t sysfs sysfs /sys 4 ::sysinit:/bin/mount -t devtmpfs devtmpfs /dev 7 ::sysinit:/bin/mount -t devpts devpts /dev/pts
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 050.out | 4 Formatting 'TEST_DIR/t.IMGFMT.old', fmt=IMGFMT size=10485760 7 Formatting 'TEST_DIR/t.IMGFMT.new', fmt=IMGFMT size=10485760 10 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=10485760 backing_file=TEST_DIR/t.IMGFMT.old backing…
|
H A D | 039.out | 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 11 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 46 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 60 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 68 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728 69 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi… 79 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 89 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
|
H A D | 312.out | 5 Formatting 'TEST_DIR/t.IMGFMT.0', fmt=IMGFMT size=10485760 6 Formatting 'TEST_DIR/t.IMGFMT.1', fmt=IMGFMT size=10485760 7 Formatting 'TEST_DIR/t.IMGFMT.2', fmt=IMGFMT size=10485760 8 Formatting 'TEST_DIR/t.IMGFMT.3', fmt=IMGFMT size=10485760 58 'target': 'TEST_DIR/t.IMGFMT.3', 77 0x10000 0x30000 TEST_DIR/t.IMGFMT.3 78 0x100000 0x10000 TEST_DIR/t.IMGFMT.3 79 0x120000 0x20000 TEST_DIR/t.IMGFMT.3 80 0x200000 0x20000 TEST_DIR/t.IMGFMT.3
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/ |
H A D | tune-xscale.inc | 11 # mcpu is used so don't use armv5te as we don't want march 17 # mcpu is used so don't use armv5te as we don't want march
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/ |
H A D | 0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch | 4 Subject: [PATCH] rfkill makefile: don't use -t, the OE install wrapper dislikes it 21 - $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(SBINDIR) rfkill 25 - $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man8/ rfkill.8.gz
|
/openbmc/qemu/tests/tcg/aarch64/system/ |
H A D | semiheap.c | 17 register uintptr_t t asm("x0") = type; in __semi_call() 20 : "=r" (t) in __semi_call() 21 : "r" (t), "r" (a0) in __semi_call() 24 return t; in __semi_call()
|
/openbmc/linux/samples/ftrace/ |
H A D | ftrace-direct-multi-modify.c | 197 static int t; in simple_thread() local 206 t ^= 1; in simple_thread() 207 ret = modify_ftrace_direct(&direct, tramps[t]); in simple_thread() 209 my_tramp = tramps[t]; in simple_thread()
|
/openbmc/phosphor-inventory-manager/test/ |
H A D | meson.build | 48 foreach t : tests 49 test(t, executable(t.underscorify(), t,
|
/openbmc/linux/drivers/memory/ |
H A D | omap-gpmc.c | 1820 t->cs_on /= 1000; in gpmc_convert_ps_to_ns() 1821 t->cs_rd_off /= 1000; in gpmc_convert_ps_to_ns() 1822 t->cs_wr_off /= 1000; in gpmc_convert_ps_to_ns() 1823 t->adv_on /= 1000; in gpmc_convert_ps_to_ns() 1826 t->we_on /= 1000; in gpmc_convert_ps_to_ns() 1827 t->we_off /= 1000; in gpmc_convert_ps_to_ns() 1828 t->oe_on /= 1000; in gpmc_convert_ps_to_ns() 1829 t->oe_off /= 1000; in gpmc_convert_ps_to_ns() 1831 t->access /= 1000; in gpmc_convert_ps_to_ns() 1832 t->rd_cycle /= 1000; in gpmc_convert_ps_to_ns() [all …]
|
/openbmc/linux/drivers/char/ |
H A D | dsp56k.c | 62 long i, t, m; \ 66 for (t = 0; t < timeout && !ENABLE; t++) \ 79 int t; \ 80 for(t = 0; t < n && !DSP56K_TRANSMIT; t++) \ 89 int t; \ 90 for(t = 0; t < n && !DSP56K_RECEIVE; t++) \
|
/openbmc/linux/net/rose/ |
H A D | rose_timer.c | 28 static void rose_heartbeat_expiry(struct timer_list *t); 119 static void rose_heartbeat_expiry(struct timer_list *t) in rose_heartbeat_expiry() argument 121 struct sock *sk = from_timer(sk, t, sk_timer); in rose_heartbeat_expiry() 159 static void rose_timer_expiry(struct timer_list *t) in rose_timer_expiry() argument 161 struct rose_sock *rose = from_timer(rose, t, timer); in rose_timer_expiry() 189 static void rose_idletimer_expiry(struct timer_list *t) in rose_idletimer_expiry() argument 191 struct rose_sock *rose = from_timer(rose, t, idletimer); in rose_idletimer_expiry()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_acpi.c | 116 const struct ata_timing *t; in pacpi_set_piomode() local 122 t = ata_timing_find_mode(adev->pio_mode); in pacpi_set_piomode() 123 acpi->gtm.drive[unit].pio = t->cycle; in pacpi_set_piomode() 139 const struct ata_timing *t; in pacpi_set_dmamode() local 145 t = ata_timing_find_mode(adev->dma_mode); in pacpi_set_dmamode() 147 acpi->gtm.drive[unit].dma = t->udma; in pacpi_set_dmamode() 150 acpi->gtm.drive[unit].dma = t->cycle; in pacpi_set_dmamode()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | bitops.h | 156 unsigned long old, t; \ 165 : "=&r" (old), "=&r" (t) \ 180 unsigned long old, t; in test_and_clear_bits() local 192 : "=&r" (old), "=&r" (t) in test_and_clear_bits() 203 : "=&r" (old), "=&r" (t) in test_and_clear_bits() 240 unsigned long old, t; in clear_bit_unlock_return_word() local 250 : "=&r" (old), "=&r" (t) in clear_bit_unlock_return_word()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_fs.c | 167 return vlan->ft.t; in mlx5e_vlan_get_flowtable() 230 dest.ft = fs->l2.ft.t; in __mlx5e_add_vlan_rule() 782 if (IS_ERR(ft->t)) { in mlx5e_create_promisc_table() 783 err = PTR_ERR(ft->t); in mlx5e_create_promisc_table() 784 ft->t = NULL; in mlx5e_create_promisc_table() 797 ft->t = NULL; in mlx5e_create_promisc_table() 888 ft->t = NULL; in mlx5e_destroy_flow_table() 1099 if (IS_ERR(ft->t)) { in mlx5e_create_l2_table() 1101 ft->t = NULL; in mlx5e_create_l2_table() 1113 ft->t = NULL; in mlx5e_create_l2_table() [all …]
|
/openbmc/linux/drivers/iio/imu/ |
H A D | adis16400.c | 318 uint16_t t; in adis16334_get_freq() local 331 unsigned int t; in adis16334_set_freq() local 336 t = 0; in adis16334_set_freq() 338 if (t > 0x31) in adis16334_set_freq() 339 t = 0x31; in adis16334_set_freq() 350 uint16_t t; in adis16400_get_freq() local 364 unsigned int t; in adis16400_set_freq() local 371 if (t >= 128) in adis16400_set_freq() 372 t = 127; in adis16400_set_freq() 374 t--; in adis16400_set_freq() [all …]
|
/openbmc/webui-vue/src/views/PageNotFound/ |
H A D | PageNotFound.vue | 3 <page-title :description="$t('pagePageNotFound.description')" /> 15 $t: useI18n().t,
|
/openbmc/rest-dbus/resources/ |
H A D | dbus.js | 137 var t = format_one_type(content); 138 ret.type = '[' + t.type + ']'; 139 ret.left = t.left; 152 var t; 155 t = format_one_type(type); 156 ts.push(t.type); 158 if (!t.left || !t.left.length) 160 type = t.left;
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gart.c | 294 unsigned t; in amdgpu_gart_unbind() local 308 t = offset / AMDGPU_GPU_PAGE_SIZE; in amdgpu_gart_unbind() 309 p = t / AMDGPU_GPU_PAGES_IN_CPU_PAGE; in amdgpu_gart_unbind() 315 for (j = 0; j < AMDGPU_GPU_PAGES_IN_CPU_PAGE; j++, t++) { in amdgpu_gart_unbind() 317 t, page_base, flags); in amdgpu_gart_unbind() 347 unsigned i, j, t; in amdgpu_gart_map() local 353 t = offset / AMDGPU_GPU_PAGE_SIZE; in amdgpu_gart_map() 357 for (j = 0; j < AMDGPU_GPU_PAGES_IN_CPU_PAGE; j++, t++) { in amdgpu_gart_map() 358 amdgpu_gmc_set_pte_pde(adev, dst, t, page_base, flags); in amdgpu_gart_map()
|
/openbmc/openbmc/poky/documentation/ |
H A D | set_versions.py | 106 for t in tags.split(): 107 if t.startswith("yocto-"): 108 ourversion = t[6:] 155 …previoustags = [t[6:] for t in previoustags.split() if t.startswith("yocto-" + release_series[ours… 157 …futuretags = [t[6:] for t in futuretags.split() if t.startswith("yocto-" + release_series[ourserie…
|
/openbmc/linux/arch/m68k/mvme16x/ |
H A D | config.c | 439 int mvme16x_hwclk(int op, struct rtc_time *t) in mvme16x_hwclk() argument 443 t->tm_year = bcd2int (rtc->bcd_year); in mvme16x_hwclk() 444 t->tm_mon = bcd2int(rtc->bcd_mth) - 1; in mvme16x_hwclk() 445 t->tm_mday = bcd2int (rtc->bcd_dom); in mvme16x_hwclk() 446 t->tm_hour = bcd2int (rtc->bcd_hr); in mvme16x_hwclk() 447 t->tm_min = bcd2int (rtc->bcd_min); in mvme16x_hwclk() 448 t->tm_sec = bcd2int (rtc->bcd_sec); in mvme16x_hwclk() 450 if (t->tm_year < 70) in mvme16x_hwclk() 451 t->tm_year += 100; in mvme16x_hwclk()
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | patching.py | 222 d = dict((t.__name__, t) for t in all_subclasses(FileMatch)) 272 def matches_of_type(self, t: Type[T]) -> List[T]: 273 if t not in self.match_index: 274 self.match_index[t] = list(self._matches_of_type(t)) 275 return self.match_index[t] # type: ignore 277 def find_matches(self, t: Type[T], name: str, group: str='name') -> List[T]: 278 indexkey = (t, name, group) 282 for m in self.matches_of_type(t): 290 l = self.find_matches(t, name, group) 294 logger.warn("multiple matches found for %r (%s=%r)", t, group, name) [all …]
|