/src/sys/kern/ |
kern_proc.c | 2042 static const int ostat[] = { local in function:proc_active_lwp 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 | 2236 int ostat = p->p_stat; local in function:handle_posix_spawn_attrs 2237 KASSERT(ostat < SSTOP); 2306 p->p_stat = ostat;
|
kern_proc.c | 2042 static const int ostat[] = { local in function:proc_active_lwp 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 | 2236 int ostat = p->p_stat; local in function:handle_posix_spawn_attrs 2237 KASSERT(ostat < SSTOP); 2306 p->p_stat = ostat;
|
/src/sys/dev/ic/ |
aic79xx.c | 7181 cam_status ostat; local in function:ahd_search_qinfifo 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 in function:ahd_search_scb_list 7332 ostat = ahd_get_scsi_status(scb); 7333 if (ostat == CAM_REQ_INPROG) 7529 cam_status ostat; local in function:ahd_abort_scbs 7531 ostat = ahd_get_scsi_status(scbp) [all...] |
aic7xxx.c | 5345 cam_status ostat; local in function:ahc_search_qinfifo 5348 ostat = ahc_get_transaction_status(scb); 5349 if (ostat == CAM_REQ_INPROG) 5457 cam_status ostat; local in function:ahc_search_qinfifo 5460 ostat = ahc_get_transaction_status(scb); 5461 if (ostat == CAM_REQ_INPROG) 5565 cam_status ostat; local in function:ahc_search_untagged_queues 5568 ostat = ahc_get_transaction_status(scb); 5569 if (ostat == CAM_REQ_INPROG) 5870 cam_status ostat; local in function:ahc_abort_scbs [all...] |
aic79xx.c | 7181 cam_status ostat; local in function:ahd_search_qinfifo 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 in function:ahd_search_scb_list 7332 ostat = ahd_get_scsi_status(scb); 7333 if (ostat == CAM_REQ_INPROG) 7529 cam_status ostat; local in function:ahd_abort_scbs 7531 ostat = ahd_get_scsi_status(scbp) [all...] |
aic7xxx.c | 5345 cam_status ostat; local in function:ahc_search_qinfifo 5348 ostat = ahc_get_transaction_status(scb); 5349 if (ostat == CAM_REQ_INPROG) 5457 cam_status ostat; local in function:ahc_search_qinfifo 5460 ostat = ahc_get_transaction_status(scb); 5461 if (ostat == CAM_REQ_INPROG) 5565 cam_status ostat; local in function:ahc_search_untagged_queues 5568 ostat = ahc_get_transaction_status(scb); 5569 if (ostat == CAM_REQ_INPROG) 5870 cam_status ostat; local in function:ahc_abort_scbs [all...] |