HomeSort by: relevance | last modified time | path
    Searched refs:cmdresult (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
i82586.c 1489 int cmdresult, status; local in function:ie_cfg_setup
1508 cmdresult = i82586_start_cmd(sc, IE_CUC_START, cmd, IE_STAT_COMPL, 0);
1510 if (cmdresult != 0) {
1529 int cmdresult, status; local in function:ie_ia_setup
1537 cmdresult = i82586_start_cmd(sc, IE_CUC_START, cmdbuf, IE_STAT_COMPL, 0);
1539 if (cmdresult != 0) {
1563 int cmdresult, status; local in function:ie_mc_setup
1578 cmdresult = i82586_start_cmd(sc, IE_CUC_START, cmdbuf, IE_STAT_COMPL,
1581 if (cmdresult != 0) {
ninjascsi32.c 1393 njsc32_clear_cmds(struct njsc32_softc *sc, scsipi_xfer_result_t cmdresult)
1404 njsc32_end_cmd(sc, cmd, cmdresult);
1414 njsc32_end_cmd(sc, cmd, cmdresult);
1418 njsc32_end_cmd(sc, cmd, cmdresult);

Completed in 16 milliseconds