Searched refs:connmaxrec (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | adspriv_impl.c | 42 int connmaxrec = 32 * 1024; local 45 ADSPRIV_PROGRAM, ADSPRIV_V1, connmaxrec); 51 if (!svc_control(dcl_xprt, SVCSET_CONNMAXREC, &connmaxrec)) {
|
H A D | idmapd.c | 351 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/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_prot_svc.c | 62 int connmaxrec = RPC_MAXDATASIZE; local 79 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
|
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/ |
H A D | rpc.ypupdated.c | 71 int connmaxrec = RPC_MAXDATASIZE; local 117 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | yp_b_svc.c | 101 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 D | ypserv.c | 182 int connmaxrec = RPC_MAXDATASIZE; local 270 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
|
H A D | ypxfrd_server.c | 85 int connmaxrec = RPC_MAXDATASIZE; local 94 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rpc.rusersd.c | 87 int connmaxrec = RPC_MAXDATASIZE; local 93 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
|
/illumos-gate/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 149 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 D | sm_svc.c | 471 int connmaxrec = RPC_MAXDATASIZE; local 635 if (!rpc_control(RPC_SVC_CONNMAXREC_SET, &connmaxrec)) {
|
Completed in 59 milliseconds