/titanic_41/usr/src/uts/sun4u/io/ |
H A D | rmcadm.c | 554 ssbp.data_buf = (caddr_t)(uintptr_t)ssbp32.data_buf; in rmcadm_ioctl() 578 user_data_buf = ssbp.data_buf; in rmcadm_ioctl() 584 ssbp.data_buf = kmem_alloc(ssbp.data_len, KM_SLEEP); in rmcadm_ioctl() 586 if (ddi_copyin(user_data_buf, ssbp.data_buf, in rmcadm_ioctl() 589 kmem_free(ssbp.data_buf, ssbp.data_len); in rmcadm_ioctl() 590 ssbp.data_buf = user_data_buf; in rmcadm_ioctl() 606 kmem_free(ssbp.data_buf, ssbp.data_len); in rmcadm_ioctl() 620 ssbp.status = rmc_comm_send_srecord_bp(ssbp.data_buf, in rmcadm_ioctl() 644 if (ssbp.data_buf) in rmcadm_ioctl() 645 kmem_free(ssbp.data_buf, ssbp.data_len); in rmcadm_ioctl() [all …]
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | rmcadm.h | 57 caddr_t data_buf; /* message buffer */ member 81 caddr32_t data_buf; /* message buffer */ member
|
/titanic_41/usr/src/cmd/lockstat/ |
H A D | lockstat.c | 1018 char *data_buf; in main() local 1422 if ((data_buf = memalign(sizeof (uint64_t), in main() 1429 g_nrecs_used = process_data(out, data_buf); in main() 1436 for (i = 0, lsp = (lsrec_t *)data_buf; i < g_nrecs_used; i++, in main() 1455 for (i = 0, oldlsp = (lsrec_t *)data_buf; i < g_nrecs_used; i++, in main() 1484 free(data_buf); in main() 1485 data_buf = (char *)newlsp; in main() 1497 for (i = 0, lsp = (lsrec_t *)data_buf; i < g_nrecs_used; i++, in main()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_nvram.c | 483 u32_t *data_buf, in lm_nvram_write() argument 526 ptr32 = data_buf; in lm_nvram_write()
|
/titanic_41/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | sfvar.h | 331 caddr_t data_buf; member
|
/titanic_41/usr/src/uts/common/io/skd/ |
H A D | skd.h | 320 void *data_buf; member
|
H A D | skd.c | 1381 (void) memset(skspcl->data_buf, 0x65, SKD_N_INTERNAL_BYTES); in skd_send_internal_skspcl() 1478 uint8_t *buf = skspcl->data_buf; in skd_complete_internal() 3301 skspcl->data_buf = skd_alloc_dma_mem(skdev, mem, ATYPE_64BIT); in skd_cons_sksb() 3302 if (skspcl->data_buf == NULL) { in skd_cons_sksb() 3307 bzero(skspcl->data_buf, nbytes); in skd_cons_sksb() 3540 if (skspcl->data_buf != NULL) { in skd_free_sksb() 3544 skspcl->data_buf = NULL; in skd_free_sksb()
|
/titanic_41/usr/src/lib/librsc/sparc/mpxu/common/ |
H A D | librsc.c | 499 srec_bp.data_buf = (caddr_t)buf; in rsc_raw_write()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vcc.c | 93 static int i_vcc_read_ldc(vcc_port_t *vport, char *data_buf, size_t *sz); 554 i_vcc_read_ldc(vcc_port_t *vport, char *data_buf, size_t *sz) in i_vcc_read_ldc() argument 613 data_buf[*sz] = buf.data[i]; in i_vcc_read_ldc()
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ucma/ |
H A D | sol_ucma.c | 703 void *data_buf = NULL; in sol_ucma_write() local 753 data_buf = (void *)((char *)uio_data + in sol_ucma_write() 758 (dev, data_buf, uio); in sol_ucma_write()
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 3206 if (privp->data_buf) { in sf_els_free() 3518 privp->data_buf = lun_buf; in sf_do_reportlun() 3580 (struct scsi_report_luns *)privp->data_buf; in sf_reportlun_callback() 3876 privp->data_buf = inq_buf; in sf_do_inquiry() 3933 struct scsi_inquiry *prt = (struct scsi_inquiry *)privp->data_buf; in sf_inq_callback()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 13478 caddr_t data_buf; in fp_load_ulp_modules() local 13482 data_buf = NULL; in fp_load_ulp_modules() 13485 (caddr_t)&data_buf, &data_len) != DDI_PROP_SUCCESS) { in fp_load_ulp_modules() 13489 len = strlen(data_buf); in fp_load_ulp_modules() 13490 port->fp_ulp_nload = fctl_atoi(data_buf, 10); in fp_load_ulp_modules() 13492 data_ptr = data_buf + len + 1; in fp_load_ulp_modules() 13518 if (data_buf != NULL) { in fp_load_ulp_modules() 13519 kmem_free(data_buf, data_len); in fp_load_ulp_modules()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.c | 5944 uint8_t *data_buf = NULL; in emlxs_send_menlo_cmd() local 6153 data_buf = cmd_buf + 12; in emlxs_send_menlo_cmd() 6279 bcopy((void *)data_buf, (void *)pkt->pkt_cmd, in emlxs_send_menlo_cmd()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 3770 u32_t *data_buf,
|