Searched defs:cindex (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcollate.h82 m_collel_t *cindex, /* index to range table map */ member in struct:_m_cinfo
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h141 CHR cindex[MAXNCG]; variable
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c246 int index, cindex; local
249 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1);
251 tid->tx_buf[cindex] = NULL;
264 int index, cindex; local
270 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1);
272 ASSERT(tid->tx_buf[cindex] == NULL);
273 tid->tx_buf[cindex] = bf;
277 tid->baw_tail = cindex;
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4981 int cindex)
5007 id_cryptoctx->creds[cindex] = malloc(sizeof(struct _pkinit_cred_info));
5008 if (id_cryptoctx->creds[cindex] == NULL) {
5012 id_cryptoctx->creds[cindex]->cert = x;
5014 id_cryptoctx->creds[cindex]->cert_id = NULL;
5015 id_cryptoctx->creds[cindex]->cert_id_len = 0;
5017 id_cryptoctx->creds[cindex]->key = y;
5018 id_cryptoctx->creds[cindex+1] = NULL;
4977 pkinit_load_fs_cert_and_key(krb5_context context, pkinit_identity_crypto_context id_cryptoctx, char *certname, char *keyname, int cindex) argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1021 uint32_t cindex; /* Set only by child */ member in struct:dfc_regevent

Completed in 90 milliseconds