Searched refs:iocommand (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dhpsa.c2434 IOCTL_Command_struct iocommand; local
2443 if (copy_from_user(&iocommand, argp, sizeof(iocommand)))
2445 if ((iocommand.buf_size < 1) &&
2446 (iocommand.Request.Type.Direction != XFER_NONE)) {
2449 if (iocommand.buf_size > 0) {
2450 buff = kmalloc(iocommand.buf_size, GFP_KERNEL);
2454 if (iocommand.Request.Type.Direction == XFER_WRITE) {
2456 if (copy_from_user(buff, iocommand.buf, iocommand
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.c2434 IOCTL_Command_struct iocommand; local
2443 if (copy_from_user(&iocommand, argp, sizeof(iocommand)))
2445 if ((iocommand.buf_size < 1) &&
2446 (iocommand.Request.Type.Direction != XFER_NONE)) {
2449 if (iocommand.buf_size > 0) {
2450 buff = kmalloc(iocommand.buf_size, GFP_KERNEL);
2454 if (iocommand.Request.Type.Direction == XFER_WRITE) {
2456 if (copy_from_user(buff, iocommand.buf, iocommand
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dcciss.c1433 IOCTL_Command_struct iocommand; local
1446 (&iocommand, argp, sizeof(IOCTL_Command_struct)))
1448 if ((iocommand.buf_size < 1) &&
1449 (iocommand.Request.Type.Direction != XFER_NONE)) {
1452 if (iocommand.buf_size > 0) {
1453 buff = kmalloc(iocommand.buf_size, GFP_KERNEL);
1457 if (iocommand.Request.Type.Direction == XFER_WRITE) {
1460 (buff, iocommand.buf, iocommand.buf_size)) {
1465 memset(buff, 0, iocommand
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dcciss.c1433 IOCTL_Command_struct iocommand; local
1446 (&iocommand, argp, sizeof(IOCTL_Command_struct)))
1448 if ((iocommand.buf_size < 1) &&
1449 (iocommand.Request.Type.Direction != XFER_NONE)) {
1452 if (iocommand.buf_size > 0) {
1453 buff = kmalloc(iocommand.buf_size, GFP_KERNEL);
1457 if (iocommand.Request.Type.Direction == XFER_WRITE) {
1460 (buff, iocommand.buf, iocommand.buf_size)) {
1465 memset(buff, 0, iocommand
[all...]

Completed in 202 milliseconds