Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Dypserv_proc.c216 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 Dypsym.h122 extern bool yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb);
H A Dypserv_map.c215 yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb) in yp_map_access() function