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

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c198 static int size_to_string(uint64_t size, char *string, int len);
2118 if (size_to_string(attrp->capacity, capacity, 8) != SUCCESS) {
2213 if (size_to_string(attrp->size, size, 8) != SUCCESS) {
2273 if (size_to_string(attrp->capacity, capacity, 16) != SUCCESS) {
2931 size_to_string(uint64_t size, char *string, int len) function

Completed in 87 milliseconds