Searched refs:IOCTL_Command_struct (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcciss_ioctl.h172 } IOCTL_Command_struct; typedef in typeref:struct:_IOCTL_Command_struct
203 #define CCISS_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 11, IOCTL_Command_struct)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss.c588 IOCTL_Command_struct arg64;
589 IOCTL_Command_struct __user *p = compat_alloc_user_space(sizeof(arg64));
885 IOCTL_Command_struct iocommand;
899 (&iocommand, argp, sizeof(IOCTL_Command_struct)))
974 (argp, &iocommand, sizeof(IOCTL_Command_struct))) {

Completed in 53 milliseconds