Searched refs:num_proc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h211 uint32_t num_proc; member in struct:FCIO_EQ_DESC
230 uint32_t num_proc; member in struct:FCIO_CQ_DESC
249 uint32_t num_proc; member in struct:FCIO_WQ_DESC
267 uint32_t num_proc; member in struct:FCIO_RQ_DESC
H A Demlxs_fc.h1399 uint32_t num_proc; member in struct:EQ_DESC
1420 uint32_t num_proc; member in struct:CQ_DESC
1436 uint32_t num_proc; member in struct:WQ_DESC
1454 uint32_t num_proc; member in struct:RQ_DESC
/illumos-gate/usr/src/cmd/init/
H A Dinit.c447 #define num_proc (g_state->ist_num_proc) macro
1011 (process < proc_table + num_proc); process++) {
1021 (process < proc_table + num_proc); process++) {
1115 (process < proc_table + num_proc); process++) {
1139 (process < proc_table + num_proc); process++) {
1157 (process < proc_table + num_proc); process++) {
1470 (process < proc_table + num_proc); process++) {
1500 if (process == (proc_table + num_proc))
2322 (process < proc_table + num_proc); process++) {
2372 (process < proc_table + num_proc); proces
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c3055 wq->num_proc++;
6023 hdr_rq->num_proc++;
6881 cq->num_proc += num_entries;
6977 eq->num_proc += num_entries;
7692 hba->sli.sli4.eq[i].num_proc = 0;
7699 hba->sli.sli4.cq[i].num_proc = 0;
7705 hba->sli.sli4.wq[i].num_proc = 0;
7710 hba->sli.sli4.rq[i].num_proc = 0;
H A Demlxs_solaris.c5445 qp->eq[i].num_proc =
5446 hba->sli.sli4.eq[i].num_proc;
5470 qp->cq[i].num_proc =
5471 hba->sli.sli4.cq[i].num_proc;
5493 qp->wq[i].num_proc =
5494 hba->sli.sli4.wq[i].num_proc;
5514 qp->rq[i].num_proc =
5515 hba->sli.sli4.rq[i].num_proc;

Completed in 128 milliseconds