Lines Matching defs:rb
487 struct i2o_rbs_reply *rb;
494 rb = reply;
499 err = ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0);
501 if (!err && rb->reqstatus != I2O_STATUS_SUCCESS) {
502 detail = le16toh(rb->detail);
515 bp->b_resid = bp->b_bcount - le32toh(rb->transfercount);
525 struct i2o_util_event_register_reply *rb;
530 rb = reply;
532 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0)
535 event = le32toh(rb->event);