Searched refs:ypset_current_map (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypserv_proc.c | 213 if ((fdb = ypset_current_map(req.map, req.domain, in ypmatch() 318 if ((fdb = ypset_current_map(req.map, req.domain, in ypfirst() 356 if ((fdb = ypset_current_map(req.map, req.domain, in ypnext() 465 if ((fdb = ypset_current_map(pmap, pdomain, &resp.status)) != NULL && in ypxfr() 549 if ((fdb = ypset_current_map(req.map, in ypall() 609 if ((fdb = ypset_current_map(req.map, in ypmaster() 657 if ((fdb = ypset_current_map(req.map, in yporder() 799 if ((fdb = ypset_current_map(req->map, req->domain, in xdrypserv_ypall() 1005 (((fdb = ypset_current_map(req.ypmatch_req_map, in ypoldmatch() 1115 ((fdb = ypset_current_map(req.ypfirst_req_map, in ypoldfirst() [all …]
|
H A D | ypserv_map.c | 73 if ((fdb = ypset_current_map(map, domain, &error)) != NULL) { in ypget_map_order() 145 ypset_current_map(char *map, char *domain, uint_t *error) in ypset_current_map() function
|
H A D | ypsym.h | 116 extern DBM *ypset_current_map(char *map, char *domain, uint_t *error);
|