Searched refs:get_size (Results 1 – 17 of 17) sorted by relevance
/external/iproute2/tc/ |
D | q_cbq.c | 88 if (get_size(&cell, *argv)) { in cbq_parse_opt() 102 if (get_size(&avpkt, *argv)) { in cbq_parse_opt() 108 if (get_size(&mpu, *argv)) { in cbq_parse_opt() 115 if (get_size(&allot, *argv)) { in cbq_parse_opt() 267 if (get_size(&cell, *argv)) { in cbq_parse_class_opt() 294 if (get_size(&wrr.allot, *argv)) { in cbq_parse_class_opt() 300 if (get_size(&lss.avpkt, *argv)) { in cbq_parse_class_opt() 307 if (get_size(&mpu, *argv)) { in cbq_parse_class_opt() 313 if (get_size(&wrr.weight, *argv)) { in cbq_parse_class_opt()
|
D | q_red.c | 54 if (get_size(&opt.limit, *argv)) { in red_parse_opt() 61 if (get_size(&opt.qth_min, *argv)) { in red_parse_opt() 68 if (get_size(&opt.qth_max, *argv)) { in red_parse_opt() 82 if (get_size(&avpkt, *argv)) { in red_parse_opt()
|
D | q_gred.c | 137 if (get_size(&opt.limit, *argv)) { in gred_parse_opt() 151 if (get_size(&opt.qth_min, *argv)) { in gred_parse_opt() 158 if (get_size(&opt.qth_max, *argv)) { in gred_parse_opt() 183 if (get_size(&avpkt, *argv)) { in gred_parse_opt()
|
D | q_tbf.c | 62 if (get_size(&opt.limit, *argv)) { in tbf_parse_opt() 109 if (get_size(&mpu, *argv)) { in tbf_parse_opt()
|
D | q_fifo.c | 42 if (get_size(&opt.limit, *argv)) { in fifo_parse_opt()
|
D | q_drr.c | 66 if (get_size(&tmp, *argv)) { in drr_parse_class_opt()
|
D | q_sfq.c | 43 if (get_size(&opt.quantum, *argv)) { in sfq_parse_opt()
|
D | tc_util.c | 278 int get_size(unsigned *size, const char *str) in get_size() function 315 if (get_size(size, str)) in get_size_and_cell()
|
D | tc_util.h | 66 extern int get_size(unsigned *size, const char *str);
|
D | q_netem.c | 149 if (get_size(&opt.limit, *argv)) { in netem_parse_opt()
|
D | q_hfsc.c | 340 if (get_size(&umax, *argv) < 0) { in hfsc_get_sc2()
|
D | m_police.c | 188 if (get_size(&mpu, *argv)) { in act_parse_police()
|
/external/e2fsprogs/tests/progs/test_data/ |
D | test.icount | 48 get_size 113 get_size 135 get_size
|
D | expect.icount | 58 test_icount: get_size 147 test_icount: get_size 190 test_icount: get_size
|
/external/e2fsprogs/tests/progs/ |
D | test_icount_cmds.ct | 29 get_size;
|
/external/e2fsprogs/debian/ |
D | changelog | 227 * Fix e2fsck get_size logic so that it will work with the Linux floppy
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 581 Fix e2fsck get_size logic so that it will work with the Linux floppy
|