Searched defs:connmaxrec (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dadspriv_impl.c42 int connmaxrec = 32 * 1024; local
45 ADSPRIV_PROGRAM, ADSPRIV_V1, connmaxrec);
51 if (!svc_control(dcl_xprt, SVCSET_CONNMAXREC, &connmaxrec)) {
H A Didmapd.c351 int connmaxrec = IDMAP_MAX_DOOR_RPC; local
390 xprt = svc_door_create(idmap_prog_1, IDMAP_PROG, IDMAP_V1, connmaxrec);
396 if (!svc_control(xprt, SVCSET_CONNMAXREC, &connmaxrec)) {
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c71 int connmaxrec = RPC_MAXDATASIZE; local
117 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c62 int connmaxrec = RPC_MAXDATASIZE; local
79 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c101 int connmaxrec = RPC_MAXDATASIZE; local
195 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
304 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
H A Dypserv.c182 int connmaxrec = RPC_MAXDATASIZE; local
270 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
H A Dypxfrd_server.c85 int connmaxrec = RPC_MAXDATASIZE; local
94 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c87 int connmaxrec = RPC_MAXDATASIZE; local
93 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c149 int connmaxrec = RPC_MAXDATASIZE; local
393 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c471 int connmaxrec = RPC_MAXDATASIZE; local
635 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {

Completed in 122 milliseconds