type1
ISP_IOXGET_16(isp, &src->un.type1.ridacq_vp_count, dst->un.type1.ridacq_vp_count);
ISP_IOXGET_8(isp, &src->un.type1.ridacq_vp_index, dst->un.type1.ridacq_vp_index);
ISP_IOXGET_8(isp, &src->un.type1.ridacq_vp_status, dst->un.type1.ridacq_vp_status);
} type1; /* type 1 */
uint8_t type1 __debugvar;
type1 = TAILQ_FIRST(&lockroot.list)->node->ondisk->type;
KKASSERT(item->node->ondisk->type == type1);
return (type1(msgvec, 1, 1));
return (type1(msgvec, 0, 1));
return (type1(msgvec, 1, 0));
return (type1(msgvec, 0, 0));
int type1(int *, int, int);