Home
last modified time | relevance | path

Searched refs:rpc_clts_client_kstat (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c72 static kstat_t *rpc_clts_client_kstat, *rpc_clts_server_kstat; variable
299 (rpc_clts_client_kstat == NULL || in main()
335 if (rpc_clts_client_kstat != NULL) { in getstats_rpc()
336 safe_kstat_read(kc, rpc_clts_client_kstat, NULL); in getstats_rpc()
337 field_width = stat_width(rpc_clts_client_kstat, field_width); in getstats_rpc()
465 if (rpc_clts_client_kstat != NULL) in putstats()
466 safe_kstat_write(kc, rpc_clts_client_kstat, NULL); in putstats()
517 rpc_clts_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_clts_client"); in setup()
538 if (rpc_clts_client_kstat == NULL && rpc_cots_server_kstat == NULL && in setup()
611 stat_print("Connectionless:", rpc_clts_client_kstat, in cr_print()