/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | avoid-neon-for-targets-which-don-t-support-it.patch | 4 Subject: [PATCH] avoid neon for targets which don't support it 8 possible, but fallback to C when building for ARM targets which don't
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/ |
H A D | 0001-absl-always-use-asm-sgidefs.h.patch | 27 -// Android doesn't have sgidefs.h, but does have asm/sgidefs.h, which has the 28 +// bionic/musl C libs don't have sgidefs.h, but do have asm/sgidefs.h, which has the
|
/openbmc/phosphor-host-ipmid/include/ipmid/message/ |
H A D | types.hpp | 131 inline R enum_cast(T t) in enum_cast() argument 133 auto tu = static_cast<details::underlying_t<T>>(t); in enum_cast()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | 0001-ippool-Port-to-ppp-2.5-APIs.patch | 40 fatal("Kernel doesn't support ppp_generic - " 53 /* brute force, just in case ip_down_hook doesn't get called */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/udisks/udisks2/ |
H A D | 0001-Makefile.am-Dont-include-buildpath.patch | 2 From: Markus Volk <f_l_k@t-online.de> 13 Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/ |
H A D | terminus-font_4.49.1.bb | 23 # Don't use font cache mecanism for console packages 26 # Hand made configure script. Don't need oe_runconf
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0004-Point-scripts-location-to-libdir.patch | 20 # We can't put the scripts in $(datadir) because the SEARCH_DIR 33 # We can't put the scripts in $(datadir) because the SEARCH_DIR
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_xdp_meta.sh | 46 ip netns exec ${NS1} tc filter add dev veth1 ingress bpf da obj ${BPF_FILE} sec t 47 ip netns exec ${NS2} tc filter add dev veth2 ingress bpf da obj ${BPF_FILE} sec t
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | ia64.rst | 33 - Compiling this kernel doesn't differ from other platform so read 44 obvious targets include making sure we don't flush the TLB
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | compat.h | 131 static inline int __is_compat_task(struct task_struct *t) in __is_compat_task() argument 133 return test_tsk_thread_flag(t, TIF_32BIT); in __is_compat_task()
|
/openbmc/linux/include/acpi/platform/ |
H A D | aclinux.h | 78 #define ACPI_GLOBAL(t,a) argument 79 #define ACPI_INIT_GLOBAL(t,a,b) argument
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cabextract/cabextract/ |
H A D | fix-fnmatch.patch | 3 Subject: [PATCH] Don't play with fnmatch.c replacement 7 because Autoconf didn't detect the working implementation and enabled fnmatch.c
|
/openbmc/openbmc/meta-arm/kas/ |
H A D | corstone1000-image-configuration.yml | 9 # Only needed as kas doesn't add it automatically unless you have 2 targets in seperate configs 33 # Don't include kernel binary in rootfs /boot path
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.ips | 8 4.90.11 - Don't actually RESET unless it's physically required 35 - Don't Issue Internal FFDC Command if there are Active Commands 45 4.70.13 - Don't release HA Lock in ips_next() until SC taken off queue 47 - Don't Send CDB's if we already know the device is not present
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | pids.rst | 47 # mount -t cgroup -o pids none /sys/fs/cgroup/pids 67 Even if we migrate to a child cgroup (which doesn't have a set limit), we will 87 # /bin/echo "We can't even spawn a single process now." 90 # /bin/echo "We can't even spawn a single process now."
|
/openbmc/linux/Documentation/driver-api/mmc/ |
H A D | mmc-async-req.rst | 35 in parallel with the transfer performance won't be affected. 47 It starts a new MMC command request for a host. The function isn't 50 doesn't wait for the new request to complete. If there is no ongoing 66 The first request in a series of requests can't be prepared in parallel
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
H A D | 0001-openbox-xdg-autostart-convert-to-python3.patch | 49 - print "\t ", str 50 + print("\t ", str) 52 - print "\t*", str 53 + print("\t*", str)
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_proto_icmp.c | 256 const struct nf_conntrack_tuple *t) in icmp_tuple_to_nlattr() argument 258 if (nla_put_be16(skb, CTA_PROTO_ICMP_ID, t->src.u.icmp.id) || in icmp_tuple_to_nlattr() 259 nla_put_u8(skb, CTA_PROTO_ICMP_TYPE, t->dst.u.icmp.type) || in icmp_tuple_to_nlattr() 260 nla_put_u8(skb, CTA_PROTO_ICMP_CODE, t->dst.u.icmp.code)) in icmp_tuple_to_nlattr()
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | libmodule-build-perl_0.4234.bb | 40 rm -rf ${B}/t/pod_parser.t 135 # t/xs.t RDEPENDS on "EXTERN.h" provided by perl-dev
|
/openbmc/linux/net/sched/ |
H A D | act_gact.c | 195 struct tcf_t t; in tcf_gact_dump() local 213 tcf_tm_dump(&t, &gact->tcf_tm); in tcf_gact_dump() 214 if (nla_put_64bit(skb, TCA_GACT_TM, sizeof(t), &t, TCA_GACT_PAD)) in tcf_gact_dump()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | befs.rst | 33 Does anyone know of a more current email address for Makoto? He doesn't 36 This filesystem doesn't have a maintainer. 63 figure it out yourself (it shouldn't be hard), or mail the maintainer 97 mount -t befs /dev/fd0 /beos
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | pci_mac.c | 70 struct mt76_txwi_cache *t; in mt7615_tx_prepare_skb() local 91 t = (struct mt76_txwi_cache *)(txwi + mdev->drv->txwi_size); in mt7615_tx_prepare_skb() 92 t->skb = tx_info->skb; in mt7615_tx_prepare_skb() 94 id = mt76_token_get(mdev, &t); in mt7615_tx_prepare_skb()
|
/openbmc/linux/Documentation/w1/masters/ |
H A D | ds2490.rst | 29 the core w1 code doesn't make use of the information. Connecting 42 - The registered w1_bus_master functions don't define error 48 driver doesn't query those values. 49 - The ds2490 specification doesn't cover short bulk in reads in
|
/openbmc/linux/Documentation/hwmon/ |
H A D | via686a.rst | 27 don't set the address in the BIOS. Look for a BIOS 30 Don't use this unless the driver complains that the 83 don't seem to make any sense, don't look any further: your chip is simply
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk.h | 170 #define __DIV(_id, cname, pname, o, s, w, f, df, t) \ argument 180 .table = t, \ 189 #define DIV_T(_id, cname, pname, o, s, w, t) \ argument 190 __DIV(_id, cname, pname, o, s, w, 0, 0, t)
|