HomeSort by: relevance | last modified time | path
    Searched defs: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) {
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) {

Completed in 24 milliseconds