Home
last modified time | relevance | path

Searched refs:mbtmp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/i2o/
H A Ddpti.c455 u_int32_t mbtmp[IOP_MAX_MSG_SIZE / sizeof(u_int32_t)]; in dpti_passthrough() local
516 if ((rv = copyin(data, mbtmp, msgsize)) != 0) { in dpti_passthrough()
559 p = mbtmp + sgoff; in dpti_passthrough()
560 pmax = mbtmp + (msgsize >> 2) - 2; in dpti_passthrough()
678 mf = (struct i2o_msg *)mbtmp; in dpti_passthrough()
689 rv = iop_msg_map(iop, im, mbtmp, bufs[i].db_ptr, in dpti_passthrough()
702 if ((rv = iop_msg_post(iop, im, mbtmp, 5*60*1000)) != 0) in dpti_passthrough()