Searched refs:dstbuf (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/uwb/ |
H A D | beacon.c | 319 char dstbuf[UWB_ADDR_STRSIZE]; uwb_beacon_print() local 323 uwb_dev_addr_print(dstbuf, sizeof(dstbuf), &bf->hdr.DestAddr); uwb_beacon_print() 326 devbuf, dstbuf, be->bChannelNumber, be->wBPSTOffset, uwb_beacon_print()
|
/linux-4.1.27/net/ipv6/ |
H A D | exthdrs.c | 254 __u16 dstbuf; ipv6_destopt_rcv() local 269 dstbuf = opt->dst1; ipv6_destopt_rcv() 276 opt->nhoff = dstbuf; ipv6_destopt_rcv()
|
/linux-4.1.27/drivers/dma/ |
H A D | dmatest.c | 276 pr_warn("%s: dstbuf[0x%x] not copied! Expected %02x, got %02x\n", dmatest_mismatch() 279 pr_warn("%s: dstbuf[0x%x] was copied! Expected %02x, got %02x\n", dmatest_mismatch() 282 pr_warn("%s: dstbuf[0x%x] mismatch! Expected %02x, got %02x\n", dmatest_mismatch() 778 /* srcbuf and dstbuf are allocated by the thread itself */ dmatest_add_threads()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 1057 char dstbuf[32]; lpfc_debugfs_dif_err_write() local 1061 memset(dstbuf, 0, 32); lpfc_debugfs_dif_err_write() 1063 if (copy_from_user(dstbuf, buf, size)) lpfc_debugfs_dif_err_write() 1071 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) lpfc_debugfs_dif_err_write()
|
/linux-4.1.27/fs/fuse/ |
H A D | dir.c | 1290 /* We fill entries into dstbuf only as much as parse_dirplusfile()
|
Completed in 225 milliseconds