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

/external/blktrace/
H A Dblkparse_fmt.c165 int minus, int has_w, int width)
169 if (has_w) {
231 sprintf(format, "%%0%dlu", has_w ? width : 9);
262 int has_w = 0; local
271 has_w = 1;
278 minus, has_w, width);
162 print_field(char *act, struct per_cpu_info *pci, struct blk_io_trace *t, unsigned long long elapsed, int pdu_len, unsigned char *pdu_buf, char field, int minus, int has_w, int width) argument

Completed in 105 milliseconds