Searched refs:connmaxrec (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | adspriv_impl.c | 43 int connmaxrec = 32 * 1024; in init_dc_locator() local 46 ADSPRIV_PROGRAM, ADSPRIV_V1, connmaxrec); in init_dc_locator() 52 if (!svc_control(dcl_xprt, SVCSET_CONNMAXREC, &connmaxrec)) { in init_dc_locator()
|
H A D | idmapd.c | 354 int connmaxrec = IDMAP_MAX_DOOR_RPC; in init_idmapd() local 400 xprt = svc_door_create(idmap_prog_1, IDMAP_PROG, IDMAP_V1, connmaxrec); in init_idmapd() 406 if (!svc_control(xprt, SVCSET_CONNMAXREC, &connmaxrec)) { in init_idmapd()
|
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_svc.c | 59 int connmaxrec = RPC_MAXDATASIZE; in main() local 76 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) { in main()
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | yp_b_svc.c | 99 int connmaxrec = RPC_MAXDATASIZE; local 193 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) { 302 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
|
H A D | ypserv.c | 181 int connmaxrec = RPC_MAXDATASIZE; in ypinit() local 269 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) { in ypinit()
|
H A D | ypxfrd_server.c | 83 int connmaxrec = RPC_MAXDATASIZE; in main() local 92 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) { in main()
|
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 70 int connmaxrec = RPC_MAXDATASIZE; in main() local 117 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) { in main()
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rpc.rusersd.c | 85 int connmaxrec = RPC_MAXDATASIZE; in main() local 91 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) { in main()
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 147 int connmaxrec = RPC_MAXDATASIZE; in main() local 391 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) { in main()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_svc.c | 545 int connmaxrec = RPC_MAXDATASIZE; in main() local 726 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) { in main()
|