/openbmc/openbmc/poky/meta/recipes-support/npth/npth/ |
H A D | musl-fix.patch | 8 Upstream-Status: Backport [https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git;a=commit;h=417abd56f…
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | io.h | 45 static inline void ioport_unmap(void __iomem *p) in ioport_unmap() argument
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_ethtool.c | 325 void *p) in e1000_get_regs() argument 329 u32 *regs_buff = p; in e1000_get_regs() 332 memset(p, 0, E1000_REGS_LEN * sizeof(u32)); in e1000_get_regs() 1816 char *p; in e1000_get_ethtool_stats() local 1820 p = (char *)netdev + stat->stat_offset; in e1000_get_ethtool_stats() 1823 p = (char *)adapter + stat->stat_offset; in e1000_get_ethtool_stats() 1832 data[i] = *(u64 *)p; in e1000_get_ethtool_stats() 1834 data[i] = *(u32 *)p; in e1000_get_ethtool_stats() 1842 u8 *p = data; in e1000_get_strings() local 1851 memcpy(p, e1000_gstrings_stats[i].stat_string, in e1000_get_strings() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 74 char *p; in iavf_add_one_ethtool_stat() local 84 p = (char *)pointer + stat->stat_offset; in iavf_add_one_ethtool_stat() 87 *data = *((u64 *)p); in iavf_add_one_ethtool_stat() 90 *data = *((u32 *)p); in iavf_add_one_ethtool_stat() 93 *data = *((u16 *)p); in iavf_add_one_ethtool_stat() 96 *data = *((u8 *)p); in iavf_add_one_ethtool_stat() 191 static void __iavf_add_stat_strings(u8 **p, const struct iavf_stats stats[], in __iavf_add_stat_strings() argument 200 vsnprintf(*p, ETH_GSTRING_LEN, stats[i].stat_string, args); in __iavf_add_stat_strings() 201 *p += ETH_GSTRING_LEN; in __iavf_add_stat_strings() 218 #define iavf_add_stat_strings(p, stats, ...) \ argument [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.c | 82 void *p; in kmemdup() local 84 p = kmalloc(len, gfp); in kmemdup() 85 if (p) in kmemdup() 86 memcpy(p, src, len); in kmemdup() 87 return p; in kmemdup()
|
/openbmc/u-boot/tools/ |
H A D | ifdtool.c | 799 const char *p; in get_two_words() local 801 p = strchr(str, ':'); in get_two_words() 802 if (!p) in get_two_words() 805 (*firstp)[p - str] = '\0'; in get_two_words() 806 *secondp = strdup(p + 1); in get_two_words()
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | qlge_ethtool.c | 374 char *p = (char *)qdev + in qlge_get_ethtool_stats() local 377 sizeof(u64)) ? *(u64 *)p : (*(u32 *)p); in qlge_get_ethtool_stats() 613 struct ethtool_regs *regs, void *p) in qlge_get_regs() argument 617 qlge_get_dump(qdev, p); in qlge_get_regs()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_deb.bbclass | 73 for p in ['CONTROL', 'DEBIAN']: 74 p = os.path.join(root, p) 75 if os.path.exists(p): 76 bb.utils.prunedir(p)
|
/openbmc/linux/net/atm/ |
H A D | br2684.c | 350 static int br2684_mac_addr(struct net_device *dev, void *p) in br2684_mac_addr() argument 352 int err = eth_mac_addr(dev, p); in br2684_mac_addr() 829 struct proc_dir_entry *p; in br2684_init() local 830 p = proc_create_seq("br2684", 0, atm_proc_root, &br2684_seq_ops); in br2684_init() 831 if (p == NULL) in br2684_init()
|
/openbmc/linux/sound/sparc/ |
H A D | amd7930.c | 1069 struct snd_amd7930 *p = amd7930_list; in amd7930_exit() local 1071 while (p != NULL) { in amd7930_exit() 1072 struct snd_amd7930 *next = p->next; in amd7930_exit() 1074 snd_card_free(p->card); in amd7930_exit() 1076 p = next; in amd7930_exit()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | lantiq.c | 276 static irqreturn_t lqasc_irq(int irq, void *p) in lqasc_irq() argument 280 struct uart_port *port = p; in lqasc_irq() 290 lqasc_tx_int(irq, p); in lqasc_irq() 293 lqasc_rx_int(irq, p); in lqasc_irq() 296 lqasc_err_int(irq, p); in lqasc_irq()
|
/openbmc/linux/net/sctp/ |
H A D | auth.c | 758 struct sctp_chunks_param *p = ep->auth_chunk_list; in sctp_auth_ep_add_chunkid() local 763 if (__sctp_auth_cid(chunk_id, p)) in sctp_auth_ep_add_chunkid() 767 param_len = ntohs(p->param_hdr.length); in sctp_auth_ep_add_chunkid() 772 p->chunks[nchunks] = chunk_id; in sctp_auth_ep_add_chunkid() 773 p->param_hdr.length = htons(param_len + 1); in sctp_auth_ep_add_chunkid()
|
/openbmc/linux/drivers/hwmon/ |
H A D | max6697.c | 598 struct max6697_platform_data p; in max6697_init_chip() local 628 memset(&p, 0, sizeof(p)); in max6697_init_chip() 629 max6697_get_config_of(client->dev.of_node, &p); in max6697_init_chip() 630 pdata = &p; in max6697_init_chip()
|
/openbmc/linux/mm/ |
H A D | internal.h | 430 struct page *p = head + tail_idx; in prep_compound_tail() local 432 p->mapping = TAIL_MAPPING; in prep_compound_tail() 433 set_compound_head(p, head); in prep_compound_tail() 434 set_page_private(p, 0); in prep_compound_tail() 792 extern int hwpoison_filter(struct page *p);
|
/openbmc/linux/block/ |
H A D | blk-core.c | 556 struct block_device *p = bio->bi_bdev; in blk_partition_remap() local 558 if (unlikely(should_fail_request(p, bio->bi_iter.bi_size))) in blk_partition_remap() 561 bio->bi_iter.bi_sector += p->bd_start_sect; in blk_partition_remap() 562 trace_block_bio_remap(bio, p->bd_dev, in blk_partition_remap() 564 p->bd_start_sect); in blk_partition_remap()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_eprobe.c | 822 char *p; in trace_eprobe_parse_filter() local 837 p = ep->filter_str; in trace_eprobe_parse_filter() 840 ret = snprintf(p, len, " %s", argv[i]); in trace_eprobe_parse_filter() 842 ret = snprintf(p, len, "%s", argv[i]); in trace_eprobe_parse_filter() 843 p += ret; in trace_eprobe_parse_filter()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | dvb-usb-dib0700-cardlist.rst | 6 .. tabularcolumns:: |p{7.0cm}|p{10.5cm}|
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 325 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p); 327 int irq_vec_idx, const struct qset_params *p,
|
/openbmc/linux/drivers/watchdog/ |
H A D | machzwd.c | 307 int __user *p = argp; in zf_ioctl() local 315 return put_user(0, p); in zf_ioctl()
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inffast.c | 20 get_unaligned16(const unsigned short *p) in get_unaligned16() argument 23 unsigned char *b = (unsigned char *)p; in get_unaligned16()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-partition-percpu.c | 95 static void partition_irq_print_chip(struct irq_data *d, struct seq_file *p) in partition_irq_print_chip() argument 101 seq_printf(p, " %5s-%lu", chip->name, data->hwirq); in partition_irq_print_chip()
|
/openbmc/linux/drivers/net/ethernet/ibm/emac/ |
H A D | core.h | 405 struct emac_regs __iomem *p = dev->emacp; in emac_xaht_base() local 416 return (u32 *)((ptrdiff_t)p + offset); in emac_xaht_base()
|
/openbmc/linux/include/net/ |
H A D | amt.h | 141 p:1, member 146 p:1,
|
/openbmc/linux/Documentation/gpu/amdgpu/ |
H A D | thermal.rst | 83 $ xxd -l1 -p /sys/kernel/debug/dri/0/amdgpu_gfxoff 97 $ xxd -l1 -p /sys/kernel/debug/dri/0/amdgpu_gfxoff_status
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | atomic.h | 119 : [p]"=&r" (prev), [rc]"=&r" (rc), in ATOMIC_OPS() 254 : [p]"=&r" (prev), [rc]"=&r" (rc), in ATOMIC64_OPS()
|