Searched defs:update_stat64 (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libdiskmgt/common/ |
| H A D | drive.c | 352 static int update_stat64(nvlist_t *stats, char *attr, 1075 if (update_stat64(stats, DM_NBYTESREAD, kiop->nread) != 0) { 1078 if (update_stat64(stats, DM_NBYTESWRITTEN, kiop->nwritten) != 0) { 1081 if (update_stat64(stats, DM_NREADOPS, kiop->reads) != 0) { 1084 if (update_stat64(stats, DM_NWRITEOPS, kiop->writes) != 0) { 1140 update_stat64(nvlist_t *stats, char *attr, uint64_t value) function
|
Completed in 47 milliseconds