| /onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
| H A D | oce_buf.h | 86 uint16_t pidx; /* Put Ptr */ member 162 ring->pidx = GET_Q_NEXT(ring->pidx, n, ring->num_items) 171 (void *)(((type *)DBUF_VA(ring->dbuf)) + ring->pidx) 174 (uint64_t)(((type *)DBUF_PA(ring->dbuf)) + ring->pidx)
|
| H A D | oce_hw.h | 918 uint32_t pidx:13; member 942 uint32_t pidx:13; 1028 uint32_t pidx:11; member 1048 uint32_t pidx:11;
|
| /onnv-gate/usr/src/uts/i86pc/io/ |
| H A D | rootnex.c | 3826 uint_t pidx; in rootnex_setup_cookie() local 3845 pidx = (sinfo->si_buf_offset + cur_offset) >> MMU_PAGESHIFT; in rootnex_setup_cookie() 3846 ASSERT(pidx < sinfo->si_max_pages); in rootnex_setup_cookie() 3873 dma->dp_pgmap[pidx].pm_uses_copybuf = B_TRUE; in rootnex_setup_cookie() 3881 dma->dp_pgmap[pidx].pm_cbaddr = dma->dp_cbaddr + in rootnex_setup_cookie() 3885 dma->dp_pgmap[pidx].pm_cbaddr = (caddr_t)( in rootnex_setup_cookie() 3890 dma->dp_pgmap[pidx].pm_cbaddr = (caddr_t)( in rootnex_setup_cookie() 3902 dma->dp_pgmap[pidx].pm_cbaddr)) + poff; in rootnex_setup_cookie() 3913 dma->dp_pgmap[pidx].pm_kaddr = (caddr_t)(((uintptr_t) in rootnex_setup_cookie() 3921 dma->dp_pgmap[pidx].pm_mapped = B_FALSE; in rootnex_setup_cookie() [all …]
|
| /onnv-gate/usr/src/uts/common/vm/ |
| H A D | seg_spt.c | 384 pgcnt_t pidx; in segspt_create() local 565 for (a = addr, pidx = 0; pidx < npages; a += pgsz, pidx += pgcnt) { in segspt_create() 566 sz = MIN(pgsz, ptob(npages - pidx)); in segspt_create() 568 &ppa[pidx], sptd->spt_prot, hat_flags); in segspt_create() 1836 pgcnt_t pidx; in segspt_dismfault() local 1912 pidx = 0; in segspt_dismfault() 1919 for (; pidx < npages; a += pgsz, pidx += pgcnt) { in segspt_dismfault() 1921 a, pgsz, &ppa[pidx], sptd->spt_prot, in segspt_dismfault() 1935 for (; pidx < npages; in segspt_dismfault() 1936 a += pgsz, pidx += pgcnt) { in segspt_dismfault() [all …]
|
| /onnv-gate/usr/src/lib/passwdutil/ |
| H A D | ldap_attr.c | 553 int pidx = 0; in ldap_update() local 624 NEW_ATTR(pattrs, pidx, in ldap_update() 656 NEW_ATTR(pattrs, pidx, _PWD_USERPASSWORD, val); in ldap_update() 660 NEW_ATTR(pattrs, pidx, _PWD_DESCRIPTION, p->data.val_s); in ldap_update() 664 NEW_ATTR(pattrs, pidx, _PWD_GECOS, in ldap_update() 673 NEW_ATTR(pattrs, pidx, _PWD_HOMEDIRECTORY, in ldap_update() 682 NEW_ATTR(pattrs, pidx, _PWD_LOGINSHELL, in ldap_update() 940 pattrs[pidx] = NULL; in ldap_update()
|
| /onnv-gate/usr/src/uts/common/syscall/ |
| H A D | utssys.c | 319 pid_t npids, pidx, *pidlist; in dofusers() local 348 for (pidx = 0; pidx < npids; pidx++) { in dofusers() 355 pid_t pid = pidlist[pidx]; in dofusers()
|
| /onnv-gate/usr/src/uts/common/io/chxge/ |
| H A D | sge.c | 312 uint32_t pidx; in sge_data_out() local 388 pidx = Q->cq_pidx; in sge_data_out() 413 ce = &cq[pidx]; in sge_data_out() 418 e = &q[pidx]; in sge_data_out() 441 if (++pidx == entries_n) { in sge_data_out() 442 pidx = 0; in sge_data_out() 1062 uint32_t pidx = Q->fq_pidx; in alloc_freelQ_buffers() local 1063 struct freelQ_ce *ce = &Q->fq_centries[pidx]; in alloc_freelQ_buffers() 1065 freelQ_e *e = &Q->fq_entries[pidx]; in alloc_freelQ_buffers() 1109 if (++pidx == entries_n) { in alloc_freelQ_buffers() [all …]
|
| /onnv-gate/usr/src/lib/libparted/common/lib/ |
| H A D | regexec.c | 1282 Idx *pidx, Idx node, re_node_set *eps_via_nodes, in proceed_next_node() argument 1290 re_node_set *cur_nodes = &mctx->state_log[*pidx]->nodes; in proceed_next_node() 1315 && push_fail_stack (fs, *pidx, candidate, nregs, regs, in proceed_next_node() 1332 naccepted = check_node_accept_bytes (dfa, node, &mctx->input, *pidx); in proceed_next_node() 1346 if (memcmp (buf + regs[subexp_idx].rm_so, buf + *pidx, in proceed_next_node() 1359 if (re_node_set_contains (&mctx->state_log[*pidx]->nodes, in proceed_next_node() 1366 || check_node_accept (mctx, dfa->nodes + node, *pidx)) in proceed_next_node() 1369 *pidx = (naccepted == 0) ? *pidx + 1 : *pidx + naccepted; in proceed_next_node() 1370 if (fs && (*pidx > mctx->match_last || mctx->state_log[*pidx] == NULL in proceed_next_node() 1371 || !re_node_set_contains (&mctx->state_log[*pidx]->nodes, in proceed_next_node() [all …]
|
| /onnv-gate/usr/src/uts/i86pc/cpu/generic_cpu/ |
| H A D | gcpu_mca.c | 1725 int pidx = mca->gcpu_mca_nextpoll_idx; in gcpu_mca_logout() local 1726 int ppidx = (pidx == GCPU_MCA_LOGOUT_POLLER_1) ? in gcpu_mca_logout() 1729 gcl = mca->gcpu_mca_logout[pidx]; /* current logout */ in gcpu_mca_logout()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | dumpsubr.c | 2620 pid_t npids, pidx; in dumpsys() local 2747 for (pidx = 0; pidx < npids; pidx++) in dumpsys() 2748 (void) dump_process(dumpcfg.pids[pidx]); in dumpsys()
|
| /onnv-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
| H A D | oce_queue.c | 652 wq->ring->pidx = 0; in oce_wq_create() 883 rq->ring->pidx = 0; in oce_rq_create()
|
| H A D | oce_rx.c | 296 shadow_rq[rq->ring->pidx] = rqbd; in oce_rq_charge()
|
| /onnv-gate/usr/src/uts/common/io/ib/mgt/ibdm/ |
| H A D | ibdm.c | 5370 int h, pp, pidx; in ibdm_ibnex_update_pkey_tbls() local 5419 for (pidx = 0; pidx < port->pa_npkeys; pidx++) { in ibdm_ibnex_update_pkey_tbls() 5420 new_pkey = pinfop[pp].p_pkey_tbl[pidx]; in ibdm_ibnex_update_pkey_tbls() 5421 orig_pkey = &port->pa_pkey_tbl[pidx].pt_pkey; in ibdm_ibnex_update_pkey_tbls() 5444 pidx); in ibdm_ibnex_update_pkey_tbls() 5453 pidx); in ibdm_ibnex_update_pkey_tbls()
|
| /onnv-gate/usr/src/cmd/mdb/common/modules/pmcs/ |
| H A D | pmcs.c | 308 uint_t pidx = 1; in display_iport_dtc() local 349 (void *)&pidx, (uintptr_t)phci.ph_path_head); in display_iport_dtc()
|
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | stdsoap2.h | 1715 short pidx; /* plist block allocation */ member
|
| H A D | stdsoap2.cpp | 6317 soap->pidx = 0; in soap_init_pht() 6391 soap->pidx = 0; in soap_free_pht() 6457 if (!soap->pblk || soap->pidx >= SOAP_PTRBLK) in soap_pointer_enter() 6465 soap->pidx = 0; in soap_pointer_enter() 6467 *ppp = pp = &soap->pblk->plist[soap->pidx++]; in soap_pointer_enter()
|