tbuf               29 arch/powerpc/kernel/io.c 	u8 *tbuf = buf;
tbuf               38 arch/powerpc/kernel/io.c 		*tbuf++ = tmp;
tbuf               46 arch/powerpc/kernel/io.c 	const u8 *tbuf = buf;
tbuf               52 arch/powerpc/kernel/io.c 		*port = *tbuf++;
tbuf               60 arch/powerpc/kernel/io.c 	u16 *tbuf = buf;
tbuf               69 arch/powerpc/kernel/io.c 		*tbuf++ = tmp;
tbuf               77 arch/powerpc/kernel/io.c 	const u16 *tbuf = buf;
tbuf               83 arch/powerpc/kernel/io.c 		*port = *tbuf++;
tbuf               91 arch/powerpc/kernel/io.c 	u32 *tbuf = buf;
tbuf              100 arch/powerpc/kernel/io.c 		*tbuf++ = tmp;
tbuf              108 arch/powerpc/kernel/io.c 	const u32 *tbuf = buf;
tbuf              114 arch/powerpc/kernel/io.c 		*port = *tbuf++;
tbuf             2361 arch/powerpc/platforms/cell/spufs/file.c static int switch_log_sprint(struct spu_context *ctx, char *tbuf, int n)
tbuf             2367 arch/powerpc/platforms/cell/spufs/file.c 	return snprintf(tbuf, n, "%llu.%09u %d %u %u %llu\n",
tbuf             2391 arch/powerpc/platforms/cell/spufs/file.c 		char tbuf[128];
tbuf             2426 arch/powerpc/platforms/cell/spufs/file.c 		width = switch_log_sprint(ctx, tbuf, sizeof(tbuf));
tbuf             2436 arch/powerpc/platforms/cell/spufs/file.c 		error = copy_to_user(buf + cnt, tbuf, width);
tbuf              550 block/genhd.c  		char tbuf[BDEVT_SIZE];
tbuf              551 block/genhd.c  		snprintf(tbuf, BDEVT_SIZE, "%02x%02x", MAJOR(devt), MINOR(devt));
tbuf              552 block/genhd.c  		snprintf(buf, BDEVT_SIZE, "%-9s", tbuf);
tbuf               71 drivers/char/tpm/tpm2-space.c 	struct tpm_buf tbuf;
tbuf               76 drivers/char/tpm/tpm2-space.c 	rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_LOAD);
tbuf               82 drivers/char/tpm/tpm2-space.c 	tpm_buf_append(&tbuf, &buf[*offset], body_size);
tbuf               84 drivers/char/tpm/tpm2-space.c 	rc = tpm_transmit_cmd(chip, &tbuf, 4, NULL);
tbuf               88 drivers/char/tpm/tpm2-space.c 		tpm_buf_destroy(&tbuf);
tbuf              103 drivers/char/tpm/tpm2-space.c 		tpm_buf_destroy(&tbuf);
tbuf              108 drivers/char/tpm/tpm2-space.c 		tpm_buf_destroy(&tbuf);
tbuf              112 drivers/char/tpm/tpm2-space.c 	*handle = be32_to_cpup((__be32 *)&tbuf.data[TPM_HEADER_SIZE]);
tbuf              115 drivers/char/tpm/tpm2-space.c 	tpm_buf_destroy(&tbuf);
tbuf              122 drivers/char/tpm/tpm2-space.c 	struct tpm_buf tbuf;
tbuf              126 drivers/char/tpm/tpm2-space.c 	rc = tpm_buf_init(&tbuf, TPM2_ST_NO_SESSIONS, TPM2_CC_CONTEXT_SAVE);
tbuf              130 drivers/char/tpm/tpm2-space.c 	tpm_buf_append_u32(&tbuf, handle);
tbuf              132 drivers/char/tpm/tpm2-space.c 	rc = tpm_transmit_cmd(chip, &tbuf, 0, NULL);
tbuf              136 drivers/char/tpm/tpm2-space.c 		tpm_buf_destroy(&tbuf);
tbuf              139 drivers/char/tpm/tpm2-space.c 		tpm_buf_destroy(&tbuf);
tbuf              144 drivers/char/tpm/tpm2-space.c 		tpm_buf_destroy(&tbuf);
tbuf              148 drivers/char/tpm/tpm2-space.c 	body_size = tpm_buf_length(&tbuf) - TPM_HEADER_SIZE;
tbuf              151 drivers/char/tpm/tpm2-space.c 		tpm_buf_destroy(&tbuf);
tbuf              155 drivers/char/tpm/tpm2-space.c 	memcpy(&buf[*offset], &tbuf.data[TPM_HEADER_SIZE], body_size);
tbuf              157 drivers/char/tpm/tpm2-space.c 	tpm_buf_destroy(&tbuf);
tbuf              815 drivers/crypto/hisilicon/qm.c 	char tbuf[QM_DBG_TMP_BUF_LEN];
tbuf              832 drivers/crypto/hisilicon/qm.c 	ret = sprintf(tbuf, "%u\n", val);
tbuf              833 drivers/crypto/hisilicon/qm.c 	return simple_read_from_buffer(buf, count, pos, tbuf, ret);
tbuf              842 drivers/crypto/hisilicon/qm.c 	char tbuf[QM_DBG_TMP_BUF_LEN];
tbuf              851 drivers/crypto/hisilicon/qm.c 	len = simple_write_to_buffer(tbuf, QM_DBG_TMP_BUF_LEN - 1, pos, buf,
tbuf              856 drivers/crypto/hisilicon/qm.c 	tbuf[len] = '\0';
tbuf              857 drivers/crypto/hisilicon/qm.c 	if (kstrtoul(tbuf, 0, &val))
tbuf              433 drivers/crypto/hisilicon/zip/zip_main.c 	char tbuf[HZIP_BUF_SIZE];
tbuf              450 drivers/crypto/hisilicon/zip/zip_main.c 	ret = sprintf(tbuf, "%u\n", val);
tbuf              451 drivers/crypto/hisilicon/zip/zip_main.c 	return simple_read_from_buffer(buf, count, pos, tbuf, ret);
tbuf              458 drivers/crypto/hisilicon/zip/zip_main.c 	char tbuf[HZIP_BUF_SIZE];
tbuf              468 drivers/crypto/hisilicon/zip/zip_main.c 	len = simple_write_to_buffer(tbuf, HZIP_BUF_SIZE - 1, pos, buf, count);
tbuf              472 drivers/crypto/hisilicon/zip/zip_main.c 	tbuf[len] = '\0';
tbuf              473 drivers/crypto/hisilicon/zip/zip_main.c 	if (kstrtoul(tbuf, 0, &val))
tbuf              400 drivers/i2c/busses/i2c-st.c 	u16 tbuf = byte << 1;
tbuf              402 drivers/i2c/busses/i2c-st.c 	writel_relaxed(tbuf | 1, i2c_dev->base + SSC_TBUF);
tbuf               59 drivers/infiniband/hw/hfi1/user_exp_rcv.c 			      struct tid_user_buf *tbuf,
tbuf              680 drivers/infiniband/hw/hfi1/user_exp_rcv.c static int program_rcvarray(struct hfi1_filedata *fd, struct tid_user_buf *tbuf,
tbuf              723 drivers/infiniband/hw/hfi1/user_exp_rcv.c 		npages = tbuf->psets[setidx].count;
tbuf              724 drivers/infiniband/hw/hfi1/user_exp_rcv.c 		pageidx = tbuf->psets[setidx].idx;
tbuf              726 drivers/infiniband/hw/hfi1/user_exp_rcv.c 		ret = set_rcvarray_entry(fd, tbuf,
tbuf              749 drivers/infiniband/hw/hfi1/user_exp_rcv.c 			      struct tid_user_buf *tbuf,
tbuf              758 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	struct page **pages = tbuf->pages + pageidx;
tbuf              779 drivers/infiniband/hw/hfi1/user_exp_rcv.c 	node->mmu.addr = tbuf->vaddr + (pageidx * PAGE_SIZE);
tbuf             1326 drivers/infiniband/hw/mlx5/cq.c 		struct mlx5_ib_cq_buf tbuf;
tbuf             1333 drivers/infiniband/hw/mlx5/cq.c 				tbuf = cq->buf;
tbuf             1343 drivers/infiniband/hw/mlx5/cq.c 			free_cq_buf(dev, &tbuf);
tbuf              702 drivers/infiniband/hw/mthca/mthca_cq.c 			struct mthca_cq_buf tbuf;
tbuf              705 drivers/infiniband/hw/mthca/mthca_cq.c 			tbuf         = cq->buf;
tbuf              710 drivers/infiniband/hw/mthca/mthca_cq.c 			cq->resize_buf->buf   = tbuf;
tbuf              772 drivers/infiniband/hw/mthca/mthca_provider.c 		struct mthca_cq_buf tbuf;
tbuf              778 drivers/infiniband/hw/mthca/mthca_provider.c 			tbuf         = cq->buf;
tbuf              783 drivers/infiniband/hw/mthca/mthca_provider.c 			tbuf = cq->resize_buf->buf;
tbuf              791 drivers/infiniband/hw/mthca/mthca_provider.c 		mthca_free_cq_buf(dev, &tbuf, tcqe);
tbuf              955 drivers/infiniband/sw/siw/siw_qp_rx.c 	u8 *tbuf = (u8 *)&srx->trailer.crc - srx->pad;
tbuf              964 drivers/infiniband/sw/siw/siw_qp_rx.c 	skb_copy_bits(skb, srx->skb_offset, tbuf, srx->fpdu_part_rem);
tbuf              967 drivers/infiniband/sw/siw/siw_qp_rx.c 		crypto_shash_update(srx->mpa_crc_hd, tbuf, srx->pad);
tbuf             3836 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		char tbuf[50];
tbuf             3839 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		ccnt = scnprintf(tbuf+bcnt,
tbuf             3840 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 				 sizeof(tbuf)-bcnt,
tbuf             3845 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 				ccnt = scnprintf(tbuf+bcnt,
tbuf             3846 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 						 sizeof(tbuf)-bcnt,
tbuf             3854 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			ccnt = scnprintf(tbuf+bcnt,
tbuf             3855 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 					 sizeof(tbuf)-bcnt,
tbuf             3859 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 				ccnt = scnprintf(tbuf+bcnt,
tbuf             3860 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 						 sizeof(tbuf)-bcnt,
tbuf             3864 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 			ccnt = scnprintf(tbuf+bcnt,
tbuf             3865 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 					 sizeof(tbuf)-bcnt,
tbuf             3869 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		pvr2_trace(PVR2_TRACE_INIT,"%.*s",bcnt,tbuf);
tbuf             1089 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		char *tbuf;
tbuf             1094 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		tbuf = kmalloc(PAGE_SIZE,GFP_KERNEL);
tbuf             1095 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		if (!tbuf) return -ENOMEM;
tbuf             1100 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 			c2 = pvr2_hdw_cpufw_get(hdw,offs,tbuf,c1);
tbuf             1106 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 			if (copy_to_user(buff,tbuf,c2)) {
tbuf             1116 drivers/media/usb/pvrusb2/pvrusb2-v4l2.c 		kfree(tbuf);
tbuf              677 drivers/misc/cxl/guest.c 	void *tbuf = NULL;
tbuf              680 drivers/misc/cxl/guest.c 	tbuf = (void *) get_zeroed_page(GFP_KERNEL);
tbuf              681 drivers/misc/cxl/guest.c 	if (!tbuf)
tbuf              686 drivers/misc/cxl/guest.c 			       virt_to_phys(tbuf),
tbuf              693 drivers/misc/cxl/guest.c 	memcpy(buf, tbuf, count);
tbuf              695 drivers/misc/cxl/guest.c 	free_page((u64)tbuf);
tbuf             1040 drivers/misc/cxl/pci.c 	void *tbuf;
tbuf             1059 drivers/misc/cxl/pci.c 	tbuf = (void *)__get_free_page(GFP_KERNEL);
tbuf             1060 drivers/misc/cxl/pci.c 	if (!tbuf)
tbuf             1064 drivers/misc/cxl/pci.c 	memcpy_fromio(tbuf, ebuf + aligned_start, aligned_length);
tbuf             1065 drivers/misc/cxl/pci.c 	memcpy(buf, tbuf + (off & 0x7), count);
tbuf             1067 drivers/misc/cxl/pci.c 	free_page((unsigned long)tbuf);
tbuf              179 drivers/mtd/ubi/cdev.c 	void *tbuf;
tbuf              204 drivers/mtd/ubi/cdev.c 	tbuf = vmalloc(tbuf_size);
tbuf              205 drivers/mtd/ubi/cdev.c 	if (!tbuf)
tbuf              217 drivers/mtd/ubi/cdev.c 		err = ubi_eba_read_leb(ubi, vol, lnum, tbuf, off, len, 0);
tbuf              230 drivers/mtd/ubi/cdev.c 		err = copy_to_user(buf, tbuf, len);
tbuf              240 drivers/mtd/ubi/cdev.c 	vfree(tbuf);
tbuf              256 drivers/mtd/ubi/cdev.c 	char *tbuf;
tbuf              285 drivers/mtd/ubi/cdev.c 	tbuf = vmalloc(tbuf_size);
tbuf              286 drivers/mtd/ubi/cdev.c 	if (!tbuf)
tbuf              297 drivers/mtd/ubi/cdev.c 		err = copy_from_user(tbuf, buf, len);
tbuf              303 drivers/mtd/ubi/cdev.c 		err = ubi_eba_write_leb(ubi, vol, lnum, tbuf, off, len);
tbuf              319 drivers/mtd/ubi/cdev.c 	vfree(tbuf);
tbuf               49 drivers/net/ethernet/broadcom/bcmsysport.c BCM_SYSPORT_IO_MACRO(tbuf, SYS_PORT_TBUF_OFFSET);
tbuf             2191 drivers/net/ethernet/brocade/bna/bfa_ioc.c bfa_nw_ioc_smem_read(struct bfa_ioc *ioc, void *tbuf, u32 soff, u32 sz)
tbuf             2195 drivers/net/ethernet/brocade/bna/bfa_ioc.c 	u32 *buf = tbuf;
tbuf              130 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 	char tbuf[22];
tbuf              137 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 	ret = snprintf(tbuf, sizeof(tbuf), "%llu\n", field);
tbuf              138 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 	return simple_read_from_buffer(buf, count, pos, tbuf, ret);
tbuf              376 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 	char tbuf[18];
tbuf              402 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 		ret = snprintf(tbuf, sizeof(tbuf), "%s\n", (const char *)(unsigned long)field);
tbuf              404 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 		ret = snprintf(tbuf, sizeof(tbuf), "0x%llx\n", field);
tbuf              406 drivers/net/ethernet/mellanox/mlx5/core/debugfs.c 	return simple_read_from_buffer(buf, count, pos, tbuf, ret);
tbuf              695 drivers/net/ethernet/pensando/ionic/ionic_ethtool.c 	char tbuf[sizeof(xcvr->sprom)];
tbuf              707 drivers/net/ethernet/pensando/ionic/ionic_ethtool.c 		memcpy(tbuf, xcvr->sprom, len);
tbuf              710 drivers/net/ethernet/pensando/ionic/ionic_ethtool.c 		if (!memcmp(data, tbuf, len))
tbuf              413 drivers/net/wireless/ath/ath6kl/sdio.c 	u8  *tbuf = NULL;
tbuf              424 drivers/net/wireless/ath/ath6kl/sdio.c 		tbuf = ar_sdio->dma_buffer;
tbuf              427 drivers/net/wireless/ath/ath6kl/sdio.c 			memcpy(tbuf, buf, len);
tbuf              431 drivers/net/wireless/ath/ath6kl/sdio.c 		tbuf = buf;
tbuf              434 drivers/net/wireless/ath/ath6kl/sdio.c 	ret = ath6kl_sdio_io(ar_sdio->func, request, addr, tbuf, len);
tbuf              436 drivers/net/wireless/ath/ath6kl/sdio.c 		memcpy(buf, tbuf, len);
tbuf             1156 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 	struct ath9k_htc_rxbuf *rxbuf, *tbuf;
tbuf             1158 drivers/net/wireless/ath/ath9k/htc_drv_txrx.c 	list_for_each_entry_safe(rxbuf, tbuf, &priv->rx.rxbuf, list) {
tbuf              879 drivers/net/wireless/ath/carl9170/rx.c 	u8 *tbuf;
tbuf              881 drivers/net/wireless/ath/carl9170/rx.c 	tbuf = buf;
tbuf              885 drivers/net/wireless/ath/carl9170/rx.c 		rx_stream = (void *) tbuf;
tbuf              905 drivers/net/wireless/ath/carl9170/rx.c 				__carl9170_rx(ar, tbuf, tlen);
tbuf              920 drivers/net/wireless/ath/carl9170/rx.c 			skb_put_data(ar->rx_failover, tbuf, tlen);
tbuf              962 drivers/net/wireless/ath/carl9170/rx.c 			skb_put_data(ar->rx_failover, tbuf, tlen);
tbuf              968 drivers/net/wireless/ath/carl9170/rx.c 		tbuf += wlen + 4;
tbuf              133 drivers/s390/net/ctcm_mpc.c 	char	tbuf[82], tdup[82];
tbuf              158 drivers/s390/net/ctcm_mpc.c 		sprintf(tbuf, "%2.2llX", (__u64)*ptr);
tbuf              160 drivers/s390/net/ctcm_mpc.c 		tbuf[2] = '\0';
tbuf              161 drivers/s390/net/ctcm_mpc.c 		strcat(bhex, tbuf);
tbuf             2045 drivers/scsi/bfa/bfa_ioc.c bfa_ioc_smem_read(struct bfa_ioc_s *ioc, void *tbuf, u32 soff, u32 sz)
tbuf             2050 drivers/scsi/bfa/bfa_ioc.c 	u32 *buf = tbuf;
tbuf             1713 drivers/scsi/qla1280.c 	uint8_t *sp, *tbuf;
tbuf             1716 drivers/scsi/qla1280.c 	tbuf = dma_alloc_coherent(&ha->pdev->dev, 8000, &p_tbuf, GFP_KERNEL);
tbuf             1717 drivers/scsi/qla1280.c 	if (!tbuf)
tbuf             1788 drivers/scsi/qla1280.c 			if (tbuf[i] != sp[i] && warn++ < 10) {
tbuf             1794 drivers/scsi/qla1280.c 						__func__, sp[i], tbuf[i]);
tbuf             1807 drivers/scsi/qla1280.c 	dma_free_coherent(&ha->pdev->dev, 8000, tbuf, p_tbuf);
tbuf              125 drivers/scsi/snic/snic_trc.c 	void *tbuf = NULL;
tbuf              129 drivers/scsi/snic/snic_trc.c 	tbuf = vzalloc(tbuf_sz);
tbuf              130 drivers/scsi/snic/snic_trc.c 	if (!tbuf) {
tbuf              138 drivers/scsi/snic/snic_trc.c 	trc->buf = (struct snic_trc_data *) tbuf;
tbuf               43 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	u8 tbuf[2];
tbuf               47 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	read_bitstream(bitdata, tbuf, offset, 1);
tbuf               50 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	read_bitstream(bitdata, tbuf, offset, 2);
tbuf               52 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	len = get_unaligned_be16(tbuf);
tbuf               69 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	u8 tbuf[4];
tbuf               72 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	read_bitstream(bitdata, tbuf, offset, 1);
tbuf               75 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	if (tbuf[0] != 'e') {
tbuf               76 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 		pr_err("error: length section is not 'e', but %c\n", tbuf[0]);
tbuf               81 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	read_bitstream(bitdata, tbuf, offset, 4);
tbuf               83 drivers/staging/gs_fpgaboot/gs_fpgaboot.c 	*lendata = get_unaligned_be32(tbuf);
tbuf             1114 drivers/target/target_core_spc.c 	unsigned char tbuf[SE_MODE_PAGE_BUF];
tbuf             1142 drivers/target/target_core_spc.c 			memset(tbuf, 0, SE_MODE_PAGE_BUF);
tbuf             1143 drivers/target/target_core_spc.c 			length = modesense_handlers[i].emulate(cmd, 0, tbuf);
tbuf             1156 drivers/target/target_core_spc.c 	if (memcmp(buf + off, tbuf, length))
tbuf              379 drivers/tty/n_hdlc.c 	struct n_hdlc_buf *tbuf;
tbuf              395 drivers/tty/n_hdlc.c 	tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list);
tbuf              396 drivers/tty/n_hdlc.c 	while (tbuf) {
tbuf              399 drivers/tty/n_hdlc.c 				__FILE__,__LINE__,tbuf,tbuf->count);
tbuf              403 drivers/tty/n_hdlc.c 		actual = tty->ops->write(tty, tbuf->buf, tbuf->count);
tbuf              407 drivers/tty/n_hdlc.c 			n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf);
tbuf              413 drivers/tty/n_hdlc.c 			actual = tbuf->count;
tbuf              415 drivers/tty/n_hdlc.c 		if (actual == tbuf->count) {
tbuf              418 drivers/tty/n_hdlc.c 					__FILE__,__LINE__,tbuf);
tbuf              421 drivers/tty/n_hdlc.c 			n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, tbuf);
tbuf              427 drivers/tty/n_hdlc.c 			tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list);
tbuf              431 drivers/tty/n_hdlc.c 					__FILE__,__LINE__,tbuf);
tbuf              437 drivers/tty/n_hdlc.c 			n_hdlc_buf_return(&n_hdlc->tx_buf_list, tbuf);
tbuf              442 drivers/tty/n_hdlc.c 	if (!tbuf)
tbuf              651 drivers/tty/n_hdlc.c 	struct n_hdlc_buf *tbuf;
tbuf              679 drivers/tty/n_hdlc.c 		tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list);
tbuf              680 drivers/tty/n_hdlc.c 		if (tbuf)
tbuf              708 drivers/tty/n_hdlc.c 		memcpy(tbuf->buf, data, count);
tbuf              711 drivers/tty/n_hdlc.c 		tbuf->count = error = count;
tbuf              712 drivers/tty/n_hdlc.c 		n_hdlc_buf_put(&n_hdlc->tx_buf_list,tbuf);
tbuf               77 drivers/tty/nozomi.c 		char tbuf[TMP_BUF_MAX] = {0};				\
tbuf               80 drivers/tty/nozomi.c 			strscpy(tbuf, buf__, data_len);			\
tbuf               81 drivers/tty/nozomi.c 			if (tbuf[data_len - 2] == '\r')			\
tbuf               82 drivers/tty/nozomi.c 				tbuf[data_len - 2] = 'r';		\
tbuf               83 drivers/tty/nozomi.c 			DBG1("SENDING: '%s' (%d+n)", tbuf, len__);	\
tbuf               85 drivers/tty/nozomi.c 			DBG1("SENDING: '%s' (%d)", tbuf, len__);	\
tbuf             1110 drivers/usb/core/devio.c 	unsigned char *tbuf;
tbuf             1127 drivers/usb/core/devio.c 	tbuf = (unsigned char *)__get_free_page(GFP_KERNEL);
tbuf             1128 drivers/usb/core/devio.c 	if (!tbuf) {
tbuf             1150 drivers/usb/core/devio.c 				    tbuf, ctrl.wLength, tmo);
tbuf             1153 drivers/usb/core/devio.c 			  tbuf, max(i, 0));
tbuf             1155 drivers/usb/core/devio.c 			if (copy_to_user(ctrl.data, tbuf, i)) {
tbuf             1162 drivers/usb/core/devio.c 			if (copy_from_user(tbuf, ctrl.data, ctrl.wLength)) {
tbuf             1169 drivers/usb/core/devio.c 			tbuf, ctrl.wLength);
tbuf             1174 drivers/usb/core/devio.c 				    tbuf, ctrl.wLength, tmo);
tbuf             1186 drivers/usb/core/devio.c 	free_page((unsigned long) tbuf);
tbuf             1198 drivers/usb/core/devio.c 	unsigned char *tbuf;
tbuf             1221 drivers/usb/core/devio.c 	tbuf = kmalloc(len1, GFP_KERNEL);
tbuf             1222 drivers/usb/core/devio.c 	if (!tbuf) {
tbuf             1235 drivers/usb/core/devio.c 		i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo);
tbuf             1237 drivers/usb/core/devio.c 		snoop_urb(dev, NULL, pipe, len2, i, COMPLETE, tbuf, len2);
tbuf             1240 drivers/usb/core/devio.c 			if (copy_to_user(bulk.data, tbuf, len2)) {
tbuf             1247 drivers/usb/core/devio.c 			if (copy_from_user(tbuf, bulk.data, len1)) {
tbuf             1252 drivers/usb/core/devio.c 		snoop_urb(dev, NULL, pipe, len1, tmo, SUBMIT, tbuf, len1);
tbuf             1255 drivers/usb/core/devio.c 		i = usb_bulk_msg(dev, pipe, tbuf, len1, &len2, tmo);
tbuf             1261 drivers/usb/core/devio.c 	kfree(tbuf);
tbuf              487 drivers/usb/core/hcd.c 	u8		*tbuf = NULL;
tbuf              513 drivers/usb/core/hcd.c 	tbuf = kzalloc(tbuf_size, GFP_KERNEL);
tbuf              514 drivers/usb/core/hcd.c 	if (!tbuf) {
tbuf              519 drivers/usb/core/hcd.c 	bufp = tbuf;
tbuf              544 drivers/usb/core/hcd.c 		tbuf[0] = (device_may_wakeup(&hcd->self.root_hub->dev)
tbuf              547 drivers/usb/core/hcd.c 		tbuf[1] = 0;
tbuf              564 drivers/usb/core/hcd.c 		tbuf[0] = 1;
tbuf              633 drivers/usb/core/hcd.c 		tbuf[0] = 0;
tbuf              650 drivers/usb/core/hcd.c 		tbuf[0] = 0;
tbuf              651 drivers/usb/core/hcd.c 		tbuf[1] = 0;
tbuf              684 drivers/usb/core/hcd.c 			tbuf, wLength);
tbuf              688 drivers/usb/core/hcd.c 				(struct usb_hub_descriptor *)tbuf);
tbuf              731 drivers/usb/core/hcd.c 	kfree(tbuf);
tbuf              766 drivers/usb/core/message.c static int usb_get_langid(struct usb_device *dev, unsigned char *tbuf)
tbuf              776 drivers/usb/core/message.c 	err = usb_string_sub(dev, 0, 0, tbuf);
tbuf              799 drivers/usb/core/message.c 	dev->string_langid = tbuf[2] | (tbuf[3] << 8);
tbuf              825 drivers/usb/core/message.c 	unsigned char *tbuf;
tbuf              835 drivers/usb/core/message.c 	tbuf = kmalloc(256, GFP_NOIO);
tbuf              836 drivers/usb/core/message.c 	if (!tbuf)
tbuf              839 drivers/usb/core/message.c 	err = usb_get_langid(dev, tbuf);
tbuf              843 drivers/usb/core/message.c 	err = usb_string_sub(dev, dev->string_langid, index, tbuf);
tbuf              848 drivers/usb/core/message.c 	err = utf16s_to_utf8s((wchar_t *) &tbuf[2], (err - 2) / 2,
tbuf              852 drivers/usb/core/message.c 	if (tbuf[1] != USB_DT_STRING)
tbuf              855 drivers/usb/core/message.c 			tbuf[1], index, buf);
tbuf              858 drivers/usb/core/message.c 	kfree(tbuf);
tbuf              151 drivers/video/backlight/ili922x.c 	unsigned char tbuf[CMD_BUFSIZE];
tbuf              157 drivers/video/backlight/ili922x.c 	xfer.tx_buf = tbuf;
tbuf              162 drivers/video/backlight/ili922x.c 	tbuf[0] = set_tx_byte(START_BYTE(ili922x_id, START_RS_INDEX,
tbuf              169 drivers/video/backlight/ili922x.c 		tbuf[i] = set_tx_byte(0);	/* dummy */
tbuf              194 drivers/video/backlight/ili922x.c 	unsigned char tbuf[CMD_BUFSIZE];
tbuf              201 drivers/video/backlight/ili922x.c 	xfer_regindex.tx_buf = tbuf;
tbuf              206 drivers/video/backlight/ili922x.c 	tbuf[0] = set_tx_byte(START_BYTE(ili922x_id, START_RS_INDEX,
tbuf              208 drivers/video/backlight/ili922x.c 	tbuf[1] = set_tx_byte(0);
tbuf              209 drivers/video/backlight/ili922x.c 	tbuf[2] = set_tx_byte(reg);
tbuf              216 drivers/video/backlight/ili922x.c 	tbuf[len++] = set_tx_byte(START_BYTE(ili922x_id, START_RS_REG,
tbuf              218 drivers/video/backlight/ili922x.c 	tbuf[len++] = set_tx_byte(0);
tbuf              219 drivers/video/backlight/ili922x.c 	tbuf[len] = set_tx_byte(0);
tbuf              223 drivers/video/backlight/ili922x.c 	xfer_regvalue.tx_buf = &tbuf[send_bytes];
tbuf              248 drivers/video/backlight/ili922x.c 	unsigned char tbuf[CMD_BUFSIZE];
tbuf              256 drivers/video/backlight/ili922x.c 	xfer_regindex.tx_buf = tbuf;
tbuf              261 drivers/video/backlight/ili922x.c 	tbuf[0] = set_tx_byte(START_BYTE(ili922x_id, START_RS_INDEX,
tbuf              263 drivers/video/backlight/ili922x.c 	tbuf[1] = set_tx_byte(0);
tbuf              264 drivers/video/backlight/ili922x.c 	tbuf[2] = set_tx_byte(reg);
tbuf              272 drivers/video/backlight/ili922x.c 	tbuf[0] = set_tx_byte(START_BYTE(ili922x_id, START_RS_REG,
tbuf              274 drivers/video/backlight/ili922x.c 	tbuf[1] = set_tx_byte((value & 0xFF00) >> 8);
tbuf              275 drivers/video/backlight/ili922x.c 	tbuf[2] = set_tx_byte(value & 0x00FF);
tbuf              279 drivers/video/backlight/ili922x.c 	xfer_regvalue.tx_buf = tbuf;
tbuf              321 drivers/video/backlight/ili922x.c 	unsigned char tbuf[CMD_BUFSIZE];
tbuf              326 drivers/video/backlight/ili922x.c 	xfer.tx_buf = tbuf;
tbuf              330 drivers/video/backlight/ili922x.c 	tbuf[0] = START_BYTE(ili922x_id, START_RS_INDEX, START_RW_WRITE);
tbuf              331 drivers/video/backlight/ili922x.c 	tbuf[1] = 0;
tbuf              332 drivers/video/backlight/ili922x.c 	tbuf[2] = REG_WRITE_DATA_TO_GRAM;
tbuf              871 drivers/w1/masters/ds2490.c 	u8 *tbuf;
tbuf              876 drivers/w1/masters/ds2490.c 	tbuf = kmemdup(buf, len, GFP_KERNEL);
tbuf              877 drivers/w1/masters/ds2490.c 	if (!tbuf)
tbuf              880 drivers/w1/masters/ds2490.c 	ds_write_block(dev, tbuf, len);
tbuf              882 drivers/w1/masters/ds2490.c 	kfree(tbuf);
tbuf              889 drivers/w1/masters/ds2490.c 	u8 *tbuf;
tbuf              894 drivers/w1/masters/ds2490.c 	tbuf = kmalloc(len, GFP_KERNEL);
tbuf              895 drivers/w1/masters/ds2490.c 	if (!tbuf)
tbuf              898 drivers/w1/masters/ds2490.c 	err = ds_read_block(dev, tbuf, len);
tbuf              900 drivers/w1/masters/ds2490.c 		memcpy(buf, tbuf, len);
tbuf              902 drivers/w1/masters/ds2490.c 	kfree(tbuf);
tbuf              308 fs/configfs/file.c 	void *tbuf = NULL;
tbuf              329 fs/configfs/file.c 		tbuf = vmalloc(*ppos + count);
tbuf              330 fs/configfs/file.c 		if (tbuf == NULL) {
tbuf              337 fs/configfs/file.c 			memcpy(tbuf, buffer->bin_buffer,
tbuf              343 fs/configfs/file.c 		memset(tbuf + buffer->bin_buffer_size, 0,
tbuf              345 fs/configfs/file.c 		buffer->bin_buffer = tbuf;
tbuf              724 include/linux/compat.h asmlinkage long compat_sys_times(struct compat_tms __user *tbuf);
tbuf              714 include/linux/syscalls.h asmlinkage long sys_times(struct tms __user *tbuf);
tbuf              981 ipc/shm.c      			int cmd, struct shmid64_ds *tbuf)
tbuf              986 ipc/shm.c      	memset(tbuf, 0, sizeof(*tbuf));
tbuf             1030 ipc/shm.c      	kernel_to_ipc64_perm(&shp->shm_perm, &tbuf->shm_perm);
tbuf             1031 ipc/shm.c      	tbuf->shm_segsz	= shp->shm_segsz;
tbuf             1032 ipc/shm.c      	tbuf->shm_atime	= shp->shm_atim;
tbuf             1033 ipc/shm.c      	tbuf->shm_dtime	= shp->shm_dtim;
tbuf             1034 ipc/shm.c      	tbuf->shm_ctime	= shp->shm_ctim;
tbuf             1036 ipc/shm.c      	tbuf->shm_atime_high = shp->shm_atim >> 32;
tbuf             1037 ipc/shm.c      	tbuf->shm_dtime_high = shp->shm_dtim >> 32;
tbuf             1038 ipc/shm.c      	tbuf->shm_ctime_high = shp->shm_ctim >> 32;
tbuf             1040 ipc/shm.c      	tbuf->shm_cpid	= pid_vnr(shp->shm_cprid);
tbuf             1041 ipc/shm.c      	tbuf->shm_lpid	= pid_vnr(shp->shm_lprid);
tbuf             1042 ipc/shm.c      	tbuf->shm_nattch = shp->shm_nattch;
tbuf              956 kernel/sys.c   SYSCALL_DEFINE1(times, struct tms __user *, tbuf)
tbuf              958 kernel/sys.c   	if (tbuf) {
tbuf              962 kernel/sys.c   		if (copy_to_user(tbuf, &tmp, sizeof(struct tms)))
tbuf              975 kernel/sys.c   COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf)
tbuf              977 kernel/sys.c   	if (tbuf) {
tbuf              987 kernel/sys.c   		if (copy_to_user(tbuf, &tmp, sizeof(tmp)))
tbuf             1915 lib/vsprintf.c 	char tbuf[sizeof("xxxx") + 1];
tbuf             1971 lib/vsprintf.c 			tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-';
tbuf             1972 lib/vsprintf.c 			tbuf[1] = of_node_check_flag(dn, OF_DETACHED) ? 'd' : '-';
tbuf             1973 lib/vsprintf.c 			tbuf[2] = of_node_check_flag(dn, OF_POPULATED) ? 'P' : '-';
tbuf             1974 lib/vsprintf.c 			tbuf[3] = of_node_check_flag(dn, OF_POPULATED_BUS) ? 'B' : '-';
tbuf             1975 lib/vsprintf.c 			tbuf[4] = 0;
tbuf             1976 lib/vsprintf.c 			buf = string_nocheck(buf, end, tbuf, str_spec);
tbuf             1344 net/ipv4/arp.c 	char tbuf[16];
tbuf             1366 net/ipv4/arp.c 	sprintf(tbuf, "%pI4", n->primary_key);
tbuf             1368 net/ipv4/arp.c 		   tbuf, hatype, arp_state_to_flags(n), hbuffer, dev->name);
tbuf             1377 net/ipv4/arp.c 	char tbuf[16];
tbuf             1379 net/ipv4/arp.c 	sprintf(tbuf, "%pI4", n->key);
tbuf             1381 net/ipv4/arp.c 		   tbuf, hatype, ATF_PUBL | ATF_PERM, "00:00:00:00:00:00",
tbuf             1383 net/sunrpc/auth_gss/svcauth_gss.c 	char tbuf[20];
tbuf             1387 net/sunrpc/auth_gss/svcauth_gss.c 	if (*ppos || count > sizeof(tbuf)-1)
tbuf             1389 net/sunrpc/auth_gss/svcauth_gss.c 	if (copy_from_user(tbuf, buf, count))
tbuf             1392 net/sunrpc/auth_gss/svcauth_gss.c 	tbuf[count] = 0;
tbuf             1393 net/sunrpc/auth_gss/svcauth_gss.c 	res = kstrtoul(tbuf, 0, &i);
tbuf             1413 net/sunrpc/auth_gss/svcauth_gss.c 	char tbuf[10];
tbuf             1416 net/sunrpc/auth_gss/svcauth_gss.c 	snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy);
tbuf             1417 net/sunrpc/auth_gss/svcauth_gss.c 	len = strlen(tbuf);
tbuf             1423 net/sunrpc/auth_gss/svcauth_gss.c 	if (copy_to_user(buf, (void *)(tbuf+p), len))
tbuf             1477 net/sunrpc/cache.c 	char tbuf[22];
tbuf             1480 net/sunrpc/cache.c 	len = snprintf(tbuf, sizeof(tbuf), "%lu\n",
tbuf             1482 net/sunrpc/cache.c 	return simple_read_from_buffer(buf, count, ppos, tbuf, len);
tbuf             1489 net/sunrpc/cache.c 	char tbuf[20];
tbuf             1493 net/sunrpc/cache.c 	if (*ppos || count > sizeof(tbuf)-1)
tbuf             1495 net/sunrpc/cache.c 	if (copy_from_user(tbuf, buf, count))
tbuf             1497 net/sunrpc/cache.c 	tbuf[count] = 0;
tbuf             1498 net/sunrpc/cache.c 	simple_strtoul(tbuf, &ep, 0);
tbuf              219 scripts/kconfig/lxdialog/dialog.h int dialog_textbox(const char *title, char *tbuf, int initial_height,
tbuf               43 scripts/kconfig/lxdialog/textbox.c int dialog_textbox(const char *title, char *tbuf, int initial_height,
tbuf               56 scripts/kconfig/lxdialog/textbox.c 	buf = tbuf;
tbuf             1378 security/integrity/ima/ima_policy.c 	char tbuf[64] = {0,};
tbuf             1418 security/integrity/ima/ima_policy.c 		snprintf(tbuf, sizeof(tbuf), "0x%lx", entry->fsmagic);
tbuf             1419 security/integrity/ima/ima_policy.c 		seq_printf(m, pt(Opt_fsmagic), tbuf);
tbuf             1424 security/integrity/ima/ima_policy.c 		snprintf(tbuf, sizeof(tbuf), "%s", entry->fsname);
tbuf             1425 security/integrity/ima/ima_policy.c 		seq_printf(m, pt(Opt_fsname), tbuf);
tbuf             1430 security/integrity/ima/ima_policy.c 		snprintf(tbuf, sizeof(tbuf), "%d", entry->pcr);
tbuf             1431 security/integrity/ima/ima_policy.c 		seq_printf(m, pt(Opt_pcr), tbuf);
tbuf             1441 security/integrity/ima/ima_policy.c 		snprintf(tbuf, sizeof(tbuf), "%d", __kuid_val(entry->uid));
tbuf             1443 security/integrity/ima/ima_policy.c 			seq_printf(m, pt(Opt_uid_gt), tbuf);
tbuf             1445 security/integrity/ima/ima_policy.c 			seq_printf(m, pt(Opt_uid_lt), tbuf);
tbuf             1447 security/integrity/ima/ima_policy.c 			seq_printf(m, pt(Opt_uid_eq), tbuf);
tbuf             1452 security/integrity/ima/ima_policy.c 		snprintf(tbuf, sizeof(tbuf), "%d", __kuid_val(entry->uid));
tbuf             1454 security/integrity/ima/ima_policy.c 			seq_printf(m, pt(Opt_euid_gt), tbuf);
tbuf             1456 security/integrity/ima/ima_policy.c 			seq_printf(m, pt(Opt_euid_lt), tbuf);
tbuf             1458 security/integrity/ima/ima_policy.c 			seq_printf(m, pt(Opt_euid_eq), tbuf);
tbuf             1463 security/integrity/ima/ima_policy.c 		snprintf(tbuf, sizeof(tbuf), "%d", __kuid_val(entry->fowner));
tbuf             1465 security/integrity/ima/ima_policy.c 			seq_printf(m, pt(Opt_fowner_gt), tbuf);
tbuf             1467 security/integrity/ima/ima_policy.c 			seq_printf(m, pt(Opt_fowner_lt), tbuf);
tbuf             1469 security/integrity/ima/ima_policy.c 			seq_printf(m, pt(Opt_fowner_eq), tbuf);
tbuf               48 tools/perf/ui/browsers/res_sample.c 		char tbuf[64];
tbuf               50 tools/perf/ui/browsers/res_sample.c 		timestamp__scnprintf_nsec(res_samples[i].time, tbuf, sizeof tbuf);
tbuf               51 tools/perf/ui/browsers/res_sample.c 		if (asprintf(&names[i], "%s: CPU %d tid %d", tbuf,
tbuf              278 tools/perf/util/stat-display.c 	char tbuf[1024];
tbuf              282 tools/perf/util/stat-display.c 	unit = fixunit(tbuf, os->evsel, unit);
tbuf              302 tools/perf/util/stat-display.c 	char tbuf[1024];
tbuf              306 tools/perf/util/stat-display.c 	unit = fixunit(tbuf, os->evsel, unit);
tbuf               52 tools/testing/selftests/net/psock_snd.c static char tbuf[TEST_SZ], rbuf[TEST_SZ];
tbuf              157 tools/testing/selftests/net/psock_snd.c 	off += build_vnet_header(tbuf);
tbuf              158 tools/testing/selftests/net/psock_snd.c 	off += build_eth_header(tbuf + off);
tbuf              159 tools/testing/selftests/net/psock_snd.c 	off += build_ipv4_header(tbuf + off, payload_len);
tbuf              160 tools/testing/selftests/net/psock_snd.c 	off += build_udp_header(tbuf + off, payload_len);
tbuf              162 tools/testing/selftests/net/psock_snd.c 	if (off + payload_len > sizeof(tbuf))
tbuf              165 tools/testing/selftests/net/psock_snd.c 	memset(tbuf + off, DATA_CHAR, payload_len);
tbuf              243 tools/testing/selftests/net/psock_snd.c 	do_send(fd, tbuf, len);
tbuf              374 tools/testing/selftests/net/psock_snd.c 		      tbuf + sizeof(struct virtio_net_hdr));
tbuf              376 tools/testing/selftests/net/psock_snd.c 	do_rx(fdr, cfg_payload_len, tbuf + total_len - cfg_payload_len);