Searched refs:data_buffer (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dflipc_debug.h77 unsigned char *buffer_base = flipc_cb_base + cb_ctl->data_buffer.start;
98 unsigned long bitvec_length = ((cb_ctl->data_buffer.number + sizeof(unsigned long) * 8)
110 for (current_cbptr = cb_ctl->data_buffer.free;
154 ? cb_ctl->data_buffer.number % (sizeof(unsigned long)*8)
163 + cb_ctl->data_buffer.start);
198 for (i = 0, current_cbptr = cb_ctl->data_buffer.free;
206 if (i > cb_ctl->data_buffer.number) {
213 cb_ctl->data_buffer.number);
H A Dflipc_cb.h1086 struct flipc_cb_type_ctl data_buffer; member in struct:flipc_comm_buffer_ctl
/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Drand_vms.c96 unsigned char data_buffer[256]; local
109 pitem->buffer = (long *)&data_buffer[total_length];
128 RAND_add(data_buffer, total_length, total_length/2);
/macosx-10.10/ppp-786.1.1/Shared/
H A Dfd_exchange.c180 char data_buffer[FD_EXCHANGE_MAX_DATA_SIZE];
199 iov[iov_idx].iov_base = data_buffer;
200 iov[iov_idx].iov_len = sizeof(data_buffer);
218 memcpy(ancilliary_data, data_buffer, data_size);
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.h180 virtual IOReturn StartTransmit( UInt32 control_length, UInt8 *control_buffer, UInt32 data_length, UInt8 *data_buffer ) = 0;
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h164 IOReturn StartTransmit( UInt32 control_length, UInt8 *control_buffer, UInt32 data_length, UInt8 *data_buffer );
275 IOReturn StartTransmit( UInt32 control_length, UInt8 *control_buffer, UInt32 data_length, UInt8 *data_buffer );
H A DAppleUSBIrDA.cpp3182 // data_buffer - raw data
3191 IOReturn AppleUSBIrDADriver::StartTransmit(UInt32 control_length, UInt8 *control_buffer, UInt32 data_length, UInt8 *data_buffer)
3212 bcopy(data_buffer, &fPipeOutBuffer[control_length+1], data_length);
3811 AppleUSBIrDA::StartTransmit( UInt32 control_length, UInt8 *control_buffer, UInt32 data_length, UInt8 *data_buffer )
3816 return driver->StartTransmit(control_length, control_buffer, data_length, data_buffer);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff64-rs6000.c2177 bfd_byte *data_buffer;
2284 data_buffer = NULL;
2285 data_buffer = (bfd_byte *) bfd_zmalloc (data_buffer_size);
2286 if (data_buffer == NULL)
2292 bfd_put_32 (abfd, val, &data_buffer[0x08]);
2294 bfd_put_32 (abfd, val, &data_buffer[0x20]);
2295 memcpy (&data_buffer[val], init, initsz);
2301 bfd_put_32 (abfd, val, &data_buffer[0x0C]);
2303 bfd_put_32 (abfd, val, &data_buffer[0x40]);
2304 memcpy (&data_buffer[va
2176 bfd_byte *data_buffer; local
[all...]
H A Dcoff-rs6000.c3672 bfd_byte *data_buffer;
3741 data_buffer = NULL;
3742 data_buffer = (bfd_byte *) bfd_zmalloc (data_buffer_size);
3743 if (data_buffer == NULL)
3749 bfd_h_put_32 (abfd, val, &data_buffer[0x04]);
3751 bfd_h_put_32 (abfd, val, &data_buffer[0x14]);
3752 memcpy (&data_buffer[val], init, initsz);
3758 bfd_h_put_32 (abfd, val, &data_buffer[0x08]);
3760 bfd_h_put_32 (abfd, val, &data_buffer[0x2C]);
3761 memcpy (&data_buffer[va
3666 bfd_byte *data_buffer; local
[all...]

Completed in 292 milliseconds