Searched refs:rpc_cots_client (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dmt_rpcinit.c68 * rpc_cots_client
100 clnt_cots_stats_init(zoneid, &rpcstat->rpc_cots_client);
114 clnt_cots_stats_fini(zoneid, &rpcstat->rpc_cots_client);
H A Dclnt.h485 struct rpc_cots_client; /* unix:0:rpc_cots_client */
491 struct rpc_cots_client *rpc_cots_client; member in struct:rpcstat
505 extern void clnt_cots_stats_init(zoneid_t, struct rpc_cots_client **);
506 extern void clnt_cots_stats_fini(zoneid_t, struct rpc_cots_client **);
H A Dclnt_cots.c378 struct rpc_cots_client *cku_stats; /* stats for zone */
448 static const struct rpc_cots_client { struct
636 p->cku_stats = rpcstat->rpc_cots_client;
2669 COTSRCSTAT_INCR(rpcstat->rpc_cots_client, rcnomem);
3288 COTSRCSTAT_INCR(rpcstat->rpc_cots_client, rcbadxids);
3670 clnt_cots_stats_init(zoneid_t zoneid, struct rpc_cots_client **statsp)
3673 *statsp = (struct rpc_cots_client *)rpcstat_zone_init_common(zoneid,
3674 "unix", "rpc_cots_client", (const kstat_named_t *)&cots_rcstat_tmpl,
3679 clnt_cots_stats_fini(zoneid_t zoneid, struct rpc_cots_client **statsp)
3681 rpcstat_zone_fini_common(zoneid, "unix", "rpc_cots_client");
[all...]

Completed in 69 milliseconds