Searched refs:BLOCK_WIDTH (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ |
H A D | df.c | 110 #define BLOCK_WIDTH 8 macro 1116 BLOCK_WIDTH, TRANSLATE("blocks"), in print_header() 1117 BLOCK_WIDTH, TRANSLATE("used"), in print_header() 1118 BLOCK_WIDTH, TRANSLATE("free"), in print_header() 1125 BLOCK_WIDTH, TRANSLATE("ifree")); in print_header() 1131 BLOCK_WIDTH, TRANSLATE("avail")); in print_header() 1365 #define NCOL1_WIDTH (int)MAX3(BLOCK_WIDTH, NFILES_WIDTH, FSTYPE_WIDTH) in g_output() 1366 #define NCOL2_WIDTH (int)MAX3(BLOCK_WIDTH, FSID_WIDTH, FLAG_WIDTH) + 2 in g_output() 1367 #define NCOL3_WIDTH (int)MAX3(BSIZE_WIDTH, BLOCK_WIDTH, NAMELEN_WIDTH) in g_output() 1509 BLOCK_WIDTH, total_blocks, in k_output() [all …]
|