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

/illumos-gate/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) {
341 safe_kstat_read(kc, rpc_cots_client_kstat, NULL);
342 field_width = stat_width(rpc_cots_client_kstat, field_width);
467 if (rpc_cots_client_kstat != NULL)
468 safe_kstat_write(kc, rpc_cots_client_kstat, NULL);
519 rpc_cots_client_kstat = kstat_lookup(kc, "unix", 0, "rpc_cots_client");
609 rpc_cots_client_kstat,

Completed in 59 milliseconds