Searched refs:data_buf (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmcadm.h57 caddr_t data_buf; /* message buffer */ member in struct:rmcadm_send_srecord_bp
81 caddr32_t data_buf; /* message buffer */ member in struct:rmcadm_send_srecord_bp32
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmcadm.c554 ssbp.data_buf = (caddr_t)(uintptr_t)ssbp32.data_buf;
578 user_data_buf = ssbp.data_buf;
584 ssbp.data_buf = kmem_alloc(ssbp.data_len, KM_SLEEP);
586 if (ddi_copyin(user_data_buf, ssbp.data_buf,
589 kmem_free(ssbp.data_buf, ssbp.data_len);
590 ssbp.data_buf = user_data_buf;
606 kmem_free(ssbp.data_buf, ssbp.data_len);
620 ssbp.status = rmc_comm_send_srecord_bp(ssbp.data_buf,
644 if (ssbp.data_buf)
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_nvram.c483 u32_t *data_buf,
526 ptr32 = data_buf;
480 lm_nvram_write( lm_device_t *pdev, u32_t offset, u32_t *data_buf, u32_t buf_size) argument
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c1018 char *data_buf; local
1422 if ((data_buf = memalign(sizeof (uint64_t),
1429 g_nrecs_used = process_data(out, data_buf);
1436 for (i = 0, lsp = (lsrec_t *)data_buf; i < g_nrecs_used; i++,
1455 for (i = 0, oldlsp = (lsrec_t *)data_buf; i < g_nrecs_used; i++,
1484 free(data_buf);
1485 data_buf = (char *)newlsp;
1497 for (i = 0, lsp = (lsrec_t *)data_buf; i < g_nrecs_used; i++,
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h331 caddr_t data_buf; member in struct:sf_els_hdr
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.c499 srec_bp.data_buf = (caddr_t)buf;
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h320 void *data_buf; member in struct:skd_special_context
H A Dskd.c1381 (void) memset(skspcl->data_buf, 0x65, SKD_N_INTERNAL_BYTES);
1478 uint8_t *buf = skspcl->data_buf;
3300 /* data_buf's DMA pointer is skspcl->db_dma_address */
3301 skspcl->data_buf = skd_alloc_dma_mem(skdev, mem, ATYPE_64BIT);
3302 if (skspcl->data_buf == NULL) {
3307 bzero(skspcl->data_buf, nbytes);
3540 if (skspcl->data_buf != NULL) {
3544 skspcl->data_buf = NULL;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c703 void *data_buf = NULL; local
753 data_buf = (void *)((char *)uio_data +
758 (dev, data_buf, uio);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvcc.c96 static int i_vcc_read_ldc(vcc_port_t *vport, char *data_buf, size_t *sz);
557 i_vcc_read_ldc(vcc_port_t *vport, char *data_buf, size_t *sz) argument
616 data_buf[*sz] = buf.data[i];
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3204 if (privp->data_buf) {
3516 privp->data_buf = lun_buf;
3578 (struct scsi_report_luns *)privp->data_buf;
3874 privp->data_buf = inq_buf;
3931 struct scsi_inquiry *prt = (struct scsi_inquiry *)privp->data_buf;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c13478 caddr_t data_buf; local
13482 data_buf = NULL;
13485 (caddr_t)&data_buf, &data_len) != DDI_PROP_SUCCESS) {
13489 len = strlen(data_buf);
13490 port->fp_ulp_nload = fctl_atoi(data_buf, 10);
13492 data_ptr = data_buf + len + 1;
13518 if (data_buf != NULL) {
13519 kmem_free(data_buf, data_len);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c5944 uint8_t *data_buf = NULL; local
6153 data_buf = cmd_buf + 12;
6279 bcopy((void *)data_buf, (void *)pkt->pkt_cmd,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3770 u32_t *data_buf,

Completed in 193 milliseconds