Searched refs:DataBuffer (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dset.c48 static char DataBuffer[DP_MAX_MSGLEN]; local
68 * Concatenate the two strings into DataBuffer. Make sure you
71 (void) strcpy(DataBuffer, argv[2]);
72 (void) strcpy(&DataBuffer[strlen(argv[2])+1], argv[3]);
73 Message.data = DataBuffer;
H A Dsend_event.c46 char DataBuffer[DP_MAX_MSGLEN]; member in union:data_buffer
55 static data_buffer_t DataBuffer; local
73 Parms = (dp_send_alert_t *)&DataBuffer;
H A Duser.c62 char DataBuffer[DP_MAX_MSGLEN]; member in union:__anon1506
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_ioctl.h281 uint32_t DataBuffer[1]; member in struct:mptsas_diag_read_buffer
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c1651 caddr_t DataBuffer = NULL; local
1665 if ((DataBuffer = (caddr_t)kmem_zalloc(DL_SLIM_SEG_BYTE_COUNT,
1678 kmem_free(DataBuffer, DL_SLIM_SEG_BYTE_COUNT);
1723 Dst = (uint32_t *)DataBuffer;
1732 WRITE_SLIM_COPY(hba, (uint32_t *)DataBuffer,
1776 if (DataBuffer) {
1777 kmem_free(DataBuffer, DL_SLIM_SEG_BYTE_COUNT);
2341 caddr_t DataBuffer = NULL; local
2353 if ((DataBuffer = (caddr_t)kmem_zalloc(DL_SLIM_SEG_BYTE_COUNT,
2366 kmem_free(DataBuffer, DL_SLIM_SEG_BYTE_COUN
4218 caddr_t DataBuffer = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c11592 sizeof (diag_read_buffer.DataBuffer) +

Completed in 190 milliseconds