| /src/sys/kern/ |
| kern_proc.c | 2042 static const int ostat[] = { local 2057 KASSERT(l->l_stat < __arraycount(ostat)); 2059 ostat[l->l_stat] > ostat[lp->l_stat] || 2060 (ostat[l->l_stat] == ostat[lp->l_stat] &&
|
| kern_exec.c | 2245 int ostat = p->p_stat; local 2246 KASSERT(ostat < SSTOP); 2315 p->p_stat = ostat;
|
| kern_proc.c | 2042 static const int ostat[] = { local 2057 KASSERT(l->l_stat < __arraycount(ostat)); 2059 ostat[l->l_stat] > ostat[lp->l_stat] || 2060 (ostat[l->l_stat] == ostat[lp->l_stat] &&
|
| kern_exec.c | 2245 int ostat = p->p_stat; local 2246 KASSERT(ostat < SSTOP); 2315 p->p_stat = ostat;
|
| /src/sys/dev/ic/ |
| aic79xx.c | 7181 cam_status ostat; local 7184 ostat = ahd_get_scsi_status(scb); 7185 if (ostat == CAM_REQ_INPROG) 7194 " ostat 0x%x, cstat 0x%x, " 7196 SCB_GET_TAG(scb), ostat, cstat, 7329 cam_status ostat; local 7332 ostat = ahd_get_scsi_status(scb); 7333 if (ostat == CAM_REQ_INPROG) 7529 cam_status ostat; local 7531 ostat = ahd_get_scsi_status(scbp) [all...] |
| aic7xxx.c | 5345 cam_status ostat; local 5348 ostat = ahc_get_transaction_status(scb); 5349 if (ostat == CAM_REQ_INPROG) 5457 cam_status ostat; local 5460 ostat = ahc_get_transaction_status(scb); 5461 if (ostat == CAM_REQ_INPROG) 5565 cam_status ostat; local 5568 ostat = ahc_get_transaction_status(scb); 5569 if (ostat == CAM_REQ_INPROG) 5870 cam_status ostat; local [all...] |
| aic79xx.c | 7181 cam_status ostat; local 7184 ostat = ahd_get_scsi_status(scb); 7185 if (ostat == CAM_REQ_INPROG) 7194 " ostat 0x%x, cstat 0x%x, " 7196 SCB_GET_TAG(scb), ostat, cstat, 7329 cam_status ostat; local 7332 ostat = ahd_get_scsi_status(scb); 7333 if (ostat == CAM_REQ_INPROG) 7529 cam_status ostat; local 7531 ostat = ahd_get_scsi_status(scbp) [all...] |
| aic7xxx.c | 5345 cam_status ostat; local 5348 ostat = ahc_get_transaction_status(scb); 5349 if (ostat == CAM_REQ_INPROG) 5457 cam_status ostat; local 5460 ostat = ahc_get_transaction_status(scb); 5461 if (ostat == CAM_REQ_INPROG) 5565 cam_status ostat; local 5568 ostat = ahc_get_transaction_status(scb); 5569 if (ostat == CAM_REQ_INPROG) 5870 cam_status ostat; local [all...] |