Searched refs:iotypes (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/ctlstat/ |
H A D | ctlstat.c | 329 static const char *iotypes[] = {"NO IO", "READ", "WRITE"}; variable 343 printf(" io type %d (%s)\n", iotype, iotypes[iotype]); in ctlstat_dump() 374 printf("{\"type\":\"%s\",", iotypes[iotype]); in ctlstat_json() 419 idx, target, iotypes[iotype], \ 449 idx, target, iotypes[iotype], us); \
|