/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
H A D | 02-Makefile.in.patch | 52 HFLS = dmalloc.h 71 rm -f $(UTIL) dmalloc.h 207 arg_check.o: arg_check.c conf.h settings.h dmalloc.h chunk.h debug_tok.h \ 208 dmalloc_loc.h error.h arg_check.h 209 +arg_check_sl.o: arg_check.c conf.h settings.h dmalloc.h chunk.h debug_tok.h \ 210 + dmalloc_loc.h error.h arg_check.h 213 chunk.o: chunk.c conf.h settings.h dmalloc.h chunk.h chunk_loc.h \ 214 dmalloc_loc.h compat.h debug_tok.h dmalloc_rand.h dmalloc_tab.h error.h \ 215 error_val.h heap.h 216 +chunk_sl.o: chunk.c conf.h settings.h dmalloc.h chunk.h chunk_loc.h \ [all …]
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 5 11d.h: 2386 21 300vtbl.h: 43771 22 310vtbl.h: 59655 27 3780i.h: 14180 32 3c359.h: 7264 35 3c501.h: 2623 37 3c503.h: 3880 39 3c505.h: 6535 46 3c523.h: 11169 48 3c527.h: 1482 [all …]
|
/openbmc/linux/sound/parisc/ |
H A D | harmony.c | 95 harmony_read(struct snd_harmony *h, unsigned r) in harmony_read() argument 97 return __raw_readl(h->iobase + r); in harmony_read() 101 harmony_write(struct snd_harmony *h, unsigned r, unsigned long v) in harmony_write() argument 103 __raw_writel(v, h->iobase + r); in harmony_write() 107 harmony_wait_for_control(struct snd_harmony *h) in harmony_wait_for_control() argument 109 while (harmony_read(h, HARMONY_CNTL) & HARMONY_CNTL_C) ; in harmony_wait_for_control() 113 harmony_reset(struct snd_harmony *h) in harmony_reset() argument 115 harmony_write(h, HARMONY_RESET, 1); in harmony_reset() 117 harmony_write(h, HARMONY_RESET, 0); in harmony_reset() 121 harmony_disable_interrupts(struct snd_harmony *h) in harmony_disable_interrupts() argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
H A D | 0001-Fix-build-with-clang.patch | 19 src/YAlignment.h | 2 +- 20 src/YBarGraph.h | 2 +- 21 src/YBusyIndicator.h | 2 +- 22 src/YButtonBox.h | 4 ++-- 23 src/YCheckBox.h | 2 +- 24 src/YCheckBoxFrame.h | 2 +- 25 src/YComboBox.h | 2 +- 26 src/YCommandLine.h | 2 +- 27 src/YContextMenu.h | 2 +- 28 src/YDateField.h | 2 +- [all …]
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss/ |
H A D | 0001-utils-12-Makefile.am-expand-wildcards-in-prereqs.patch | 24 …h imalib.h tssdev.h ntc2lib.h tssntc.h Commands_fp.h objecttemplates.h tssproperties.h cryptoutils… 26 -nobase_include_HEADERS = ibmtss/*.h 29 …base_include_HEADERS = ibmtss/ActivateCredential_fp.h ibmtss/ActivateIdentity_fp.h ibmtss/BaseType… 30 + ibmtss/CertifyCreation_fp.h ibmtss/Certify_fp.h ibmtss/CertifyX509_fp.h ibmtss/ChangeEPS_fp.h \ 31 + ibmtss/ChangePPS_fp.h ibmtss/ClearControl_fp.h ibmtss/Clear_fp.h ibmtss/ClockRateAdjust_fp.h \ 32 + ibmtss/ClockSet_fp.h ibmtss/Commit_fp.h ibmtss/ContextLoad_fp.h ibmtss/ContextSave_fp.h \ 33 + ibmtss/CreateEndorsementKeyPair_fp.h ibmtss/Create_fp.h ibmtss/CreateLoaded_fp.h \ 34 + ibmtss/CreatePrimary_fp.h ibmtss/CreateWrapKey_fp.h ibmtss/DictionaryAttackLockReset_fp.h \ 35 + ibmtss/DictionaryAttackParameters_fp.h ibmtss/Duplicate_fp.h ibmtss/ECC_Parameters_fp.h \ 36 + ibmtss/ECDH_KeyGen_fp.h ibmtss/ECDH_ZGen_fp.h ibmtss/EC_Ephemeral_fp.h ibmtss/EncryptDecrypt2_fp.… [all …]
|
/openbmc/linux/net/dccp/ccids/lib/ |
H A D | packet_history.c | 110 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, in tfrc_rx_hist_add_packet() argument 114 struct tfrc_rx_hist_entry *entry = tfrc_rx_hist_last_rcv(h); in tfrc_rx_hist_add_packet() 120 int tfrc_rx_hist_duplicate(struct tfrc_rx_hist *h, struct sk_buff *skb) in tfrc_rx_hist_duplicate() argument 125 if (dccp_delta_seqno(tfrc_rx_hist_loss_prev(h)->tfrchrx_seqno, seq) <= 0) in tfrc_rx_hist_duplicate() 128 for (i = 1; i <= h->loss_count; i++) in tfrc_rx_hist_duplicate() 129 if (tfrc_rx_hist_entry(h, i)->tfrchrx_seqno == seq) in tfrc_rx_hist_duplicate() 135 static void tfrc_rx_hist_swap(struct tfrc_rx_hist *h, const u8 a, const u8 b) in tfrc_rx_hist_swap() argument 137 const u8 idx_a = tfrc_rx_hist_index(h, a), in tfrc_rx_hist_swap() 138 idx_b = tfrc_rx_hist_index(h, b); in tfrc_rx_hist_swap() 140 swap(h->ring[idx_a], h->ring[idx_b]); in tfrc_rx_hist_swap() [all …]
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | Makefile.am | 33 noinst_HEADERS = log.h bswap.h hpm2.h helper.h ipmi.h ipmi_cc.h ipmi_intf.h \ 34 ipmi_chassis.h ipmi_entity.h ipmi_fru.h ipmi_hpmfwupg.h ipmi_lanp.h \ 35 ipmi_sdr.h ipmi_sel.h ipmi_sol.h ipmi_mc.h ipmi_raw.h \ 36 ipmi_channel.h ipmi_sensor.h ipmi_event.h ipmi_session.h \ 37 ipmi_strings.h ipmi_constants.h ipmi_user.h ipmi_pef.h \ 38 ipmi_oem.h ipmi_sdradd.h ipmi_isol.h ipmi_sunoem.h ipmi_picmg.h \ 39 ipmi_fwum.h ipmi_main.h ipmi_tsol.h ipmi_firewall.h \ 40 ipmi_kontronoem.h ipmi_ekanalyzer.h ipmi_gendev.h ipmi_ime.h \ 41 ipmi_delloem.h ipmi_dcmi.h ipmi_vita.h
|
/openbmc/linux/include/asm-generic/ |
H A D | Kbuild | 7 mandatory-y += atomic.h 8 mandatory-y += archrandom.h 9 mandatory-y += barrier.h 10 mandatory-y += bitops.h 11 mandatory-y += bug.h 12 mandatory-y += bugs.h 13 mandatory-y += cacheflush.h 14 mandatory-y += checksum.h 15 mandatory-y += compat.h 16 mandatory-y += current.h [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram_row.S | 100 { v0.h = vshuff(v0.h) 103 v1.h = vshuff(v1.h) 104 { V2.h = vshuff(v2.h) 105 v0.w = vdmpy(v0.h, r10.h):sat 107 { v3.h = vshuff(v3.h) 108 v1.w = vdmpy(v1.h, r10.h):sat 110 { v4.h = vshuff(V4.h) 111 v2.w = vdmpy(v2.h, r10.h):sat 113 { v5.h = vshuff(v5.h) 114 v3.w = vdmpy(v3.h, r10.h):sat [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | 238 static int hpsa_add_sas_host(struct ctlr_info *h); 239 static void hpsa_delete_sas_host(struct ctlr_info *h); 244 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h, 257 static int hpsa_passthru_ioctl(struct ctlr_info *h, 259 static int hpsa_big_passthru_ioctl(struct ctlr_info *h, 267 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 268 static struct CommandList *cmd_alloc(struct ctlr_info *h); 269 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c); 270 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, 272 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | w83795.rst | 40 13 VSEN1 (VCORE1) 10h in0 41 14 VSEN2 (VCORE2) 11h in1 42 15 VSEN3 (VCORE3) 12h in2 43 16 VSEN4 13h in3 44 17 VSEN5 14h in4 45 18 VSEN6 15h in5 46 19 VSEN7 16h in6 47 20 VSEN8 17h in7 48 21 VSEN9 18h in8 49 22 VSEN10 19h in9 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
H A D | 0002-ldb-Add-configure-options-for-packages.patch | 73 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 74 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 75 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 76 + conf.CHECK_HEADERS('compat.h ctype.h dustat.h') 77 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') 78 conf.CHECK_HEADERS('locale.h ndir.h pwd.h') 79 - conf.CHECK_HEADERS('shadow.h sys/acl.h') 80 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 81 + conf.CHECK_HEADERS('shadow.h') 82 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h') [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | fix_warnings2.patch | 11 #include <stdio.h> 12 +#include <unistd.h> 19 #include <netinet/in.h> 20 #include <arpa/inet.h> 21 #include <stdio.h> 22 +#include <stdlib.h> 23 #include <syslog.h> 24 #include <ctype.h> 25 #include <errno.h> 29 #include <netinet/in.h> [all …]
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 11 macros defined in <linux/ioctl.h>: 73 0x00 00-1F linux/fs.h conflict! 74 0x00 00-1F scsi/scsi_ioctl.h conflict! 75 0x00 00-1F linux/fb.h conflict! 76 0x00 00-1F linux/wavefront.h conflict! 77 0x02 all linux/fd.h 78 0x03 all linux/hdreg.h 79 0x04 D2-DC linux/umsdos_fs.h Dead since 2.6.11, but don't r… 80 0x06 all linux/lp.h 81 0x09 all linux/raid/md_u.h [all …]
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_net.c | 316 static int dvb_net_ule_new_ts_cell(struct dvb_net_ule_handle *h) in dvb_net_ule_new_ts_cell() argument 323 memcpy(ule_where, h->ts, TS_SZ); in dvb_net_ule_new_ts_cell() 335 if ((h->ts[0] != TS_SYNC) || (h->ts[1] & TS_TEI) || in dvb_net_ule_new_ts_cell() 336 ((h->ts[3] & TS_SC) != 0)) { in dvb_net_ule_new_ts_cell() 338 h->priv->ts_count, h->ts[0], in dvb_net_ule_new_ts_cell() 339 (h->ts[1] & TS_TEI) >> 7, in dvb_net_ule_new_ts_cell() 340 (h->ts[3] & TS_SC) >> 6); in dvb_net_ule_new_ts_cell() 343 if (h->priv->ule_skb) { in dvb_net_ule_new_ts_cell() 344 dev_kfree_skb(h->priv->ule_skb); in dvb_net_ule_new_ts_cell() 346 h->dev->stats.rx_errors++; in dvb_net_ule_new_ts_cell() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/ |
H A D | 0001-talloc-Add-configure-options-for-packages.patch | 78 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 79 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 80 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 81 + conf.CHECK_HEADERS('compat.h ctype.h dustat.h') 82 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') 83 conf.CHECK_HEADERS('locale.h ndir.h pwd.h') 84 - conf.CHECK_HEADERS('shadow.h sys/acl.h') 85 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 86 + conf.CHECK_HEADERS('shadow.h') 87 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h') [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | vpstate.c | 42 nvbios_vpstate_parse(struct nvkm_bios *b, struct nvbios_vpstate_header *h) in nvbios_vpstate_parse() argument 44 if (!h) in nvbios_vpstate_parse() 47 h->offset = nvbios_vpstate_offset(b); in nvbios_vpstate_parse() 48 if (!h->offset) in nvbios_vpstate_parse() 51 h->version = nvbios_rd08(b, h->offset); in nvbios_vpstate_parse() 52 switch (h->version) { in nvbios_vpstate_parse() 54 h->hlen = nvbios_rd08(b, h->offset + 0x1); in nvbios_vpstate_parse() 55 h->elen = nvbios_rd08(b, h->offset + 0x2); in nvbios_vpstate_parse() 56 h->slen = nvbios_rd08(b, h->offset + 0x3); in nvbios_vpstate_parse() 57 h->scount = nvbios_rd08(b, h->offset + 0x4); in nvbios_vpstate_parse() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/ |
H A D | 0001-Add-configure-options-for-packages.patch | 78 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 79 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 80 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 81 + conf.CHECK_HEADERS('compat.h ctype.h dustat.h') 82 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') 83 conf.CHECK_HEADERS('locale.h ndir.h pwd.h') 84 conf.CHECK_HEADERS('shadow.h sys/acl.h') 85 conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 86 + conf.CHECK_HEADERS('shadow.h') 87 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h') [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/ |
H A D | 0001-tdb-Add-configure-options-for-packages.patch | 75 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h') 76 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') 77 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h') 78 + conf.CHECK_HEADERS('compat.h ctype.h dustat.h') 79 conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') 80 conf.CHECK_HEADERS('locale.h ndir.h pwd.h') 81 - conf.CHECK_HEADERS('shadow.h sys/acl.h') 82 - conf.CHECK_HEADERS('sys/attributes.h attr/attributes.h sys/capability.h sys/dir.h sys/epoll.h') 83 + conf.CHECK_HEADERS('shadow.h') 84 + conf.CHECK_HEADERS('sys/attributes.h sys/dir.h sys/epoll.h') [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch | 4 Subject: [PATCH] src: Add missing header limits.h for _POSIX_HOST_NAME_MAX 14 src/base/os_defs.h | 5 +++-- 16 src/mds/mds_dt_tcp_disc.h | 2 +- 18 src/mds/mds_dt_tipc.h | 2 +- 23 diff --git a/src/base/os_defs.h b/src/base/os_defs.h 25 --- a/src/base/os_defs.h 26 +++ b/src/base/os_defs.h 28 #include <sys/stat.h> 29 #include <sys/msg.h> /* Added for message-queues : PM : 28/10/03 */ 30 #include <syslog.h> [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/ |
H A D | 0004-cleanup-includes.patch | 7 Should resolve build issues for distros that need limits.h 11 [https://git.kernel.org/pub/scm/network/bridge/bridge-utils.git/commit/?h=main&id=1763c5b7f8f72d651… 32 #include <stdio.h> 33 -#include <stdlib.h> 34 #include <string.h> 35 #include <errno.h> 36 #include <getopt.h> 43 #include <stdio.h> 44 #include <stdlib.h> 45 +#include <stdint.h> [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0017-Adjust-for-musl-headers.patch | 13 src/basic/linux/ethtool.h | 3 ++- 51 diff --git a/src/basic/linux/ethtool.h b/src/basic/linux/ethtool.h 53 --- a/src/basic/linux/ethtool.h 54 +++ b/src/basic/linux/ethtool.h 57 #include <linux/const.h> 58 #include <linux/types.h> 59 -#include <linux/if_ether.h> 60 +#include <netinet/if_ether.h> 61 +//#include <linux/if_ether.h> 63 #include <limits.h> /* for INT_MAX */ [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/ |
H A D | 0001-ip-rearrange-and-prune-header-files.patch | 6 The recent report of issues with missing limits.h impacting musl 26 #include <fcntl.h> 27 #include <dlfcn.h> 28 #include <errno.h> 29 +#include <string.h> 30 +#include <strings.h> 31 +#include <limits.h> 33 #include <sys/socket.h> 34 +#include <arpa/inet.h> 35 #include <linux/if.h> [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/iperf2/ |
H A D | 0001-Detect-bool-definition-considering-stdbool.h-being-p.patch | 4 Subject: [PATCH] Detect bool definition considering stdbool.h being present 7 clang/libc++ depends on the definition coming from stdbool.h 29 + AC_CHECK_SIZEOF(bool,,[#include <stdbool.h>]) 43 …h libintl.h net/ethernet.h net/if.h linux/ip.h linux/udp.h linux/if_packet.h linux/filter.h netdb.… 44 …h libintl.h net/ethernet.h net/if.h linux/ip.h linux/udp.h linux/if_packet.h linux/filter.h netdb.… 48 --- a/include/util.h 49 +++ b/include/util.h 52 #include "config.h" 56 +# include <stdbool.h>
|
/openbmc/linux/fs/reiserfs/ |
H A D | ibalance.c | 29 int h, in internal_define_dest_src_infos() argument 42 src_bi->bi_bh = PATH_H_PBUFFER(tb->tb_path, h); in internal_define_dest_src_infos() 43 src_bi->bi_parent = PATH_H_PPARENT(tb->tb_path, h); in internal_define_dest_src_infos() 44 src_bi->bi_position = PATH_H_POSITION(tb->tb_path, h + 1); in internal_define_dest_src_infos() 46 dest_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() 47 dest_bi->bi_parent = tb->FL[h]; in internal_define_dest_src_infos() 48 dest_bi->bi_position = get_left_neighbor_position(tb, h); in internal_define_dest_src_infos() 49 *d_key = tb->lkey[h]; in internal_define_dest_src_infos() 50 *cf = tb->CFL[h]; in internal_define_dest_src_infos() 54 src_bi->bi_bh = tb->L[h]; in internal_define_dest_src_infos() [all …]
|