dpti.c | 455 u_int32_t mbtmp[IOP_MAX_MSG_SIZE / sizeof(u_int32_t)]; local in function:dpti_passthrough 516 if ((rv = copyin(data, mbtmp, msgsize)) != 0) { 559 p = mbtmp + sgoff; 560 pmax = mbtmp + (msgsize >> 2) - 2; 678 mf = (struct i2o_msg *)mbtmp; 689 rv = iop_msg_map(iop, im, mbtmp, bufs[i].db_ptr, 702 if ((rv = iop_msg_post(iop, im, mbtmp, 5*60*1000)) != 0)
|