/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_stats.c | 301 char ebuf[256]; in ipath_get_faststats() local 303 iserr = ipath_decode_err(dd, ebuf, sizeof ebuf, in ipath_get_faststats() 309 "(%s)\n", ebuf); in ipath_get_faststats() 321 ebuf); in ipath_get_faststats() 324 " problem interrupt (%s)\n", ebuf); in ipath_get_faststats()
|
D | ipath_driver.c | 1149 void *ebuf; in ipath_kreceive() local 1180 ebuf = NULL; in ipath_kreceive() 1195 ebuf = ipath_get_egrbuf(dd, etail); in ipath_kreceive() 1213 ipath_ib_rcv(dd->verbs_dev, (u32 *)hdr, ebuf, tlen); in ipath_kreceive()
|
/linux-4.1.27/fs/jffs2/ |
D | erase.c | 342 void *ebuf; in jffs2_block_check_erase() local 349 &ebuf, NULL); in jffs2_block_check_erase() 362 wordebuf = ebuf-sizeof(*wordebuf); in jffs2_block_check_erase() 379 ebuf = kmalloc(PAGE_SIZE, GFP_KERNEL); in jffs2_block_check_erase() 380 if (!ebuf) { in jffs2_block_check_erase() 394 ret = mtd_read(c->mtd, ofs, readlen, &retlen, ebuf); in jffs2_block_check_erase() 409 unsigned long *datum = ebuf + i; in jffs2_block_check_erase() 423 kfree(ebuf); in jffs2_block_check_erase()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 503 int i915_error_state_buf_init(struct drm_i915_error_state_buf *ebuf, in i915_error_state_buf_init() argument 507 memset(ebuf, 0, sizeof(*ebuf)); in i915_error_state_buf_init() 508 ebuf->i915 = i915; in i915_error_state_buf_init() 513 ebuf->size = count + 1 > PAGE_SIZE ? count + 1 : PAGE_SIZE; in i915_error_state_buf_init() 514 ebuf->buf = kmalloc(ebuf->size, in i915_error_state_buf_init() 517 if (ebuf->buf == NULL) { in i915_error_state_buf_init() 518 ebuf->size = PAGE_SIZE; in i915_error_state_buf_init() 519 ebuf->buf = kmalloc(ebuf->size, GFP_TEMPORARY); in i915_error_state_buf_init() 522 if (ebuf->buf == NULL) { in i915_error_state_buf_init() 523 ebuf->size = 128; in i915_error_state_buf_init() [all …]
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_driver.c | 451 void *ebuf; in qib_kreceive() local 482 ebuf = NULL; in qib_kreceive() 490 ebuf = qib_get_egrbuf(rcd, etail); in qib_kreceive() 491 prefetch_range(ebuf, tlen - sizeof(*hdr)); in qib_kreceive() 503 ebuf == NULL && in qib_kreceive() 517 qib_ib_rcv(rcd, hdr, ebuf, tlen); in qib_kreceive()
|
/linux-4.1.27/arch/s390/crypto/ |
D | prng.c | 113 static int generate_entropy(u8 *ebuf, size_t nbytes) in generate_entropy() argument 136 h = ebuf; in generate_entropy() 145 memcpy(ebuf, hash, n); in generate_entropy() 147 ebuf += n; in generate_entropy()
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 165 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount); 166 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount); 589 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount) in dvb_ca_en50221_read_data() argument 599 if (ebuf == NULL) { in dvb_ca_en50221_read_data() 632 if (ebuf == NULL) { in dvb_ca_en50221_read_data() 676 if (ebuf == NULL) { in dvb_ca_en50221_read_data() 683 memcpy(ebuf, buf, bytes_read); in dvb_ca_en50221_read_data()
|
/linux-4.1.27/drivers/staging/media/cxd2099/ |
D | cxd2099.c | 633 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in read_data() argument 651 read_block(ci, 0x12, ebuf, len); in read_data() 658 static int write_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in write_data() argument 666 write_block(ci, 0x11, ebuf, ecount); in write_data()
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoecmd.c | 1370 char ebuf[128]; in aoecmd_ata_rsp() local 1377 snprintf(ebuf, sizeof ebuf, "aoecmd_ata_rsp: ata response " in aoecmd_ata_rsp() 1380 aoechr_error(ebuf); in aoecmd_ata_rsp() 1401 snprintf(ebuf, sizeof(ebuf), in aoecmd_ata_rsp() 1410 aoechr_error(ebuf); in aoecmd_ata_rsp()
|
/linux-4.1.27/drivers/net/usb/ |
D | dm9601.c | 204 __le16 *ebuf = (__le16 *) data; in dm9601_get_eeprom() local 213 &ebuf[i]) < 0) in dm9601_get_eeprom()
|
D | sr9800.c | 448 __le16 *ebuf = (__le16 *)data; in sr_get_eeprom() local 463 0, 2, &ebuf[i]); in sr_get_eeprom()
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 3035 u16 *ebuf = (u16 *)buf; in netdev_get_eeprom() local 3041 ebuf[i] = eeprom_read(ioaddr, i); in netdev_get_eeprom() 3045 ebuf[i] = SWAP_BITS(ebuf[i]); in netdev_get_eeprom()
|