Searched refs:rpc_cots_client_kstat (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 72 static kstat_t *rpc_cots_client_kstat, *rpc_cots_server_kstat; variable 339 if (rpc_cots_client_kstat != NULL) { in getstats_rpc() 340 safe_kstat_read(kc, rpc_cots_client_kstat, NULL); in getstats_rpc() 341 field_width = stat_width(rpc_cots_client_kstat, field_width); in getstats_rpc() 466 if (rpc_cots_client_kstat != NULL) in putstats() 467 safe_kstat_write(kc, rpc_cots_client_kstat, NULL); in putstats() 518 rpc_cots_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_cots_client"); in setup() 608 rpc_cots_client_kstat, in cr_print()
|