Searched refs:an_idnext (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c167 mdb_printf("\t\t%16s: %p\n", "an_idnext", areqn->an_idnext);
275 IDNEXT, /* an_idnext */
298 wsp->walk_addr = (uintptr_t)adn->an_idnext;
354 (uintptr_t)ptr->an_idnext) == NULL)
576 /* follow the an_idnext chains for each bucket */
583 node_addr = (uintptr_t)node.an_idnext;
595 "cannot read rt_idhash %d an_idnext %d\n",
621 " an_idnext %d = %<b>%p:%</b>\n",
645 } while (node.an_idnext !
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c172 arptr->an_idnext = arptr->an_idprev = NULL;
1521 headp = areq->an_idnext = rt->rt_idhash[indx];
1548 nextp = areq->an_idnext;
1553 prevp->an_idnext = nextp;
1596 for (areq = rt->rt_idhash[indx]; areq; areq = areq->an_idnext) {
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h206 struct kcf_areq_node *an_idnext; /* Next in ID hash */ member in struct:kcf_areq_node

Completed in 92 milliseconds