/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | optjoin.c | 105 opt_info.index = opt_info.state->pindex ? opt_info.state->pindex : 1; in optjoin()
|
H A D | optlib.h | 88 int pindex; /* prev index for backup */ member
|
H A D | optget.c | 3934 opt_info.state->pindex = opt_info.index; in optget()
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 92 static int pindex; /* Global index for adding/extracting */ variable 207 pindex = 0; in _init() 379 pool[pindex++] ^= digest[i]; in swrand_get_entropy() 381 pindex &= (RNDPOOLSIZE - 1); in swrand_get_entropy() 448 SWRAND_ADD_BYTES(ptr, len, pindex, pool); in swrand_add_bytes() 490 pool[pindex++] ^= bp[bstart]; in swrand_mix_pool() 492 pindex &= (RNDPOOLSIZE - 1); in swrand_mix_pool()
|
/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 112 unsigned int pindex; in dfltmsgstr() local 126 pindex = plural_eval(gmnp->plural, mp->n); in dfltmsgstr() 133 pindex = 0; in dfltmsgstr() 135 pindex = 1; in dfltmsgstr() 138 gprintf(0, "plural_eval returned: %u\n", pindex); in dfltmsgstr() 140 if (pindex >= gmnp->nplurals) { in dfltmsgstr() 142 pindex = 0; in dfltmsgstr() 145 for (; pindex != 0; pindex--) { in dfltmsgstr()
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_prot.x | 235 int pindex; member
|
H A D | rdc_svc.c | 1064 sq->pindex = diskio.local_cd; in r_net_write6() 2557 uint_t seq, int pindex, int qpos) in rdc_setbitind() argument 2567 pvec[pc].pindex = pindex; in rdc_setbitind() 2639 sq->seq, sq->pindex, sq->qpos); in rdc_dopending()
|
H A D | rdc_io.h | 417 int pindex; /* primary host set index */ member
|
H A D | rdc_clnt.c | 2322 rdc_k_info_t *krdcp = &rdc_k_info[vecp->pindex]; in _rdc_remote_flush() 2323 rdc_u_info_t *urdcp = &rdc_u_info[vecp->pindex]; in _rdc_remote_flush()
|
/titanic_44/usr/src/lib/libeti/menu/inc/ |
H A D | menu.h | 92 int pindex; /* Index into pattern buffer */ member
|
H A D | private.h | 55 #define Pindex(m) (m)->pindex
|
/titanic_44/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 2383 uint64_t ppindex, eindex, pindex; in ses_phys_tree_insert() local 2395 pindex = child->spt_pindex; in ses_phys_tree_insert() 2404 if (eindex == pindex) { in ses_phys_tree_insert() 2407 } else if (ppindex == pindex) { in ses_phys_tree_insert() 2807 uint64_t sc_count = 0, pindex; in ses_create_chassis() local 2939 LIBSES_PROP_PHYS_PARENT, &pindex) == 0) { in ses_create_chassis() 2952 sproot->spt_pindex = pindex; in ses_create_chassis()
|
/titanic_44/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 */ in ipsec_conf_sub() local 5635 if ((pindex = parse_index(buf, NULL)) == -1) { in ipsec_conf_sub() 5657 if (pindex == 0) { in ipsec_conf_sub() 5708 if (pfp_delete_rule(pindex) != 0) { in ipsec_conf_sub() 5719 pindex = 0; in ipsec_conf_sub() 5736 if ((ret = pfp_delete_rule(pindex)) != 0) { in ipsec_conf_sub()
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | immu_dvma.c | 2458 int on, npte, pindex; in dvma_prealloc() local 2489 pindex = 0; in dvma_prealloc() 2513 ihp->ihp_preptes[pindex++] = shwp; in dvma_prealloc()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfclib.h | 1033 uint32_t pindex; /* Set only by parent */ member
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3542 \def\pindex {\pgindex}
|