Searched refs:yp_map_access (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypserv_proc.c | 216 yp_map_access(transp, &resp.status, fdb)) { in ypmatch() 321 yp_map_access(transp, &resp.status, fdb)) { in ypfirst() 359 yp_map_access(transp, &resp.status, fdb)) { in ypnext() 467 yp_map_access(transp, &resp.status, fdb)) { in ypxfr() 552 !yp_map_access(transp, &resp.status, fdb)) { in ypall() 612 yp_map_access(transp, &resp.status, fdb)) { in ypmaster() 661 yp_map_access(transp, &resp.status, fdb)) { in yporder() 1010 yp_map_access(transp, in ypoldmatch() 1120 yp_map_access(transp, in ypoldfirst() 1183 yp_map_access(transp, &resp.ypnext_resp_status, fdb))) { in ypoldnext() [all …]
|
H A D | ypsym.h | 122 extern bool yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb);
|
H A D | ypserv_map.c | 215 yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb) in yp_map_access() function
|