Searched defs:pindex (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optlib.h | 88 int pindex; /* prev index for backup */ member in struct:Optstate_s
|
/illumos-gate/usr/src/lib/libeti/menu/inc/ |
H A D | menu.h | 92 int pindex; /* Index into pattern buffer */ member in struct:MENU
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 92 static int pindex; /* Global index for adding/extracting */ variable 207 pindex = 0; 379 pool[pindex++] ^= digest[i]; 380 /* pindex modulo RNDPOOLSIZE */ 381 pindex &= (RNDPOOLSIZE - 1); 448 SWRAND_ADD_BYTES(ptr, len, pindex, pool); 490 pool[pindex++] ^= bp[bstart]; 492 pindex &= (RNDPOOLSIZE - 1);
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 112 unsigned int pindex; local 126 pindex = plural_eval(gmnp->plural, mp->n); 133 pindex = 0; 135 pindex = 1; 138 gprintf(0, "plural_eval returned: %u\n", pindex); 140 if (pindex >= gmnp->nplurals) { 142 pindex = 0; 145 for (; pindex != 0; pindex--) {
|
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_svc.c | 1064 sq->pindex = diskio.local_cd; 2557 uint_t seq, int pindex, int qpos) 2567 pvec[pc].pindex = pindex; 2639 sq->seq, sq->pindex, sq->qpos); 2556 rdc_setbitind(int *pendcnt, net_pendvec_t *pvec, rdc_net_dataset_t *dset, uint_t seq, int pindex, int qpos) argument
|
H A D | rdc_io.h | 417 int pindex; /* primary host set index */ member in struct:rdc_sleepq
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | immu_dvma.c | 2458 int on, npte, pindex; local 2489 pindex = 0; 2513 ihp->ihp_preptes[pindex++] = shwp;
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 2325 uint64_t ppindex, eindex, pindex; local 2337 pindex = child->spt_pindex; 2346 if (eindex == pindex) { 2349 } else if (ppindex == pindex) { 2749 uint64_t sc_count = 0, pindex; local 2881 LIBSES_PROP_PHYS_PARENT, &pindex) == 0) { 2894 sproot->spt_pindex = pindex;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 5551 int index_len, pindex = 0; /* init value in case of pfile error */ local 5635 if ((pindex = parse_index(buf, NULL)) == -1) { 5657 if (pindex == 0) { 5708 if (pfp_delete_rule(pindex) != 0) { 5719 pindex = 0; 5736 if ((ret = pfp_delete_rule(pindex)) != 0) {
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfclib.h | 1033 uint32_t pindex; /* Set only by parent */ member in struct:dfc_regevent
|
Completed in 158 milliseconds