Home
last modified time | relevance | path

Searched refs:t (Results 1976 – 2000 of 8709) sorted by relevance

1...<<71727374757677787980>>...349

/openbmc/openbmc/poky/meta/classes/
H A Dmultilib.bbclass25 raise bb.parse.SkipRecipe("We shouldn't have multilib variants for %s" % bpn)
33 # We nearly don't need this but dependencies on NON_MULTILIB_RECIPES don't work without it
64 raise bb.parse.SkipRecipe("We can't extend native recipes")
67 raise bb.parse.SkipRecipe("We can't extend nativesdk recipes")
72 raise bb.parse.SkipRecipe("Don't extend allarch recipes which are not packagegroups")
74 # Expand this since this won't work correctly once we set a multilib into place
H A Doelint.bbclass27 bb.warn("%s: HOMEPAGE doesn't start with http:// or https://" % pkgname)
76 bb.warn("%s: %s doesn't have Signed-off-by" % (pkgname, item))
78 bb.warn("%s: %s doesn't have Upstream-Status" % (pkgname, item))
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c39 struct igt_live_test t; in live_nop_switch() local
166 err = igt_live_test_end(&t); in live_nop_switch()
383 struct igt_live_test t; in live_parallel_switch() local
678 struct igt_live_test t; in igt_ctx_exec() local
771 if (igt_live_test_end(&t)) in igt_ctx_exec()
790 struct igt_live_test t; in igt_shared_ctx_exec() local
906 if (igt_live_test_end(&t)) in igt_shared_ctx_exec()
1376 struct igt_live_test t; in igt_ctx_readonly() local
1483 if (igt_live_test_end(&t)) in igt_ctx_readonly()
1777 struct igt_live_test t; in igt_vm_isolation() local
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192f.c1272 int result[][8], int t) in rtl8192fu_phy_iqcalibrate() argument
1304 if (t == 0) { in rtl8192fu_phy_iqcalibrate()
1355 result[t][0] = (val32 >> 16) & 0x3ff; in rtl8192fu_phy_iqcalibrate()
1361 result[t][0] = 0x100; in rtl8192fu_phy_iqcalibrate()
1362 result[t][1] = 0x0; in rtl8192fu_phy_iqcalibrate()
1377 result[t][2] = 0x100; in rtl8192fu_phy_iqcalibrate()
1378 result[t][3] = 0x0; in rtl8192fu_phy_iqcalibrate()
1397 result[t][4] = 0x100; in rtl8192fu_phy_iqcalibrate()
1398 result[t][5] = 0x0; in rtl8192fu_phy_iqcalibrate()
1413 result[t][6] = 0x100; in rtl8192fu_phy_iqcalibrate()
[all …]
/openbmc/linux/Documentation/i2c/muxes/
H A Di2c-mux-gpio.rst69 If you don't know the absolute GPIO pin numbers at registration time,
72 including deferred probing if the GPIO chip isn't immediately
82 Alternatively, if you don't need a stable device name, you can simply
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/
H A D0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch31 -/* GLIBC headers included first so don't define anything
32 +/* LIBC headers included first so don't define anything
41 - * if the glibc code didn't define them. This guard matches
/openbmc/u-boot/board/nokia/rx51/
H A Dtag_omap.h219 #define tag_omap_next(t) ((struct tag_omap *)((u8 *)(t) + \ argument
220 (t)->hdr.size + sizeof(struct tag_omap_header)))
/openbmc/linux/scripts/
H A Ddev-needs.sh40 --exclude-devlinks Don't follow device links when tracking probe
60 printf '%05u\t%s\n' ${i} "$D" | tr -d \'
125 # They can also have cycles. So, don't follow them.
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_timer.c75 abstime_t parm = ev->t.time; in snd_seq_oss_process_timer_event()
77 if (ev->t.code == EV_TIMING) { in snd_seq_oss_process_timer_event()
78 switch (ev->t.cmd) { in snd_seq_oss_process_timer_event()
/openbmc/linux/tools/testing/selftests/net/
H A Dgre_gso.sh190 while getopts :t:pPhv o
225 for t in $TESTS
227 case $t in
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgconf.bbclass10 # These are for when gconftool is used natively and the prefix isn't necessarily
12 # into sysroot as they won't be running their own install-time schema
13 # registration (disabled below) nor the postinst script (as they don't happen).
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/
H A Dinterpreter.patch6 Let us override the hashbang directly (possibly upstreamable), and don't
9 we don't have long hashbangs.
66 - # I don't understand a lick what this is trying to do.
/openbmc/linux/tools/testing/selftests/resctrl/
H A DREADME73 usage: resctrl_tests [-h] [-b "benchmark_cmd [options]"] [-t test list] [-n no_of_bits]
75 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
/openbmc/linux/drivers/md/
H A Ddm-core.h232 static inline struct dm_target *dm_table_get_target(struct dm_table *t, in dm_table_get_target() argument
235 BUG_ON(index >= t->num_targets); in dm_table_get_target()
236 return t->targets + index; in dm_table_get_target()
/openbmc/linux/Documentation/arch/x86/
H A Dusb-legacy-support.rst28 because the SMM BIOS isn't expecting the CPU to be in 64-bit mode. The
29 BIOS manufacturers only test with Windows, and Windows doesn't do 64-bit
48 Legacy support in the BIOS. If this alone doesn't help, try also adding
/openbmc/linux/drivers/watchdog/
H A Dath79_wdt.c189 int t; in ath79_wdt_ioctl() local
211 err = get_user(t, p); in ath79_wdt_ioctl()
215 err = ath79_wdt_set_timeout(t); in ath79_wdt_ioctl()
/openbmc/linux/drivers/gpu/drm/i915/
H A DTODO.txt13 That doesn't make sense given hw and gpu apis moved away from this model years
16 2. Any complexity added in this area past few years which can't be justified
24 How-to-dma_fence is core and drivers really shouldn't build their own world
/openbmc/linux/drivers/dma/idxd/
H A Dsubmit.c98 struct idxd_desc *d, *t, *found = NULL; in llist_abort_desc() local
110 llist_for_each_entry_safe(d, t, head, llnode) { in llist_abort_desc()
136 list_for_each_entry_safe(d, t, &flist, list) { in llist_abort_desc()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch4 Subject: [PATCH 1/2] binfmt: Don't install dependency links at install time
10 The [Install] blocks were rejected upstream as they don't have a way to
11 "enable" it on install without static symlinks which can't be disabled,
/openbmc/webui-vue/src/store/modules/Operations/
H A DFirmwareStore.js138 i18n.global.t('pageFirmware.toast.errorUpdateFirmware'),
161 i18n.global.t('pageFirmware.toast.errorUpdateFirmware'),
179 i18n.global.t('pageFirmware.toast.errorSwitchImages'),
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dprofile28 if [ -t 0 -a $# -eq 0 ]; then
34 IFS='[;' read -t 2 -p $(printf '\e7\e[r\e[999;999H\e[6n\e8') -sd R _ y x _
47 IFS='[;R' read -t 2 -d R -r z y x _
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch4 Subject: [PATCH] binfmt: Don't install dependency links at install time for
10 The [Install] blocks were rejected upstream as they don't have a way to
11 "enable" it on install without static symlinks which can't be disabled,
/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/
H A Dbtrfs-tools_6.8.1.bb58 # Upstream doesn't ship this and autoreconf won't install it as automake isn't used.
/openbmc/linux/ipc/
H A Dnamespace.c172 struct ipc_namespace *n, *t; in free_ipc() local
174 llist_for_each_entry_safe(n, t, node, mnt_llist) in free_ipc()
180 llist_for_each_entry_safe(n, t, node, mnt_llist) in free_ipc()
/openbmc/qemu/libdecnumber/
H A DdecNumber.c3084 t->bits=0; t->digits=3; in decNumberSquareRoot()
3094 t->lsu[0]=59; t->lsu[1]=2; in decNumberSquareRoot()
3097 t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2; in decNumberSquareRoot()
3111 t->lsu[0]=19; t->lsu[1]=8; in decNumberSquareRoot()
3114 t->lsu[0]=9; t->lsu[1]=1; t->lsu[2]=8; in decNumberSquareRoot()
4141 t=lhs; lhs=rhs; rhs=t; in decAddOp()
5613 decNumberZero(t); *t->lsu=1; /* acc=1 */ in decExpOp()
5621 decMultiplyOp(t, t, a, &aset, status); /* acc=acc*x */ in decExpOp()
5625 decMultiplyOp(t, t, t, &aset, status); /* acc=acc*acc [square] */ in decExpOp()
5858 if (t<10) t=X10(t); /* adjust single-digit b */
[all …]

1...<<71727374757677787980>>...349