Home
last modified time | relevance | path

Searched refs:nh_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_svc.c221 hd->nh_next = ndr_handle_list; in ndr_hdalloc()
248 *pphd = hd->nh_next; in ndr_hdfree()
254 pphd = &(*pphd)->nh_next; in ndr_hdfree()
283 hd = hd->nh_next; in ndr_hdlookup()
306 *pphd = hd->nh_next; in ndr_hdclose()
315 pphd = &(*pphd)->nh_next; in ndr_hdclose()
H A Dlibmlrpc.h527 struct ndr_handle *nh_next; member