Searched refs:req_width (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 126 static int req_width(kstat_t *, int); 399 field_width = req_width(rfsproccnt_v2_kstat, field_width); in getstats_rfsproc() 403 field_width = req_width(rfsproccnt_v3_kstat, field_width); in getstats_rfsproc() 407 field_width = req_width(rfsproccnt_v4_kstat, field_width); in getstats_rfsproc() 418 field_width = req_width(rfsreqcnt_v2_kstat, field_width); in getstats_rfsreq() 422 field_width = req_width(rfsreqcnt_v3_kstat, field_width); in getstats_rfsreq() 426 field_width = req_width(rfsreqcnt_v4_kstat, field_width); in getstats_rfsreq() 437 field_width = req_width(aclproccnt_v2_kstat, field_width); in getstats_aclproc() 441 field_width = req_width(aclproccnt_v3_kstat, field_width); in getstats_aclproc() 452 field_width = req_width(aclreqcnt_v2_kstat, field_width); in getstats_aclreq() [all …]
|