Searched refs:c_resp (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/aac/
H A Daac.c3684 struct aac_ctcfg_resp *c_resp; local
3711 c_resp = (struct aac_ctcfg_resp *)&fib->data[0];
3712 if (c_resp->Status != ST_OK) {
3714 c_resp->Status);
3720 sc->scsi_method_id = c_resp->param;
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid.c3585 struct aac_ctcfg_resp *c_resp; local
3612 c_resp = (struct aac_ctcfg_resp *)&fib->data[0];
3613 if (c_resp->Status != ST_OK) {
3615 c_resp->Status);
3621 sc->scsi_method_id = c_resp->param;

Completed in 62 milliseconds