Home
last modified time | relevance | path

Searched refs:t (Results 2201 – 2225 of 8709) sorted by relevance

1...<<81828384858687888990>>...349

/openbmc/witherspoon-pfault-analysis/
H A Dmeson.build36 # tree such that it actually get used and doesn't get found in the sysroot
37 # somewhere. Meson doesn't allow path elements (rightfully so) when specifying
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/
H A Drwx-segments.patch44 # ld.lld doesn't recognize the errata flags,
45 # therefore don't add those in that case
/openbmc/openbmc/poky/meta/recipes-connectivity/libpcap/
H A Dlibpcap_1.10.4.bb20 # Explicitly disable dag support. We don't have recipe for it and if enabled here,
22 # support hasn't been detected. Do the same thing for DPDK.
/openbmc/linux/arch/sh/drivers/
H A Dpush-switch.c26 static void switch_timer(struct timer_list *t) in switch_timer() argument
28 struct push_switch *psw = from_timer(psw, t, debounce); in switch_timer()
/openbmc/linux/arch/powerpc/kernel/
H A Duprobes.c97 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() argument
99 if (t->thread.trap_nr != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
H A Dprocess.c1160 t->vrsave = mfspr(SPRN_VRSAVE); in save_sprs()
1168 t->dscr = mfspr(SPRN_DSCR); in save_sprs()
1171 t->bescr = mfspr(SPRN_BESCR); in save_sprs()
1172 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs()
1173 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs()
1175 t->fscr = mfspr(SPRN_FSCR); in save_sprs()
1183 t->tar = mfspr(SPRN_TAR); in save_sprs()
1678 if (t != current) in set_thread_tidr()
1681 if (t->thread.tidr) in set_thread_tidr()
1684 t->thread.tidr = (u16)task_pid_nr(t); in set_thread_tidr()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-spi-devices-spi-nor8 The attribute is not present if the flash doesn't support
18 The attribute is not present if the flash device isn't
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table_helper2.c147 enum transmitter t) in dal_cmd_table_helper_transmitter_bp_to_atom2() argument
149 switch (t) { in dal_cmd_table_helper_transmitter_bp_to_atom2()
/openbmc/linux/arch/csky/kernel/probes/
H A Duprobes.c76 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() argument
78 if (t->thread.trap_no != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/openbmc/linux/include/linux/netfilter_bridge/
H A Debtables.h125 int ebt_register_template(const struct ebt_table *t, int(*table_init)(struct net *net));
126 void ebt_unregister_template(const struct ebt_table *t);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A D0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch47 /* old gcc doesn't support some poly64x2_t intrinsic */
51 /* We don't test on big endian platform, so disable this on big endian. */
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0005-fix-incorrect-timeout-while-system-time-changed.patch9 |05:40:55,872 INFO program: Running... mount -t ext2 -o
30 if it doesn't normally exit within timeout seconds and return None"""
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-themes/
H A Dgnome-themes-extra_3.28.bb17 # PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right.
45 # gnome-themes-standard is empty and doesn't exist
/openbmc/webui-vue/src/store/modules/Operations/
H A DBootSettingsStore.js126 let message = i18n.global.t(
132 i18n.global.t(
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0001-ltmain.in-Handle-trailing-slashes-on-install-command.patch10 code doesn't see the paths as equal. Strip both paths to ensure this works
35 # Don't allow the user to place us outside of our expected
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/
H A D0005-dropbear-enable-pam.patch31 * but there's an interface via a PAM module. It won't work for more complex
33 * You can't enable both PASSWORD and PAM. */
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-setuptools_69.5.1.bb53 # This used to use the bootstrap install which didn't compile. Until we bump the
54 # tmpdir version we can't compile the native otherwise the sysroot unpack fails
/openbmc/u-boot/examples/api/
H A Dglue.c87 int t; in ub_tstc() local
89 if (!syscall(API_TSTC, NULL, &t)) in ub_tstc()
92 return t; in ub_tstc()
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h103 # define DEFINE_CONV_ONE(t,n,m,...) \ argument
104 static inline struct t * n(struct t * d) { \
/openbmc/linux/Documentation/userspace-api/media/
H A Dgen-errors.rst22 - The ioctl can't be handled because the device is in state where it
23 can't perform it. This could happen for example in case where
34 - The ioctl can't be handled because the device is busy. This is
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_l4proto.h41 const struct nf_conntrack_tuple *t);
45 struct nf_conntrack_tuple *t,
156 struct nf_conntrack_tuple *t,
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility/
H A D0001-gnome-disk-utility-remove-libcanberra-dependency.patch2 From: Markus Volk <f_l_k@t-online.de>
6 libcanberra-gtk3 module isn't buildable for wayland.
9 Signed-off-by: Markus Volk <f_l_k@t-online.de>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tbb/
H A Dtbb_2021.11.0.bb30 # Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extensio…
31 …e/usr/bin/riscv64-oe-linux/riscv64-oe-linux-ld: /tmp/lto-llvm-264bc2.o: can't link soft-float modu…
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch31 pthread_t t;
33 pthread_create (&t, 0, func, 0);
34 pthread_join (t, &ret);
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/
H A Dpiglit_git.bb55 # Forcibly strip because Piglit is *huge*, and don't bother trying to split/strip the result.
69 # As nothing builds against Piglit we don't need to have anything in the
73 # Can't be built with ccache

1...<<81828384858687888990>>...349