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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsh_dac_audio.c43 static char *data_buffer, *buffer_begin, *buffer_end; variable
67 buffer_begin = buffer_end = data_buffer;
206 nbytes = data_buffer + BUFFER_SIZE - buffer_end;
215 ((void *)data_buffer, buf + nbytes, count - nbytes))
217 buffer_end = data_buffer + count - nbytes;
278 if (buffer_begin == data_buffer + BUFFER_SIZE)
279 buffer_begin = data_buffer;
299 data_buffer = kmalloc(BUFFER_SIZE, GFP_KERNEL);
300 if (data_buffer == NULL)
323 kfree((void *)data_buffer);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm.h96 u8 *data_buffer; member in struct:tpm_chip
H A Dtpm.c335 memset(chip->data_buffer, 0, TPM_BUFSIZE);
925 chip->data_buffer = kmalloc(TPM_BUFSIZE * sizeof(u8), GFP_KERNEL);
926 if (chip->data_buffer == NULL) {
954 kfree(chip->data_buffer);
977 (chip->data_buffer, (void __user *) buf, in_size)) {
983 out_size = tpm_transmit(chip, chip->data_buffer, TPM_BUFSIZE);
1010 if (copy_to_user(buf, chip->data_buffer, ret_size))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf.h209 u16* data_buffer; /* -> data to send to the FSB */ member in struct:w9968cf_device
H A Dw9968cf.c1293 u16* data = cam->data_buffer;
2663 kfree(cam->data_buffer);
3544 if (!(cam->data_buffer = kzalloc(8, GFP_KERNEL))) {
3601 kfree(cam->data_buffer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D3w-9xxx.c723 tw_compat_info = (TW_Compatibility_Info *)tw_ioctl->data_buffer;
741 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event));
760 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event));
764 event = (TW_Event *)tw_ioctl->data_buffer;
789 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event));
793 event = (TW_Event *)tw_ioctl->data_buffer;
818 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event));
822 tw_lock = (TW_Lock *)tw_ioctl->data_buffer;
H A D3w-xxxx.h296 char data_buffer[1]; member in struct:TAG_TW_New_Ioctl
H A D3w-9xxx.h594 char data_buffer[1]; member in struct:TAG_TW_Ioctl_Apache
H A D3w-xxxx.c737 memset(tw_ioctl->data_buffer, 0, data_buffer_length);
751 memcpy(tw_ioctl->data_buffer, &tw_aen_code, sizeof(tw_aen_code));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dcsr1212.c797 csr1212_generate_tree_subdir(struct csr1212_keyval *dir, u32 *data_buffer) argument
862 data_buffer[index] = cpu_to_be32(value);

Completed in 108 milliseconds