Searched refs:map_parms (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/head/rpcsvc/ |
| H A D | yp_prot.h | 145 struct ypmap_parms map_parms; member 152 struct ypmap_parms map_parms; member 158 #define ypxfr_domain map_parms.domain 159 #define ypxfr_map map_parms.map 160 #define ypxfr_ordernum map_parms.ordernum 161 #define ypxfr_owner map_parms.owner
|
| H A D | yp.x | 100 ypmap_parms map_parms; member
|
| /illumos-gate/usr/src/cmd/ypcmd/ |
| H A D | ypserv_proc.c | 414 newreq.map_parms.domain, in ypxfr() 415 newreq.map_parms.map, in ypxfr() 416 newreq.map_parms.ordernum, in ypxfr() 417 newreq.map_parms.owner, in ypxfr() 446 oldreq.map_parms.domain, in ypxfr() 447 oldreq.map_parms.map, in ypxfr() 448 oldreq.map_parms.ordernum, in ypxfr() 449 oldreq.map_parms.owner, in ypxfr()
|
| /illumos-gate/usr/src/lib/libnsl/yp/ |
| H A D | yp_xdr.c | 279 return ((bool)(xdr_ypmap_parms(xdrs, &ps->map_parms) && in xdr_ypreq_newxfr() 291 return ((bool)(xdr_ypmap_parms(xdrs, &ps->map_parms) && in xdr_ypreq_xfr()
|