bufp 141 arch/powerpc/include/asm/fadump-internal.h void fadump_update_elfcore_header(char *bufp); bufp 655 arch/powerpc/kernel/fadump.c void fadump_update_elfcore_header(char *bufp) bufp 660 arch/powerpc/kernel/fadump.c elf = (struct elfhdr *)bufp; bufp 661 arch/powerpc/kernel/fadump.c bufp += sizeof(struct elfhdr); bufp 664 arch/powerpc/kernel/fadump.c phdr = (struct elf_phdr *)bufp; bufp 839 arch/powerpc/kernel/fadump.c static int fadump_init_elfcore_header(char *bufp) bufp 843 arch/powerpc/kernel/fadump.c elf = (struct elfhdr *) bufp; bufp 844 arch/powerpc/kernel/fadump.c bufp += sizeof(struct elfhdr); bufp 952 arch/powerpc/kernel/fadump.c static int fadump_create_elfcore_headers(char *bufp) bufp 959 arch/powerpc/kernel/fadump.c fadump_init_elfcore_header(bufp); bufp 960 arch/powerpc/kernel/fadump.c elf = (struct elfhdr *)bufp; bufp 961 arch/powerpc/kernel/fadump.c bufp += sizeof(struct elfhdr); bufp 970 arch/powerpc/kernel/fadump.c phdr = (struct elf_phdr *)bufp; bufp 971 arch/powerpc/kernel/fadump.c bufp += sizeof(struct elf_phdr); bufp 985 arch/powerpc/kernel/fadump.c phdr = (struct elf_phdr *)bufp; bufp 986 arch/powerpc/kernel/fadump.c bufp += sizeof(struct elf_phdr); bufp 1011 arch/powerpc/kernel/fadump.c phdr = (struct elf_phdr *)bufp; bufp 1012 arch/powerpc/kernel/fadump.c bufp += sizeof(struct elf_phdr); bufp 139 arch/powerpc/platforms/powernv/opal-core.c Elf64_Off *bufp = (Elf64_Off *)oc_conf->auxv_buf; bufp 142 arch/powerpc/platforms/powernv/opal-core.c memset(bufp, 0, AUXV_DESC_SZ); bufp 145 arch/powerpc/platforms/powernv/opal-core.c bufp[idx++] = cpu_to_be64(AT_ENTRY); bufp 146 arch/powerpc/platforms/powernv/opal-core.c bufp[idx++] = cpu_to_be64(opal_boot_entry); bufp 149 arch/powerpc/platforms/powernv/opal-core.c bufp[idx++] = cpu_to_be64(AT_NULL); bufp 227 arch/powerpc/platforms/powernv/opal-core.c char *bufp; bufp 231 arch/powerpc/platforms/powernv/opal-core.c bufp = __va(oc_conf->cpu_state_destination_vaddr); bufp 238 arch/powerpc/platforms/powernv/opal-core.c thdr = (struct hdat_fadump_thread_hdr *)bufp; bufp 257 arch/powerpc/platforms/powernv/opal-core.c for (i = 0; i < oc_conf->num_cpus; i++, bufp += size_per_thread) { bufp 258 arch/powerpc/platforms/powernv/opal-core.c thdr = (struct hdat_fadump_thread_hdr *)bufp; bufp 273 arch/powerpc/platforms/powernv/opal-core.c opal_fadump_read_regs((bufp + regs_offset), regs_cnt, bufp 309 arch/powerpc/platforms/powernv/opal-core.c char *bufp; bufp 353 arch/powerpc/platforms/powernv/opal-core.c bufp = oc_conf->opalcorebuf; bufp 354 arch/powerpc/platforms/powernv/opal-core.c elf = (Elf64_Ehdr *)bufp; bufp 355 arch/powerpc/platforms/powernv/opal-core.c bufp += sizeof(Elf64_Ehdr); bufp 377 arch/powerpc/platforms/powernv/opal-core.c phdr = (Elf64_Phdr *)bufp; bufp 378 arch/powerpc/platforms/powernv/opal-core.c bufp += sizeof(Elf64_Phdr); bufp 388 arch/powerpc/platforms/powernv/opal-core.c oc_conf->ptload_phdr = (Elf64_Phdr *)bufp; bufp 391 arch/powerpc/platforms/powernv/opal-core.c phdr = (Elf64_Phdr *)bufp; bufp 392 arch/powerpc/platforms/powernv/opal-core.c bufp += sizeof(Elf64_Phdr); bufp 418 arch/powerpc/platforms/powernv/opal-core.c bufp = (char *)opalcore_append_cpu_notes((Elf64_Word *)bufp); bufp 419 arch/powerpc/platforms/powernv/opal-core.c bufp = (char *)auxv_to_elf64_notes((Elf64_Word *)bufp, opal_boot_entry); bufp 417 arch/powerpc/platforms/powernv/opal-fadump.c char *bufp; bufp 423 arch/powerpc/platforms/powernv/opal-fadump.c bufp = __va(fadump_conf->cpu_state_dest_vaddr); bufp 440 arch/powerpc/platforms/powernv/opal-fadump.c thdr = (struct hdat_fadump_thread_hdr *)bufp; bufp 451 arch/powerpc/platforms/powernv/opal-fadump.c for (i = 0; i < num_cpus; i++, bufp += size_per_thread) { bufp 452 arch/powerpc/platforms/powernv/opal-fadump.c thdr = (struct hdat_fadump_thread_hdr *)bufp; bufp 483 arch/powerpc/platforms/powernv/opal-fadump.c opal_fadump_read_regs((bufp + regs_offset), regs_cnt, bufp 124 arch/powerpc/platforms/powernv/opal-fadump.h static inline void opal_fadump_read_regs(char *bufp, unsigned int regs_cnt, bufp 135 arch/powerpc/platforms/powernv/opal-fadump.h for (i = 0; i < regs_cnt; i++, bufp += reg_entry_size) { bufp 136 arch/powerpc/platforms/powernv/opal-fadump.h reg_entry = (struct hdat_fadump_reg_entry *)bufp; bufp 816 drivers/bus/ti-sysc.c static int sysc_show_rev(char *bufp, struct sysc *ddata) bufp 821 drivers/bus/ti-sysc.c return sprintf(bufp, ":NA"); bufp 823 drivers/bus/ti-sysc.c len = sprintf(bufp, ":%08x", ddata->revision); bufp 829 drivers/bus/ti-sysc.c char *bufp, enum sysc_registers reg) bufp 832 drivers/bus/ti-sysc.c return sprintf(bufp, ":NA"); bufp 834 drivers/bus/ti-sysc.c return sprintf(bufp, ":%x", ddata->offsets[reg]); bufp 837 drivers/bus/ti-sysc.c static int sysc_show_name(char *bufp, struct sysc *ddata) bufp 842 drivers/bus/ti-sysc.c return sprintf(bufp, ":%s", ddata->name); bufp 852 drivers/bus/ti-sysc.c char *bufp = buf; bufp 856 drivers/bus/ti-sysc.c bufp += sysc_show_reg(ddata, bufp, i); bufp 858 drivers/bus/ti-sysc.c bufp += sysc_show_rev(bufp, ddata); bufp 859 drivers/bus/ti-sysc.c bufp += sysc_show_name(bufp, ddata); bufp 51 drivers/hwtracing/coresight/coresight-tmc-etf.c char *bufp; bufp 56 drivers/hwtracing/coresight/coresight-tmc-etf.c bufp = drvdata->buf; bufp 62 drivers/hwtracing/coresight/coresight-tmc-etf.c memcpy(bufp, &read_data, 4); bufp 63 drivers/hwtracing/coresight/coresight-tmc-etf.c bufp += 4; bufp 906 drivers/hwtracing/coresight/coresight-tmc-etr.c char *bufp; bufp 909 drivers/hwtracing/coresight/coresight-tmc-etr.c CORESIGHT_BARRIER_PKT_SIZE, &bufp); bufp 912 drivers/hwtracing/coresight/coresight-tmc-etr.c coresight_insert_barrier_packet(bufp); bufp 178 drivers/hwtracing/coresight/coresight-tmc.c char *bufp; bufp 182 drivers/hwtracing/coresight/coresight-tmc.c actual = tmc_get_sysfs_trace(drvdata, *ppos, len, &bufp); bufp 186 drivers/hwtracing/coresight/coresight-tmc.c if (copy_to_user(data, bufp, actual)) { bufp 545 drivers/infiniband/hw/i40iw/i40iw.h void i40iw_free_sqbuf(struct i40iw_sc_vsi *vsi, void *bufp); bufp 75 drivers/infiniband/hw/i40iw/i40iw_cm.c void i40iw_free_sqbuf(struct i40iw_sc_vsi *vsi, void *bufp) bufp 77 drivers/infiniband/hw/i40iw/i40iw_cm.c struct i40iw_puda_buf *buf = (struct i40iw_puda_buf *)bufp; bufp 136 drivers/input/touchscreen/silead.c u8 *bufp, buf[SILEAD_TS_DATA_LEN]; bufp 154 drivers/input/touchscreen/silead.c bufp = buf + SILEAD_POINT_DATA_LEN; bufp 155 drivers/input/touchscreen/silead.c for (i = 0; i < buf[0]; i++, bufp += SILEAD_POINT_DATA_LEN) { bufp 156 drivers/input/touchscreen/silead.c softbutton = (bufp[SILEAD_POINT_Y_MSB_OFF] & bufp 175 drivers/input/touchscreen/silead.c data->id[touch_nr] = (bufp[SILEAD_POINT_X_MSB_OFF] & bufp 178 drivers/input/touchscreen/silead.c get_unaligned_le16(&bufp[SILEAD_POINT_X_OFF]) & 0xfff, bufp 179 drivers/input/touchscreen/silead.c get_unaligned_le16(&bufp[SILEAD_POINT_Y_OFF]) & 0xfff); bufp 762 drivers/message/fusion/mptctl.c return mptctl_do_fw_download(iocp, kfwdl.bufp, kfwdl.fwlen); bufp 2742 drivers/message/fusion/mptctl.c kfw.bufp = compat_ptr(kfw32.bufp); bufp 2744 drivers/message/fusion/mptctl.c ret = mptctl_do_fw_download(iocp, kfw.bufp, kfw.fwlen); bufp 104 drivers/message/fusion/mptctl.h void __user *bufp; /* Pointer to firmware buffer */ bufp 111 drivers/message/fusion/mptctl.h u32 bufp; bufp 5397 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c char *bufp = buf; bufp 5402 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bufp += sprintf(bufp, "100M/"); bufp 5404 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bufp += sprintf(bufp, "1G/"); bufp 5406 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bufp += sprintf(bufp, "10G/"); bufp 5408 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bufp += sprintf(bufp, "25G/"); bufp 5410 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bufp += sprintf(bufp, "40G/"); bufp 5412 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bufp += sprintf(bufp, "50G/"); bufp 5414 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bufp += sprintf(bufp, "100G/"); bufp 5416 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bufp += sprintf(bufp, "200G/"); bufp 5418 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c bufp += sprintf(bufp, "400G/"); bufp 5419 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c if (bufp != buf) bufp 5420 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c --bufp; bufp 5421 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c sprintf(bufp, "BASE-%s", t4_get_port_type_description(pi->port_type)); bufp 2682 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c u32 *bufp = (u32 *)((char *)buf + reg); bufp 2687 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c while (reg <= last_reg && bufp < buf_end) { bufp 2688 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c *bufp++ = t4_read_reg(adap, reg); bufp 1798 drivers/net/ethernet/dec/tulip/de2104x.c void *bufp; bufp 1859 drivers/net/ethernet/dec/tulip/de2104x.c bufp = ((void *)il) + sizeof(*il); bufp 1861 drivers/net/ethernet/dec/tulip/de2104x.c struct de_srom_media_block *ib = bufp; bufp 1897 drivers/net/ethernet/dec/tulip/de2104x.c bufp += sizeof (ib->opts); bufp 1903 drivers/net/ethernet/dec/tulip/de2104x.c bufp += sizeof(ib->csr13) + sizeof(ib->csr14) + bufp 1917 drivers/net/ethernet/dec/tulip/de2104x.c if (bufp > ((void *)&ee_data[DE_EEPROM_SIZE - 3])) bufp 513 drivers/net/ethernet/dnet.c unsigned int *bufp; bufp 528 drivers/net/ethernet/dnet.c bufp = (unsigned int *)(((unsigned long) skb->data) & ~0x3UL); bufp 537 drivers/net/ethernet/dnet.c dnet_writel(bp, *bufp++, TX_DATA_FIFO); bufp 710 drivers/net/ethernet/smsc/smsc911x.c ulong bufp; bufp 732 drivers/net/ethernet/smsc/smsc911x.c bufp = (ulong)pdata->loopback_tx_pkt & (~0x3); bufp 737 drivers/net/ethernet/smsc/smsc911x.c pdata->ops->tx_writefifo(pdata, (unsigned int *)bufp, wrsz); bufp 776 drivers/net/ethernet/smsc/smsc911x.c bufp = (ulong)pdata->loopback_rx_pkt; bufp 781 drivers/net/ethernet/smsc/smsc911x.c pdata->ops->rx_readfifo(pdata, (unsigned int *)bufp, rdsz); bufp 1785 drivers/net/ethernet/smsc/smsc911x.c ulong bufp; bufp 1804 drivers/net/ethernet/smsc/smsc911x.c bufp = (ulong)skb->data & (~0x3); bufp 1809 drivers/net/ethernet/smsc/smsc911x.c pdata->ops->tx_writefifo(pdata, (unsigned int *)bufp, wrsz); bufp 4241 drivers/net/wireless/ath/ath10k/wmi.h char bufp[WMI_MAX_DEBUG_MESG]; bufp 140 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c char *buf, *bufp; bufp 157 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c bufp = buf; bufp 160 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c memcpy(bufp, &cnt_le, sizeof(cnt_le)); bufp 161 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c bufp += sizeof(cnt_le); bufp 166 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c memcpy(bufp, ha->addr, ETH_ALEN); bufp 167 drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c bufp += ETH_ALEN; bufp 1115 drivers/parport/parport_ip32.c u8 *bufp = buf; bufp 1117 drivers/parport/parport_ip32.c *bufp++ = readb(eppreg); bufp 1154 drivers/parport/parport_ip32.c const u8 *bufp = buf; bufp 1156 drivers/parport/parport_ip32.c writeb(*bufp++, eppreg); bufp 1385 drivers/parport/parport_ip32.c const u8 *bufp = buf; bufp 1401 drivers/parport/parport_ip32.c writeb(*bufp, priv->regs.fifo); bufp 1402 drivers/parport/parport_ip32.c bufp++, left--; bufp 1404 drivers/parport/parport_ip32.c writesb(priv->regs.fifo, bufp, count); bufp 1405 drivers/parport/parport_ip32.c bufp += count, left -= count; bufp 475 drivers/parport/parport_pc.c const unsigned char *bufp = buf; bufp 545 drivers/parport/parport_pc.c outsb(fifo, bufp, n); bufp 546 drivers/parport/parport_pc.c bufp += n; bufp 560 drivers/parport/parport_pc.c byte = *bufp++; bufp 85 drivers/pci/hotplug/acpiphp_ibm.c static int ibm_get_table_from_acpi(char **bufp); bufp 282 drivers/pci/hotplug/acpiphp_ibm.c static int ibm_get_table_from_acpi(char **bufp) bufp 312 drivers/pci/hotplug/acpiphp_ibm.c if (bufp == NULL) bufp 320 drivers/pci/hotplug/acpiphp_ibm.c *bufp = lbuf; bufp 942 drivers/scsi/qla2xxx/qla_def.h void *bufp; bufp 955 drivers/scsi/qla2xxx/qla_def.h void *bufp; bufp 870 drivers/spi/spi-pl022.c void *bufp = buffer; bufp 882 drivers/spi/spi-pl022.c if (bytesleft < (PAGE_SIZE - offset_in_page(bufp))) bufp 885 drivers/spi/spi-pl022.c mapbytes = PAGE_SIZE - offset_in_page(bufp); bufp 886 drivers/spi/spi-pl022.c sg_set_page(sg, virt_to_page(bufp), bufp 887 drivers/spi/spi-pl022.c mapbytes, offset_in_page(bufp)); bufp 888 drivers/spi/spi-pl022.c bufp += mapbytes; bufp 892 drivers/spi/spi-pl022.c bufp, mapbytes, bytesleft); bufp 72 drivers/staging/isdn/hysdn/hysdn_boot.c unsigned char *bufp = boot->buf.BootBuf; bufp 76 drivers/staging/isdn/hysdn/hysdn_boot.c *bufp++ ^= (unsigned char)boot->Cryptor; bufp 273 drivers/staging/isdn/hysdn/hysdn_boot.c pof_write_open(hysdn_card *card, unsigned char **bufp) bufp 306 drivers/staging/isdn/hysdn/hysdn_boot.c *bufp = boot->buf.BootBuf; /* point to buffer */ bufp 154 drivers/tty/hvc/hvc_iucv.c struct iucv_tty_buffer *bufp; bufp 156 drivers/tty/hvc/hvc_iucv.c bufp = mempool_alloc(hvc_iucv_mempool, flags); bufp 157 drivers/tty/hvc/hvc_iucv.c if (!bufp) bufp 159 drivers/tty/hvc/hvc_iucv.c memset(bufp, 0, sizeof(*bufp)); bufp 162 drivers/tty/hvc/hvc_iucv.c bufp->msg.length = MSG_SIZE(size); bufp 163 drivers/tty/hvc/hvc_iucv.c bufp->mbuf = kmalloc(bufp->msg.length, flags | GFP_DMA); bufp 164 drivers/tty/hvc/hvc_iucv.c if (!bufp->mbuf) { bufp 165 drivers/tty/hvc/hvc_iucv.c mempool_free(bufp, hvc_iucv_mempool); bufp 168 drivers/tty/hvc/hvc_iucv.c bufp->mbuf->version = MSG_VERSION; bufp 169 drivers/tty/hvc/hvc_iucv.c bufp->mbuf->type = MSG_TYPE_DATA; bufp 170 drivers/tty/hvc/hvc_iucv.c bufp->mbuf->datalen = (u16) size; bufp 172 drivers/tty/hvc/hvc_iucv.c return bufp; bufp 179 drivers/tty/hvc/hvc_iucv.c static void destroy_tty_buffer(struct iucv_tty_buffer *bufp) bufp 181 drivers/tty/hvc/hvc_iucv.c kfree(bufp->mbuf); bufp 182 drivers/tty/hvc/hvc_iucv.c mempool_free(bufp, hvc_iucv_mempool); bufp 488 drivers/usb/core/hcd.c const u8 *bufp; bufp 519 drivers/usb/core/hcd.c bufp = tbuf; bufp 575 drivers/usb/core/hcd.c bufp = usb31_rh_dev_descriptor; bufp 578 drivers/usb/core/hcd.c bufp = usb3_rh_dev_descriptor; bufp 581 drivers/usb/core/hcd.c bufp = usb25_rh_dev_descriptor; bufp 584 drivers/usb/core/hcd.c bufp = usb2_rh_dev_descriptor; bufp 587 drivers/usb/core/hcd.c bufp = usb11_rh_dev_descriptor; bufp 601 drivers/usb/core/hcd.c bufp = ss_rh_config_descriptor; bufp 606 drivers/usb/core/hcd.c bufp = hs_rh_config_descriptor; bufp 610 drivers/usb/core/hcd.c bufp = fs_rh_config_descriptor; bufp 714 drivers/usb/core/hcd.c memcpy (ubuf, bufp, len); bufp 390 drivers/usb/gadget/udc/net2272.c u16 *bufp; bufp 402 drivers/usb/gadget/udc/net2272.c bufp = (u16 *)buf; bufp 406 drivers/usb/gadget/udc/net2272.c writew(*bufp++, ep_data); bufp 409 drivers/usb/gadget/udc/net2272.c buf = (u8 *)bufp; bufp 499 drivers/usb/gadget/udc/net2272.c u16 *bufp; bufp 518 drivers/usb/gadget/udc/net2272.c bufp = (u16 *)buf; bufp 521 drivers/usb/gadget/udc/net2272.c *bufp++ = readw(ep_data); bufp 1227 drivers/usb/host/ehci-sched.c uframe->bufp = (buf & ~(u64)0x0fff); bufp 1229 drivers/usb/host/ehci-sched.c if (unlikely((uframe->bufp != (buf & ~(u64)0x0fff)))) bufp 1710 drivers/usb/host/ehci-sched.c itd->hw_bufp[pg] |= cpu_to_hc32(ehci, uf->bufp & ~(u32)0); bufp 1711 drivers/usb/host/ehci-sched.c itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(uf->bufp >> 32)); bufp 1715 drivers/usb/host/ehci-sched.c u64 bufp = uf->bufp + 4096; bufp 1718 drivers/usb/host/ehci-sched.c itd->hw_bufp[pg] |= cpu_to_hc32(ehci, bufp & ~(u32)0); bufp 1719 drivers/usb/host/ehci-sched.c itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(bufp >> 32)); bufp 2025 drivers/usb/host/ehci-sched.c packet->bufp = buf; bufp 2119 drivers/usb/host/ehci-sched.c u64 bufp; bufp 2127 drivers/usb/host/ehci-sched.c bufp = uf->bufp; bufp 2128 drivers/usb/host/ehci-sched.c sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); bufp 2129 drivers/usb/host/ehci-sched.c sitd->hw_buf_hi[0] = cpu_to_hc32(ehci, bufp >> 32); bufp 2133 drivers/usb/host/ehci-sched.c bufp += 4096; bufp 2134 drivers/usb/host/ehci-sched.c sitd->hw_buf_hi[1] = cpu_to_hc32(ehci, bufp >> 32); bufp 448 drivers/usb/host/ehci.h u64 bufp; /* itd->hw_bufp{,_hi}[pg] |= */ bufp 4060 drivers/usb/host/fotg210-hcd.c uframe->bufp = (buf & ~(u64)0x0fff); bufp 4062 drivers/usb/host/fotg210-hcd.c if (unlikely((uframe->bufp != (buf & ~(u64)0x0fff)))) bufp 4315 drivers/usb/host/fotg210-hcd.c itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, uf->bufp & ~(u32)0); bufp 4316 drivers/usb/host/fotg210-hcd.c itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(uf->bufp >> 32)); bufp 4320 drivers/usb/host/fotg210-hcd.c u64 bufp = uf->bufp + 4096; bufp 4323 drivers/usb/host/fotg210-hcd.c itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, bufp & ~(u32)0); bufp 4324 drivers/usb/host/fotg210-hcd.c itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(bufp >> 32)); bufp 479 drivers/usb/host/fotg210.h u64 bufp; /* itd->hw_bufp{,_hi}[pg] |= */ bufp 99 fs/freevxfs/vxfs_super.c vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) bufp 104 fs/freevxfs/vxfs_super.c bufp->f_type = VXFS_SUPER_MAGIC; bufp 105 fs/freevxfs/vxfs_super.c bufp->f_bsize = dentry->d_sb->s_blocksize; bufp 106 fs/freevxfs/vxfs_super.c bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize); bufp 107 fs/freevxfs/vxfs_super.c bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free); bufp 108 fs/freevxfs/vxfs_super.c bufp->f_bavail = 0; bufp 109 fs/freevxfs/vxfs_super.c bufp->f_files = 0; bufp 110 fs/freevxfs/vxfs_super.c bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree); bufp 111 fs/freevxfs/vxfs_super.c bufp->f_namelen = VXFS_NAMELEN; bufp 105 fs/xfs/libxfs/xfs_rtbitmap.c xfs_rtword_t *bufp; /* starting word in buffer */ bufp 123 fs/xfs/libxfs/xfs_rtbitmap.c bufp = bp->b_addr; bufp 128 fs/xfs/libxfs/xfs_rtbitmap.c b = &bufp[word]; bufp 175 fs/xfs/libxfs/xfs_rtbitmap.c bufp = bp->b_addr; bufp 177 fs/xfs/libxfs/xfs_rtbitmap.c b = &bufp[word]; bufp 221 fs/xfs/libxfs/xfs_rtbitmap.c bufp = bp->b_addr; bufp 223 fs/xfs/libxfs/xfs_rtbitmap.c b = &bufp[word]; bufp 280 fs/xfs/libxfs/xfs_rtbitmap.c xfs_rtword_t *bufp; /* starting word in buffer */ bufp 298 fs/xfs/libxfs/xfs_rtbitmap.c bufp = bp->b_addr; bufp 303 fs/xfs/libxfs/xfs_rtbitmap.c b = &bufp[word]; bufp 349 fs/xfs/libxfs/xfs_rtbitmap.c b = bufp = bp->b_addr; bufp 394 fs/xfs/libxfs/xfs_rtbitmap.c b = bufp = bp->b_addr; bufp 543 fs/xfs/libxfs/xfs_rtbitmap.c xfs_rtword_t *bufp; /* starting word in buffer */ bufp 562 fs/xfs/libxfs/xfs_rtbitmap.c bufp = bp->b_addr; bufp 567 fs/xfs/libxfs/xfs_rtbitmap.c first = b = &bufp[word]; bufp 601 fs/xfs/libxfs/xfs_rtbitmap.c (uint)((char *)first - (char *)bufp), bufp 602 fs/xfs/libxfs/xfs_rtbitmap.c (uint)((char *)b - (char *)bufp)); bufp 607 fs/xfs/libxfs/xfs_rtbitmap.c first = b = bufp = bp->b_addr; bufp 641 fs/xfs/libxfs/xfs_rtbitmap.c (uint)((char *)first - (char *)bufp), bufp 642 fs/xfs/libxfs/xfs_rtbitmap.c (uint)((char *)b - (char *)bufp)); bufp 647 fs/xfs/libxfs/xfs_rtbitmap.c first = b = bufp = bp->b_addr; bufp 678 fs/xfs/libxfs/xfs_rtbitmap.c xfs_trans_log_buf(tp, bp, (uint)((char *)first - (char *)bufp), bufp 679 fs/xfs/libxfs/xfs_rtbitmap.c (uint)((char *)b - (char *)bufp - 1)); bufp 777 fs/xfs/libxfs/xfs_rtbitmap.c xfs_rtword_t *bufp; /* starting word in buffer */ bufp 796 fs/xfs/libxfs/xfs_rtbitmap.c bufp = bp->b_addr; bufp 801 fs/xfs/libxfs/xfs_rtbitmap.c b = &bufp[word]; bufp 847 fs/xfs/libxfs/xfs_rtbitmap.c b = bufp = bp->b_addr; bufp 893 fs/xfs/libxfs/xfs_rtbitmap.c b = bufp = bp->b_addr; bufp 82 include/linux/seq_buf.h static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) bufp 87 include/linux/seq_buf.h *bufp = s->buffer + s->len; bufp 91 include/linux/seq_buf.h *bufp = NULL; bufp 64 include/linux/seq_file.h static inline size_t seq_get_buf(struct seq_file *m, char **bufp) bufp 68 include/linux/seq_file.h *bufp = m->buf + m->count; bufp 70 include/linux/seq_file.h *bufp = NULL; bufp 191 include/sound/compress_driver.h struct snd_dma_buffer *bufp) bufp 195 include/sound/compress_driver.h runtime->dma_buffer_p = bufp; bufp 507 include/sound/hda_codec.h struct snd_dma_buffer *bufp); bufp 515 include/sound/hda_codec.h struct snd_dma_buffer *bufp) bufp 607 include/sound/hdaudio.h unsigned int byte_size, struct snd_dma_buffer *bufp); bufp 619 include/sound/hdaudio.h unsigned int byte_size, struct snd_dma_buffer *bufp) bufp 1137 include/sound/pcm.h struct snd_dma_buffer *bufp) bufp 1140 include/sound/pcm.h if (bufp) { bufp 1141 include/sound/pcm.h runtime->dma_buffer_p = bufp; bufp 1142 include/sound/pcm.h runtime->dma_area = bufp->area; bufp 1143 include/sound/pcm.h runtime->dma_addr = bufp->addr; bufp 1144 include/sound/pcm.h runtime->dma_bytes = bufp->bytes; bufp 1180 include/uapi/linux/soundcard.h unsigned char *bufp=buf;\ bufp 1186 include/uapi/linux/soundcard.h _seqbuf[_seqbufptr+ii+2] = bufp[ii];\ bufp 1385 kernel/audit.c void *bufp = data; bufp 1393 kernel/audit.c memcpy(sizes, bufp, 2 * sizeof(u32)); bufp 1394 kernel/audit.c bufp += 2 * sizeof(u32); bufp 1396 kernel/audit.c old = audit_unpack_string(&bufp, &msglen, sizes[0]); bufp 1401 kernel/audit.c new = audit_unpack_string(&bufp, &msglen, sizes[1]); bufp 328 kernel/audit.h extern char *audit_unpack_string(void **bufp, size_t *remain, size_t len); bufp 125 kernel/auditfilter.c char *audit_unpack_string(void **bufp, size_t *remain, size_t len) bufp 129 kernel/auditfilter.c if (!*bufp || (len == 0) || (len > *remain)) bufp 142 kernel/auditfilter.c memcpy(str, *bufp, len); bufp 144 kernel/auditfilter.c *bufp += len; bufp 446 kernel/auditfilter.c void *bufp; bufp 456 kernel/auditfilter.c bufp = data->buf; bufp 516 kernel/auditfilter.c str = audit_unpack_string(&bufp, &remain, f_val); bufp 535 kernel/auditfilter.c str = audit_unpack_string(&bufp, &remain, f_val); bufp 548 kernel/auditfilter.c str = audit_unpack_string(&bufp, &remain, f_val); bufp 568 kernel/auditfilter.c str = audit_unpack_string(&bufp, &remain, f_val); bufp 579 kernel/auditfilter.c str = audit_unpack_string(&bufp, &remain, f_val); bufp 615 kernel/auditfilter.c static inline size_t audit_pack_string(void **bufp, const char *str) bufp 619 kernel/auditfilter.c memcpy(*bufp, str, len); bufp 620 kernel/auditfilter.c *bufp += len; bufp 629 kernel/auditfilter.c void *bufp; bufp 640 kernel/auditfilter.c bufp = data->buf; bufp 658 kernel/auditfilter.c audit_pack_string(&bufp, f->lsm_str); bufp 662 kernel/auditfilter.c audit_pack_string(&bufp, bufp 667 kernel/auditfilter.c audit_pack_string(&bufp, bufp 672 kernel/auditfilter.c audit_pack_string(&bufp, krule->filterkey); bufp 676 kernel/auditfilter.c audit_pack_string(&bufp, audit_mark_path(krule->exe)); bufp 1145 kernel/bpf/cgroup.c static ssize_t sysctl_cpy_dir(const struct ctl_dir *dir, char **bufp, bufp 1151 kernel/bpf/cgroup.c tmp_ret = sysctl_cpy_dir(dir->header.parent, bufp, lenp); bufp 1156 kernel/bpf/cgroup.c ret = strscpy(*bufp, dir->header.ctl_table[0].procname, *lenp); bufp 1159 kernel/bpf/cgroup.c *bufp += ret; bufp 1167 kernel/bpf/cgroup.c tmp_ret = strscpy(*bufp, "/", *lenp); bufp 1170 kernel/bpf/cgroup.c *bufp += tmp_ret; bufp 940 net/l2tp/l2tp_core.c __be16 *bufp = buf; bufp 950 net/l2tp/l2tp_core.c *bufp++ = htons(flags); bufp 951 net/l2tp/l2tp_core.c *bufp++ = htons(tunnel_id); bufp 952 net/l2tp/l2tp_core.c *bufp++ = htons(session_id); bufp 954 net/l2tp/l2tp_core.c *bufp++ = htons(session->ns); bufp 955 net/l2tp/l2tp_core.c *bufp++ = 0; bufp 962 net/l2tp/l2tp_core.c return bufp - optr; bufp 968 net/l2tp/l2tp_core.c char *bufp = buf; bufp 969 net/l2tp/l2tp_core.c char *optr = bufp; bufp 976 net/l2tp/l2tp_core.c *((__be16 *) bufp) = htons(flags); bufp 977 net/l2tp/l2tp_core.c bufp += 2; bufp 978 net/l2tp/l2tp_core.c *((__be16 *) bufp) = 0; bufp 979 net/l2tp/l2tp_core.c bufp += 2; bufp 982 net/l2tp/l2tp_core.c *((__be32 *) bufp) = htonl(session->peer_session_id); bufp 983 net/l2tp/l2tp_core.c bufp += 4; bufp 985 net/l2tp/l2tp_core.c memcpy(bufp, &session->cookie[0], session->cookie_len); bufp 986 net/l2tp/l2tp_core.c bufp += session->cookie_len; bufp 1000 net/l2tp/l2tp_core.c *((__be32 *)bufp) = htonl(l2h); bufp 1001 net/l2tp/l2tp_core.c bufp += 4; bufp 1004 net/l2tp/l2tp_core.c return bufp - optr; bufp 358 security/integrity/ima/ima_template.c void *bufp = buf + sizeof(*khdr); bufp 395 security/integrity/ima/ima_template.c while ((bufp < bufendp) && (count++ < khdr->count)) { bufp 399 security/integrity/ima/ima_template.c ret = ima_parse_buf(bufp, bufendp, &bufp, HDR__LAST, hdr, NULL, bufp 185 security/integrity/ima/ima_template_lib.c void *bufp = bufstartp; bufp 190 security/integrity/ima/ima_template_lib.c if (bufp > (bufendp - sizeof(u32))) bufp 193 security/integrity/ima/ima_template_lib.c fields[i].len = *(u32 *)bufp; bufp 197 security/integrity/ima/ima_template_lib.c bufp += sizeof(u32); bufp 200 security/integrity/ima/ima_template_lib.c if (bufp > (bufendp - fields[i].len)) bufp 203 security/integrity/ima/ima_template_lib.c fields[i].data = bufp; bufp 204 security/integrity/ima/ima_template_lib.c bufp += fields[i].len; bufp 213 security/integrity/ima/ima_template_lib.c if ((enforce_mask & ENFORCE_BUFEND) && bufp != bufendp) { bufp 215 security/integrity/ima/ima_template_lib.c bufname, bufendp, bufp); bufp 223 security/integrity/ima/ima_template_lib.c *bufcurp = bufp; bufp 273 security/keys/encrypted-keys/encrypted.c char *ascii_buf, *bufp; bufp 289 security/keys/encrypted-keys/encrypted.c bufp = &ascii_buf[len]; bufp 291 security/keys/encrypted-keys/encrypted.c bufp = hex_byte_pack(bufp, iv[i]); bufp 1151 security/keys/trusted.c char *bufp; bufp 1159 security/keys/trusted.c bufp = buffer; bufp 1161 security/keys/trusted.c bufp = hex_byte_pack(bufp, p->blob[i]); bufp 666 sound/hda/hdac_stream.c unsigned int byte_size, struct snd_dma_buffer *bufp) bufp 683 sound/hda/hdac_stream.c byte_size, bufp); bufp 700 sound/hda/hdac_stream.c err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0); bufp 709 sound/hda/hdac_stream.c snd_dma_free_pages(bufp); bufp 1024 sound/pci/hda/hda_controller.c struct snd_dma_buffer *bufp) bufp 1042 sound/pci/hda/hda_controller.c err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); bufp 162 sound/soc/intel/skylake/skl-sst-dsp.h struct snd_dma_buffer *bufp); bufp 40 tools/perf/arch/powerpc/util/header.c char *bufp; bufp 42 tools/perf/arch/powerpc/util/header.c if (asprintf(&bufp, "%.8lx", mfspr(SPRN_PVR)) < 0) bufp 43 tools/perf/arch/powerpc/util/header.c bufp = NULL; bufp 45 tools/perf/arch/powerpc/util/header.c return bufp; bufp 457 tools/perf/util/unwind-libunwind-local.c char __maybe_unused *bufp, size_t __maybe_unused buf_len, bufp 24 tools/testing/selftests/kvm/include/test_util.h int test_seq_read(const char *path, char **bufp, size_t *sizep); bufp 23 tools/virtio/ringtest/noring.c void *get_buf(unsigned *lenp, void **bufp) bufp 64 tools/virtio/ringtest/noring.c bool use_buf(unsigned *lenp, void **bufp) bufp 147 tools/virtio/ringtest/ptr_ring.c void *get_buf(unsigned *lenp, void **bufp) bufp 197 tools/virtio/ringtest/ptr_ring.c bool use_buf(unsigned *lenp, void **bufp) bufp 143 tools/virtio/ringtest/ring.c void *get_buf(unsigned *lenp, void **bufp) bufp 156 tools/virtio/ringtest/ring.c *bufp = data[index].buf; bufp 226 tools/virtio/ringtest/ring.c bool use_buf(unsigned *lenp, void **bufp) bufp 152 tools/virtio/ringtest/virtio_ring_0_9.c void *get_buf(unsigned *lenp, void **bufp) bufp 186 tools/virtio/ringtest/virtio_ring_0_9.c *bufp = (void*)(unsigned long)ring.desc[index].addr; bufp 270 tools/virtio/ringtest/virtio_ring_0_9.c bool use_buf(unsigned *lenp, void **bufp) bufp 302 tools/virtio/ringtest/virtio_ring_0_9.c *bufp = (void *)(unsigned long)desc->addr;