Searched refs:yp_map_access (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypserv_proc.c | 215 yp_map_access(transp, &resp.status, fdb)) { in ypmatch() 320 yp_map_access(transp, &resp.status, fdb)) { in ypfirst() 358 yp_map_access(transp, &resp.status, fdb)) { in ypnext() 466 yp_map_access(transp, &resp.status, fdb)) { in ypxfr() 551 !yp_map_access(transp, &resp.status, fdb)) { in ypall() 611 yp_map_access(transp, &resp.status, fdb)) { in ypmaster() 660 yp_map_access(transp, &resp.status, fdb)) { in yporder() 1009 yp_map_access(transp, in ypoldmatch() 1119 yp_map_access(transp, in ypoldfirst() 1182 yp_map_access(transp, &resp.ypnext_resp_status, fdb))) { in ypoldnext() [all …]
|
H A D | ypsym.h | 120 extern bool yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb);
|
H A D | ypserv_map.c | 213 yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb) in yp_map_access() function
|