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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_map.c55 static DBM *cur_fdb; /* will be passwd back up by ypset_current_map */
75 if ((fdb = ypset_current_map(map, domain, &error)) != NULL) {
147 ypset_current_map(char *map, char *domain, uint_t *error) function
211 * set by ypset_current_map()). Returns TRUE if access is granted and
H A Dypserv_proc.c214 if ((fdb = ypset_current_map(req.map, req.domain,
319 if ((fdb = ypset_current_map(req.map, req.domain,
357 if ((fdb = ypset_current_map(req.map, req.domain,
466 if ((fdb = ypset_current_map(pmap, pdomain, &resp.status)) != NULL &&
550 if ((fdb = ypset_current_map(req.map,
610 if ((fdb = ypset_current_map(req.map,
658 if ((fdb = ypset_current_map(req.map,
800 if ((fdb = ypset_current_map(req->map, req->domain,
1006 (((fdb = ypset_current_map(req.ypmatch_req_map,
1116 ((fdb = ypset_current_map(re
[all...]
H A Dypsym.h118 extern DBM *ypset_current_map(char *map, char *domain, uint_t *error);

Completed in 46 milliseconds