Searched refs:BLOCK_WIDTH (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/ |
H A D | df.c | 115 #define BLOCK_WIDTH 8 macro 1119 BLOCK_WIDTH, TRANSLATE("blocks"), in print_header() 1120 BLOCK_WIDTH, TRANSLATE("used"), in print_header() 1121 BLOCK_WIDTH, TRANSLATE("free"), in print_header() 1128 BLOCK_WIDTH, TRANSLATE("ifree")); in print_header() 1134 BLOCK_WIDTH, TRANSLATE("avail")); in print_header() 1301 #define NCOL1_WIDTH (int)MAX3(BLOCK_WIDTH, NFILES_WIDTH, FSTYPE_WIDTH) in g_output() 1302 #define NCOL2_WIDTH (int)MAX3(BLOCK_WIDTH, FSID_WIDTH, FLAG_WIDTH) + 2 in g_output() 1303 #define NCOL3_WIDTH (int)MAX3(BSIZE_WIDTH, BLOCK_WIDTH, NAMELEN_WIDTH) in g_output() 1448 BLOCK_WIDTH, total_blocks, in k_output() [all …]
|