/linux-4.4.14/drivers/video/backlight/ |
D | ili922x.c | 155 unsigned char tbuf[CMD_BUFSIZE]; in ili922x_read_status() local 161 xfer.tx_buf = tbuf; in ili922x_read_status() 166 tbuf[0] = set_tx_byte(START_BYTE(ili922x_id, START_RS_INDEX, in ili922x_read_status() 173 tbuf[i] = set_tx_byte(0); /* dummy */ in ili922x_read_status() 198 unsigned char tbuf[CMD_BUFSIZE]; in ili922x_read() local 205 xfer_regindex.tx_buf = tbuf; in ili922x_read() 210 tbuf[0] = set_tx_byte(START_BYTE(ili922x_id, START_RS_INDEX, in ili922x_read() 212 tbuf[1] = set_tx_byte(0); in ili922x_read() 213 tbuf[2] = set_tx_byte(reg); in ili922x_read() 220 tbuf[len++] = set_tx_byte(START_BYTE(ili922x_id, START_RS_REG, in ili922x_read() [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | io.c | 33 u8 *tbuf = buf; in _insb() local 42 *tbuf++ = tmp; in _insb() 50 const u8 *tbuf = buf; in _outsb() local 56 *port = *tbuf++; in _outsb() 64 u16 *tbuf = buf; in _insw_ns() local 73 *tbuf++ = tmp; in _insw_ns() 81 const u16 *tbuf = buf; in _outsw_ns() local 87 *port = *tbuf++; in _outsw_ns() 95 u32 *tbuf = buf; in _insl_ns() local 104 *tbuf++ = tmp; in _insl_ns() [all …]
|
/linux-4.4.14/drivers/tty/ |
D | n_hdlc.c | 152 struct n_hdlc_buf *tbuf; member 217 if (n_hdlc->tbuf) { in flush_tx_queue() 218 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, n_hdlc->tbuf); in flush_tx_queue() 219 n_hdlc->tbuf = NULL; in flush_tx_queue() 287 kfree(n_hdlc->tbuf); in n_hdlc_release() 390 struct n_hdlc_buf *tbuf; in n_hdlc_send_frames() local 409 tbuf = n_hdlc->tbuf; in n_hdlc_send_frames() 410 if (!tbuf) in n_hdlc_send_frames() 411 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames() 413 while (tbuf) { in n_hdlc_send_frames() [all …]
|
D | nozomi.c | 111 char tbuf[TMP_BUF_MAX] = {0};\ 113 snprintf(tbuf, len__ > TMP_BUF_MAX ? TMP_BUF_MAX : len__, "%s", buf__);\ 114 if (tbuf[len__-2] == '\r') {\ 115 tbuf[len__-2] = 'r';\ 117 DBG1("SENDING: '%s' (%d+n)", tbuf, len__);\ 119 DBG1("SENDING: '%s' (%d)", tbuf, len__);\
|
/linux-4.4.14/drivers/staging/gs_fpgaboot/ |
D | gs_fpgaboot.c | 56 char tbuf[64]; in readinfo_bitstream() local 60 read_bitstream(bitdata, tbuf, offset, 1); in readinfo_bitstream() 63 read_bitstream(bitdata, tbuf, offset, 2); in readinfo_bitstream() 65 len = tbuf[0] << 8 | tbuf[1]; in readinfo_bitstream() 76 char tbuf[64]; in readlength_bitstream() local 79 read_bitstream(bitdata, tbuf, offset, 1); in readlength_bitstream() 82 if (tbuf[0] != 'e') { in readlength_bitstream() 83 pr_err("error: length section is not 'e', but %c\n", tbuf[0]); in readlength_bitstream() 88 read_bitstream(bitdata, tbuf, offset, 4); in readlength_bitstream() 90 *lendata = tbuf[0] << 24 | tbuf[1] << 16 | in readlength_bitstream() [all …]
|
/linux-4.4.14/net/dccp/ |
D | probe.c | 59 char tbuf[256]; in printl() local 66 len = sprintf(tbuf, "%lu.%06lu ", in printl() 69 len += vscnprintf(tbuf+len, sizeof(tbuf)-len, fmt, args); in printl() 72 kfifo_in_locked(&dccpw.fifo, tbuf, len, &dccpw.lock); in printl() 122 unsigned char *tbuf; in dccpprobe_read() local 130 tbuf = vmalloc(len); in dccpprobe_read() 131 if (!tbuf) in dccpprobe_read() 139 cnt = kfifo_out_locked(&dccpw.fifo, tbuf, len, &dccpw.lock); in dccpprobe_read() 140 error = copy_to_user(buf, tbuf, cnt) ? -EFAULT : 0; in dccpprobe_read() 143 vfree(tbuf); in dccpprobe_read()
|
/linux-4.4.14/net/sctp/ |
D | probe.c | 75 char tbuf[256]; in printl() local 78 len = vscnprintf(tbuf, sizeof(tbuf), fmt, args); in printl() 81 kfifo_in_locked(&sctpw.fifo, tbuf, len, &sctpw.lock); in printl() 97 unsigned char *tbuf; in sctpprobe_read() local 105 tbuf = vmalloc(len); in sctpprobe_read() 106 if (!tbuf) in sctpprobe_read() 114 cnt = kfifo_out_locked(&sctpw.fifo, tbuf, len, &sctpw.lock); in sctpprobe_read() 115 error = copy_to_user(buf, tbuf, cnt) ? -EFAULT : 0; in sctpprobe_read() 118 vfree(tbuf); in sctpprobe_read()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_trc.c | 125 void *tbuf = NULL; in snic_trc_init() local 129 tbuf = vmalloc(tbuf_sz); in snic_trc_init() 130 if (!tbuf) { in snic_trc_init() 138 memset(tbuf, 0, tbuf_sz); in snic_trc_init() 139 trc->buf = (struct snic_trc_data *) tbuf; in snic_trc_init()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 151 char tbuf[22]; in average_read() local 161 ret = snprintf(tbuf, sizeof(tbuf), "%llu\n", field); in average_read() 163 if (copy_to_user(buf, tbuf, ret)) in average_read() 437 char tbuf[18]; in dbg_read() local 467 ret = snprintf(tbuf, sizeof(tbuf), "%s\n", (const char *)(unsigned long)field); in dbg_read() 469 ret = snprintf(tbuf, sizeof(tbuf), "0x%llx\n", field); in dbg_read() 472 if (copy_to_user(buf, tbuf, ret)) in dbg_read()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_probe.c | 186 static int tcpprobe_sprint(char *tbuf, int n) in tcpprobe_sprint() argument 193 return scnprintf(tbuf, n, in tcpprobe_sprint() 211 char tbuf[256]; in tcpprobe_read() local 227 width = tcpprobe_sprint(tbuf, sizeof(tbuf)); in tcpprobe_read() 239 if (copy_to_user(buf + cnt, tbuf, width)) in tcpprobe_read()
|
D | arp.c | 1289 char tbuf[16]; in arp_format_neigh_entry() local 1311 sprintf(tbuf, "%pI4", n->primary_key); in arp_format_neigh_entry() 1313 tbuf, hatype, arp_state_to_flags(n), hbuffer, dev->name); in arp_format_neigh_entry() 1322 char tbuf[16]; in arp_format_pneigh_entry() local 1324 sprintf(tbuf, "%pI4", n->key); in arp_format_pneigh_entry() 1326 tbuf, hatype, ATF_PUBL | ATF_PERM, "00:00:00:00:00:00", in arp_format_pneigh_entry()
|
/linux-4.4.14/ipc/ |
D | msg.c | 463 struct msqid64_ds tbuf; in msgctl_nolock() local 469 memset(&tbuf, 0, sizeof(tbuf)); in msgctl_nolock() 496 kernel_to_ipc64_perm(&msq->q_perm, &tbuf.msg_perm); in msgctl_nolock() 497 tbuf.msg_stime = msq->q_stime; in msgctl_nolock() 498 tbuf.msg_rtime = msq->q_rtime; in msgctl_nolock() 499 tbuf.msg_ctime = msq->q_ctime; in msgctl_nolock() 500 tbuf.msg_cbytes = msq->q_cbytes; in msgctl_nolock() 501 tbuf.msg_qnum = msq->q_qnum; in msgctl_nolock() 502 tbuf.msg_qbytes = msq->q_qbytes; in msgctl_nolock() 503 tbuf.msg_lspid = msq->q_lspid; in msgctl_nolock() [all …]
|
D | shm.c | 926 struct shmid64_ds tbuf; in shmctl_nolock() local 954 memset(&tbuf, 0, sizeof(tbuf)); in shmctl_nolock() 955 kernel_to_ipc64_perm(&shp->shm_perm, &tbuf.shm_perm); in shmctl_nolock() 956 tbuf.shm_segsz = shp->shm_segsz; in shmctl_nolock() 957 tbuf.shm_atime = shp->shm_atim; in shmctl_nolock() 958 tbuf.shm_dtime = shp->shm_dtim; in shmctl_nolock() 959 tbuf.shm_ctime = shp->shm_ctim; in shmctl_nolock() 960 tbuf.shm_cpid = shp->shm_cprid; in shmctl_nolock() 961 tbuf.shm_lpid = shp->shm_lprid; in shmctl_nolock() 962 tbuf.shm_nattch = shp->shm_nattch; in shmctl_nolock() [all …]
|
D | sem.c | 1221 struct semid64_ds tbuf; in semctl_nolock() local 1224 memset(&tbuf, 0, sizeof(tbuf)); in semctl_nolock() 1250 kernel_to_ipc64_perm(&sma->sem_perm, &tbuf.sem_perm); in semctl_nolock() 1251 tbuf.sem_otime = get_semotime(sma); in semctl_nolock() 1252 tbuf.sem_ctime = sma->sem_ctime; in semctl_nolock() 1253 tbuf.sem_nsems = sma->sem_nsems; in semctl_nolock() 1255 if (copy_semid_to_user(p, &tbuf, version)) in semctl_nolock()
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | cdev.c | 192 void *tbuf; in vol_cdev_read() local 217 tbuf = vmalloc(tbuf_size); in vol_cdev_read() 218 if (!tbuf) in vol_cdev_read() 230 err = ubi_eba_read_leb(ubi, vol, lnum, tbuf, off, len, 0); in vol_cdev_read() 243 err = copy_to_user(buf, tbuf, len); in vol_cdev_read() 253 vfree(tbuf); in vol_cdev_read() 269 char *tbuf; in vol_cdev_direct_write() local 298 tbuf = vmalloc(tbuf_size); in vol_cdev_direct_write() 299 if (!tbuf) in vol_cdev_direct_write() 310 err = copy_from_user(tbuf, buf, len); in vol_cdev_direct_write() [all …]
|
/linux-4.4.14/drivers/usb/core/ |
D | message.c | 755 static int usb_get_langid(struct usb_device *dev, unsigned char *tbuf) in usb_get_langid() argument 765 err = usb_string_sub(dev, 0, 0, tbuf); in usb_get_langid() 788 dev->string_langid = tbuf[2] | (tbuf[3] << 8); in usb_get_langid() 814 unsigned char *tbuf; in usb_string() local 822 tbuf = kmalloc(256, GFP_NOIO); in usb_string() 823 if (!tbuf) in usb_string() 826 err = usb_get_langid(dev, tbuf); in usb_string() 830 err = usb_string_sub(dev, dev->string_langid, index, tbuf); in usb_string() 835 err = utf16s_to_utf8s((wchar_t *) &tbuf[2], (err - 2) / 2, in usb_string() 839 if (tbuf[1] != USB_DT_STRING) in usb_string() [all …]
|
D | devio.c | 974 unsigned char *tbuf; in proc_control() local 991 tbuf = (unsigned char *)__get_free_page(GFP_KERNEL); in proc_control() 992 if (!tbuf) { in proc_control() 1014 tbuf, ctrl.wLength, tmo); in proc_control() 1017 tbuf, max(i, 0)); in proc_control() 1019 if (copy_to_user(ctrl.data, tbuf, i)) { in proc_control() 1026 if (copy_from_user(tbuf, ctrl.data, ctrl.wLength)) { in proc_control() 1033 tbuf, ctrl.wLength); in proc_control() 1038 tbuf, ctrl.wLength, tmo); in proc_control() 1050 free_page((unsigned long) tbuf); in proc_control() [all …]
|
D | hcd.c | 475 u8 *tbuf = NULL; in rh_call_control() local 501 tbuf = kzalloc(tbuf_size, GFP_KERNEL); in rh_call_control() 502 if (!tbuf) in rh_call_control() 505 bufp = tbuf; in rh_call_control() 530 tbuf[0] = (device_may_wakeup(&hcd->self.root_hub->dev) in rh_call_control() 533 tbuf[1] = 0; in rh_call_control() 550 tbuf[0] = 1; in rh_call_control() 615 tbuf[0] = 0; in rh_call_control() 632 tbuf[0] = 0; in rh_call_control() 633 tbuf[1] = 0; in rh_call_control() [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | rx.c | 878 u8 *tbuf; in carl9170_rx_stream() local 880 tbuf = buf; in carl9170_rx_stream() 884 rx_stream = (void *) tbuf; in carl9170_rx_stream() 904 __carl9170_rx(ar, tbuf, tlen); in carl9170_rx_stream() 919 memcpy(skb_put(ar->rx_failover, tlen), tbuf, tlen); in carl9170_rx_stream() 961 memcpy(skb_put(ar->rx_failover, tlen), tbuf, tlen); in carl9170_rx_stream() 967 tbuf += wlen + 4; in carl9170_rx_stream()
|
/linux-4.4.14/arch/x86/crypto/ |
D | twofish_glue_3way.c | 237 .tbuf = buf, in lrw_encrypt() 254 .tbuf = buf, in lrw_decrypt() 305 .tbuf = buf, in xts_encrypt() 323 .tbuf = buf, in xts_decrypt()
|
D | serpent_sse2_glue.c | 254 .tbuf = buf, in lrw_encrypt() 280 .tbuf = buf, in lrw_decrypt() 342 .tbuf = buf, in xts_encrypt() 369 .tbuf = buf, in xts_decrypt()
|
D | camellia_glue.c | 1463 .tbuf = buf, in lrw_encrypt() 1480 .tbuf = buf, in lrw_decrypt() 1531 .tbuf = buf, in xts_encrypt() 1549 .tbuf = buf, in xts_decrypt()
|
D | serpent_avx2_glue.c | 245 .tbuf = buf, in lrw_encrypt() 271 .tbuf = buf, in lrw_decrypt()
|
D | twofish_avx_glue.c | 275 .tbuf = buf, in lrw_encrypt() 301 .tbuf = buf, in lrw_decrypt()
|
D | camellia_aesni_avx_glue.c | 271 .tbuf = buf, in lrw_encrypt() 297 .tbuf = buf, in lrw_decrypt()
|
D | cast6_avx_glue.c | 271 .tbuf = buf, in lrw_encrypt() 297 .tbuf = buf, in lrw_decrypt()
|
D | serpent_avx_glue.c | 281 .tbuf = buf, in lrw_encrypt() 307 .tbuf = buf, in lrw_decrypt()
|
D | camellia_aesni_avx2_glue.c | 279 .tbuf = buf, in lrw_encrypt() 305 .tbuf = buf, in lrw_decrypt()
|
D | aesni-intel_glue.c | 596 .tbuf = buf, in lrw_encrypt() 620 .tbuf = buf, in lrw_decrypt() 747 .tbuf = buf, in xts_encrypt() 772 .tbuf = buf, in xts_decrypt()
|
/linux-4.4.14/include/crypto/ |
D | xts.h | 12 be128 *tbuf; member
|
D | lrw.h | 31 be128 *tbuf; member
|
/linux-4.4.14/net/sunrpc/ |
D | cache.c | 1428 char tbuf[22]; in read_flush() local 1432 snprintf(tbuf, sizeof(tbuf), "%lu\n", convert_to_wallclock(cd->flush_time)); in read_flush() 1433 len = strlen(tbuf); in read_flush() 1439 if (copy_to_user(buf, (void*)(tbuf+p), len)) in read_flush() 1449 char tbuf[20]; in write_flush() local 1453 if (*ppos || count > sizeof(tbuf)-1) in write_flush() 1455 if (copy_from_user(tbuf, buf, count)) in write_flush() 1457 tbuf[count] = 0; in write_flush() 1458 simple_strtoul(tbuf, &ep, 0); in write_flush() 1462 bp = tbuf; in write_flush()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 1301 char tbuf[20]; in write_gssp() local 1305 if (*ppos || count > sizeof(tbuf)-1) in write_gssp() 1307 if (copy_from_user(tbuf, buf, count)) in write_gssp() 1310 tbuf[count] = 0; in write_gssp() 1311 res = kstrtoul(tbuf, 0, &i); in write_gssp() 1331 char tbuf[10]; in read_gssp() local 1334 snprintf(tbuf, sizeof(tbuf), "%d\n", sn->use_gss_proxy); in read_gssp() 1335 len = strlen(tbuf); in read_gssp() 1341 if (copy_to_user(buf, (void *)(tbuf+p), len)) in read_gssp()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | sdio.c | 411 u8 *tbuf = NULL; in ath6kl_sdio_read_write_sync() local 422 tbuf = ar_sdio->dma_buffer; in ath6kl_sdio_read_write_sync() 425 memcpy(tbuf, buf, len); in ath6kl_sdio_read_write_sync() 429 tbuf = buf; in ath6kl_sdio_read_write_sync() 432 ret = ath6kl_sdio_io(ar_sdio->func, request, addr, tbuf, len); in ath6kl_sdio_read_write_sync() 434 memcpy(buf, tbuf, len); in ath6kl_sdio_read_write_sync()
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | textbox.c | 56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox() argument 69 buf = tbuf; in dialog_textbox()
|
D | dialog.h | 238 int dialog_textbox(const char *title, char *tbuf, int initial_height,
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 1109 char *tbuf; in pvr2_v4l2_read() local 1114 tbuf = kmalloc(PAGE_SIZE,GFP_KERNEL); in pvr2_v4l2_read() 1115 if (!tbuf) return -ENOMEM; in pvr2_v4l2_read() 1120 c2 = pvr2_hdw_cpufw_get(hdw,offs,tbuf,c1); in pvr2_v4l2_read() 1126 if (copy_to_user(buff,tbuf,c2)) { in pvr2_v4l2_read() 1136 kfree(tbuf); in pvr2_v4l2_read()
|
D | pvrusb2-hdw.c | 3873 char tbuf[50]; in pvr2_issue_simple_cmd() local 3876 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd() 3877 sizeof(tbuf)-bcnt, in pvr2_issue_simple_cmd() 3882 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd() 3883 sizeof(tbuf)-bcnt, in pvr2_issue_simple_cmd() 3891 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd() 3892 sizeof(tbuf)-bcnt, in pvr2_issue_simple_cmd() 3896 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd() 3897 sizeof(tbuf)-bcnt, in pvr2_issue_simple_cmd() 3901 ccnt = scnprintf(tbuf+bcnt, in pvr2_issue_simple_cmd() [all …]
|
/linux-4.4.14/drivers/misc/cxl/ |
D | pci.c | 774 void *tbuf; in cxl_afu_read_err_buffer() local 793 tbuf = (void *)__get_free_page(GFP_TEMPORARY); in cxl_afu_read_err_buffer() 794 if (!tbuf) in cxl_afu_read_err_buffer() 798 memcpy_fromio(tbuf, ebuf + aligned_start, aligned_length); in cxl_afu_read_err_buffer() 799 memcpy(buf, tbuf + (off & 0x7), count); in cxl_afu_read_err_buffer() 801 free_page((unsigned long)tbuf); in cxl_afu_read_err_buffer()
|
/linux-4.4.14/drivers/target/ |
D | target_core_spc.c | 1107 unsigned char tbuf[SE_MODE_PAGE_BUF]; in spc_emulate_modeselect() local 1135 memset(tbuf, 0, SE_MODE_PAGE_BUF); in spc_emulate_modeselect() 1136 length = modesense_handlers[i].emulate(cmd, 0, tbuf); in spc_emulate_modeselect() 1149 if (memcmp(buf + off, tbuf, length)) in spc_emulate_modeselect()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 710 struct mthca_cq_buf tbuf; in mthca_poll_cq() local 713 tbuf = cq->buf; in mthca_poll_cq() 718 cq->resize_buf->buf = tbuf; in mthca_poll_cq()
|
D | mthca_provider.c | 822 struct mthca_cq_buf tbuf; in mthca_resize_cq() local 828 tbuf = cq->buf; in mthca_resize_cq() 833 tbuf = cq->resize_buf->buf; in mthca_resize_cq() 841 mthca_free_cq_buf(dev, &tbuf, tcqe); in mthca_resize_cq()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-st.c | 365 u16 tbuf = byte << 1; in st_i2c_write_tx_fifo() local 367 writel_relaxed(tbuf | 1, i2c_dev->base + SSC_TBUF); in st_i2c_write_tx_fifo()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 2428 static int switch_log_sprint(struct spu_context *ctx, char *tbuf, int n) in switch_log_sprint() argument 2434 return snprintf(tbuf, n, "%u.%09u %d %u %u %llu\n", in switch_log_sprint() 2458 char tbuf[128]; in spufs_switch_log_read() local 2493 width = switch_log_sprint(ctx, tbuf, sizeof(tbuf)); in spufs_switch_log_read() 2503 error = copy_to_user(buf + cnt, tbuf, width); in spufs_switch_log_read()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 1156 struct mlx5_ib_cq_buf tbuf; in mlx5_ib_resize_cq() local 1163 tbuf = cq->buf; in mlx5_ib_resize_cq() 1173 free_cq_buf(dev, &tbuf); in mlx5_ib_resize_cq()
|
/linux-4.4.14/kernel/ |
D | compat.c | 348 COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf) in COMPAT_SYSCALL_DEFINE1() argument 350 if (tbuf) { in COMPAT_SYSCALL_DEFINE1() 360 if (copy_to_user(tbuf, &tmp, sizeof(tmp))) in COMPAT_SYSCALL_DEFINE1()
|
D | sys.c | 895 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() argument 897 if (tbuf) { in SYSCALL_DEFINE1() 901 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1()
|
/linux-4.4.14/crypto/ |
D | xts.c | 178 be128 *t_buf = req->tbuf; in xts_crypt()
|
D | lrw.c | 227 be128 *t_buf = req->tbuf; in lrw_crypt()
|
/linux-4.4.14/block/ |
D | genhd.c | 462 char tbuf[BDEVT_SIZE]; in bdevt_str() local 463 snprintf(tbuf, BDEVT_SIZE, "%02x%02x", MAJOR(devt), MINOR(devt)); in bdevt_str() 464 snprintf(buf, BDEVT_SIZE, "%-9s", tbuf); in bdevt_str()
|
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_mpc.c | 132 char tbuf[82], tdup[82]; in ctcmpc_dumpit() local 157 sprintf(tbuf, "%2.2llX", (__u64)*ptr); in ctcmpc_dumpit() 159 tbuf[2] = '\0'; in ctcmpc_dumpit() 160 strcat(bhex, tbuf); in ctcmpc_dumpit()
|
/linux-4.4.14/drivers/scsi/ |
D | qla1280.c | 1750 uint8_t *sp, *tbuf; in qla1280_load_firmware_dma() local 1753 tbuf = pci_alloc_consistent(ha->pdev, 8000, &p_tbuf); in qla1280_load_firmware_dma() 1754 if (!tbuf) in qla1280_load_firmware_dma() 1825 if (tbuf[i] != sp[i] && warn++ < 10) { in qla1280_load_firmware_dma() 1831 __func__, sp[i], tbuf[i]); in qla1280_load_firmware_dma() 1844 pci_free_consistent(ha->pdev, 8000, tbuf, p_tbuf); in qla1280_load_firmware_dma()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_txrx.c | 1139 struct ath9k_htc_rxbuf *rxbuf, *tbuf; in ath9k_rx_cleanup() local 1141 list_for_each_entry_safe(rxbuf, tbuf, &priv->rx.rxbuf, list) { in ath9k_rx_cleanup()
|
/linux-4.4.14/include/linux/ |
D | compat.h | 588 asmlinkage long compat_sys_times(struct compat_tms __user *tbuf);
|
D | syscalls.h | 218 asmlinkage long sys_times(struct tms __user *tbuf);
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.c | 2198 bfa_nw_ioc_smem_read(struct bfa_ioc *ioc, void *tbuf, u32 soff, u32 sz) in bfa_nw_ioc_smem_read() argument 2202 u32 *buf = tbuf; in bfa_nw_ioc_smem_read()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 51 BCM_SYSPORT_IO_MACRO(tbuf, SYS_PORT_TBUF_OFFSET);
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_ioc.c | 2054 bfa_ioc_smem_read(struct bfa_ioc_s *ioc, void *tbuf, u32 soff, u32 sz) in bfa_ioc_smem_read() argument 2059 u32 *buf = tbuf; in bfa_ioc_smem_read()
|