Searched refs:oplen (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_config.c | 392 ops = (u8*)kmalloc(kcmd.oplen, GFP_KERNEL); in ioctl_parms() 399 if(copy_from_user(ops, kcmd.opbuf, kcmd.oplen)) in ioctl_parms() 419 ops, kcmd.oplen, res, 65536); in ioctl_parms()
|
D | README.ioctl | 124 u32 oplen; /* Operation List buffer length in bytes */ 165 u32 oplen; /* Operation List buffer length in bytes */
|
D | i2o_core.c | 2716 void *oplist, int oplen, void *reslist, int reslen) in i2o_issue_params() argument 2727 opmem = kmalloc(oplen, GFP_KERNEL); in i2o_issue_params() 2730 memcpy(opmem, oplist, oplen); in i2o_issue_params() 2743 msg[5] = 0x54000000 | oplen; /* OperationList */ in i2o_issue_params()
|
/linux-2.4.37.9/include/linux/ |
D | i2o-dev.h | 57 unsigned int oplen; /* Operation List buffer length in bytes */ member
|
/linux-2.4.37.9/drivers/scsi/ |
D | dpti.h | 329 void *opblk, int oplen, void *resblk, int reslen);
|
D | dpt_i2o.c | 3177 void *opblk, int oplen, void *resblk, int reslen) in adpt_i2o_issue_params() argument 3188 msg[5] = 0x54000000 | oplen; /* OperationBlock */ in adpt_i2o_issue_params()
|