Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c73 static kstat_t *rpc_cots_client_kstat, *rpc_cots_server_kstat; variable
340 if (rpc_cots_client_kstat != NULL) { in getstats_rpc()
341 safe_kstat_read(kc, rpc_cots_client_kstat, NULL); in getstats_rpc()
342 field_width = stat_width(rpc_cots_client_kstat, field_width); in getstats_rpc()
467 if (rpc_cots_client_kstat != NULL) in putstats()
468 safe_kstat_write(kc, rpc_cots_client_kstat, NULL); in putstats()
519 rpc_cots_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_cots_client"); in setup()
609 rpc_cots_client_kstat, in cr_print()