Searched refs:ppx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c541 exs_hdl_t *xp, **ppx; local
545 ppx = &Exh_head;
547 for (xp = *ppx; xp; xp = xp->h_next) {
549 ppx = &xp->h_next;
560 *ppx = hp->h_next;
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c539 ip_xprt_t *ipp, **ppx = &ip_xps; local
546 for (ipp = *ppx; ipp != NULL; ipp = ipp->ipx_next) {
548 ppx = &ipp->ipx_next;
558 *ppx = ipx->ipx_next;

Completed in 61 milliseconds