Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Dypserv_proc.c214 if ((fdb = ypset_current_map(req.map, req.domain, in ypmatch()
319 if ((fdb = ypset_current_map(req.map, req.domain, in ypfirst()
357 if ((fdb = ypset_current_map(req.map, req.domain, in ypnext()
466 if ((fdb = ypset_current_map(pmap, pdomain, &resp.status)) != NULL && in ypxfr()
550 if ((fdb = ypset_current_map(req.map, in ypall()
610 if ((fdb = ypset_current_map(req.map, in ypmaster()
658 if ((fdb = ypset_current_map(req.map, in yporder()
800 if ((fdb = ypset_current_map(req->map, req->domain, in xdrypserv_ypall()
1006 (((fdb = ypset_current_map(req.ypmatch_req_map, in ypoldmatch()
1116 ((fdb = ypset_current_map(req.ypfirst_req_map, in ypoldfirst()
[all …]
H A Dypserv_map.c75 if ((fdb = ypset_current_map(map, domain, &error)) != NULL) { in ypget_map_order()
147 ypset_current_map(char *map, char *domain, uint_t *error) in ypset_current_map() function
H A Dypsym.h118 extern DBM *ypset_current_map(char *map, char *domain, uint_t *error);