Searched refs:map_parms (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/yppush.tproj/
H A Dyppush.c146 request.map_parms.domain=(char *)&Domain;
147 request.map_parms.map=(char *)⤅
148 request.map_parms.peer=master;
149 request.map_parms.ordernum=OrderNum;
157 request.map_parms.map,
158 request.map_parms.ordernum,
160 request.map_parms.peer,
161 request.map_parms.domain);
H A Dyppush_xdr.c126 if (!xdr_ypmap_parms(xdrs, &objp->map_parms)) {
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_prot.h114 struct ypmap_parms map_parms; member in struct:ypreq_xfr
119 #define ypxfr_domain map_parms.domain
120 #define ypxfr_map map_parms.map
121 #define ypxfr_ordernum map_parms.ordernum
122 #define ypxfr_owner map_parms.owner
/macosx-10.9.5/remote_cmds-41.90.1/ypxfr.tproj/
H A Dypxfr_xdr.c84 if (!xdr_ypmap_parms(xdrs, &objp->map_parms)) {
/macosx-10.9.5/Librpcsvc-23/
H A Dyp.x108 ypmap_parms map_parms;
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypserv_proc.c316 argp->map_parms.domain, argp->transid, argp->prog);
318 argp->port, argp->map_parms.map);
320 if (strchr(argp->map_parms.domain, '/') ||
321 strchr(argp->map_parms.map, '/') ||
338 execl(ypxfr_proc, "ypxfr", "-d", argp->map_parms.domain,
339 "-C",tid, prog, ipadd, port, argp->map_parms.map, NULL);
H A Dypserv_xdr.c187 if (!xdr_ypmap_parms(xdrs, &objp->map_parms)) {
H A Dyp.h194 ypmap_parms map_parms; member in struct:ypreq_xfr

Completed in 132 milliseconds