Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c71 static kstat_t *rpc_clts_client_kstat, *rpc_clts_server_kstat; variable
298 (rpc_clts_client_kstat == NULL || in main()
334 if (rpc_clts_client_kstat != NULL) { in getstats_rpc()
335 safe_kstat_read(kc, rpc_clts_client_kstat, NULL); in getstats_rpc()
336 field_width = stat_width(rpc_clts_client_kstat, field_width); in getstats_rpc()
464 if (rpc_clts_client_kstat != NULL) in putstats()
465 safe_kstat_write(kc, rpc_clts_client_kstat, NULL); in putstats()
516 rpc_clts_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_clts_client"); in setup()
537 if (rpc_clts_client_kstat == NULL && rpc_cots_server_kstat == NULL && in setup()
610 stat_print("Connectionless:", rpc_clts_client_kstat, in cr_print()