Home
last modified time | relevance | path

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

/src/lib/libc/yp/
H A Dyplib.c98 struct dom_binding *_ypbindlist; variable
303 ysd = _ypbindlist; in _yp_dobind()
311 _ypbindlist = NULL; in _yp_dobind()
321 for (ysd = _ypbindlist; ysd; ysd = ysd->dom_pnext) in _yp_dobind()
550 ysd->dom_pnext = _ypbindlist; in _yp_dobind()
551 _ypbindlist = ysd; in _yp_dobind()
620 for (ypb = _ypbindlist; ypb; ypb = ypb->dom_pnext) { in yp_unbind_locked()
626 _ypbindlist = ypb->dom_pnext; in yp_unbind_locked()