Searched refs:OutputLength (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/bcm/ |
D | Bcmchar.c | 225 Bufflen = IoBuffer.OutputLength + (4 - IoBuffer.OutputLength%4)%4; in bcm_char_ioctl() 234 if(copy_to_user(IoBuffer.OutputBuffer, temp_buff, IoBuffer.OutputLength)) in bcm_char_ioctl() 305 temp_buff = kmalloc(IoBuffer.OutputLength, GFP_KERNEL); in bcm_char_ioctl() 319 (PUINT)temp_buff, IoBuffer.OutputLength); in bcm_char_ioctl() 321 if(copy_to_user(IoBuffer.OutputBuffer, temp_buff, IoBuffer.OutputLength)) in bcm_char_ioctl() 615 Status = copy_to_user(IoBuffer.OutputBuffer, &gpio_multi_info, IoBuffer.OutputLength); in bcm_char_ioctl() 686 Status = copy_to_user(IoBuffer.OutputBuffer, &gpio_multi_mode, IoBuffer.OutputLength); in bcm_char_ioctl() 988 if(copy_to_user(IoBuffer.OutputBuffer, VER_FILEVERSION_STR, IoBuffer.OutputLength)) in bcm_char_ioctl() 1004 if (IoBuffer.OutputLength != sizeof(link_state)) { in bcm_char_ioctl() 1015 min_t(size_t, sizeof(link_state), IoBuffer.OutputLength))) in bcm_char_ioctl() [all …]
|
D | Ioctl.h | 24 ULONG OutputLength; member
|