HomeSort by: relevance | last modified time | path
    Searched refs:atobps (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_dummy.c 87 bandwidth = atobps(*argv);
qop_fifoq.c 97 bandwidth = atobps(*argv);
qop_hfsc.c 119 bandwidth = atobps(*argv);
171 um2 = atobps(*argv);
189 rm2 = atobps(*argv);
195 rm2 = fm2 = atobps(*argv);
326 *m1 = atobps(cp);
330 *m2 = atobps(cp);
qop_blue.c 102 bandwidth = atobps(*argv);
qop_red.c 104 bandwidth = atobps(*argv);
qop_wfq.c 99 bandwidth = atobps(*argv);
parser.c 1111 profile[0].rate = atobps(w);
1133 profile[i].rate = atobps(w);
1165 cmtd_rate = atobps(w);
1171 peak_rate = atobps(w);
altq_qop.h 182 uint64_t atobps(const char *s);
qop_jobs.c 162 bandwidth = atobps(*argv);
259 arc = atobps(*argv);
qop_rio.c 111 bandwidth = atobps(*argv);
qop_priq.c 105 bandwidth = atobps(*argv);
qop_cbq.c 129 bandwidth = atobps(*argv);
241 bandwidth = atobps(*argv);
qop.c 792 atobps(const char *s) function in typeref:typename:uint64_t
  /src/usr.sbin/altq/tbrconfig/
tbrconfig.c 48 static u_long atobps(const char *s);
95 rate = (u_int)atobps(argv[1]);
204 atobps(const char *s) function in typeref:typename:u_long

Completed in 20 milliseconds