Searched refs:oplen (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Dcore.h42 int oplen, void *reslist, int reslen);
H A Ddevice.c429 int oplen, void *reslist, int reslen)
453 msg->body[i++] = cpu_to_le32(0x4C000000 | oplen); /* OperationList */
454 memcpy(&msg->body[i], oplist, oplen);
455 i += (oplen / 4 + (oplen % 4 ? 1 : 0));
428 i2o_parm_issue(struct i2o_device *i2o_dev, int cmd, void *oplist, int oplen, void *reslist, int reslen) argument
H A Di2o_config.c189 ops = kmalloc(kcmd.oplen, GFP_KERNEL);
193 if (copy_from_user(ops, kcmd.opbuf, kcmd.oplen)) {
208 len = i2o_parm_issue(dev, i2o_cmd, ops, kcmd.oplen, res, 65536);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/chrp/
H A Dsetup.c354 int oplen = 0; local
363 opprop = of_get_property(root, "platform-open-pic", &oplen);
366 if (opprop && oplen >= na * sizeof(unsigned int)) {
368 oplen /= na * sizeof(unsigned int);
375 oplen = 0;
390 if (oplen < len) {
392 " OpenPIC (%d < %d)\n", oplen, len);
393 len = oplen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dchannel.h97 sw_uint32 oplen,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddpti.h278 void *opblk, int oplen, void *resblk, int reslen);
H A Ddpt_i2o.c3181 void *opblk, int oplen, void *resblk, int reslen)
3192 msg[5] = 0x54000000 | oplen; /* OperationBlock */
3180 adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, void *opblk, int oplen, void *resblk, int reslen) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Di2o-dev.h68 unsigned int oplen; /* Operation List buffer length in bytes */ member in struct:i2o_cmd_psetget
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c777 int oplen = alen + 4 + sizeof(struct inet_diag_hostcond); local
780 *op = (struct inet_diag_bc_op){ code, oplen, oplen+4 };
785 ptr += oplen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dunsupported.c813 AVAHI_GCC_UNUSED sw_uint32 oplen,
808 sw_corby_channel_start_request( AVAHI_GCC_UNUSED sw_corby_channel self, AVAHI_GCC_UNUSED sw_const_corby_profile profile, AVAHI_GCC_UNUSED struct _sw_corby_buffer ** buffer, AVAHI_GCC_UNUSED sw_const_string op, AVAHI_GCC_UNUSED sw_uint32 oplen, AVAHI_GCC_UNUSED sw_bool reply_expected) argument

Completed in 208 milliseconds