Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_svc.c222 hd->nh_next = ndr_handle_list; in ndr_hdalloc()
249 *pphd = hd->nh_next; in ndr_hdfree()
255 pphd = &(*pphd)->nh_next; in ndr_hdfree()
284 hd = hd->nh_next; in ndr_hdlookup()
307 *pphd = hd->nh_next; in ndr_hdclose()
316 pphd = &(*pphd)->nh_next; in ndr_hdclose()
H A Dlibmlrpc.h467 struct ndr_handle *nh_next; member