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

/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_dummy.c91 tbrsize = atobytes(*argv);
H A Dqop_blue.c106 tbrsize = atobytes(*argv);
110 packet_size = atobytes(*argv);
H A Dqop_red.c108 tbrsize = atobytes(*argv);
112 packet_size = atobytes(*argv);
H A Dqop_wfq.c103 tbrsize = atobytes(*argv);
111 qsize = atobytes(*argv);
H A Dqop_fifoq.c101 tbrsize = atobytes(*argv);
H A Dqop_rio.c115 tbrsize = atobytes(*argv);
119 packet_size = atobytes(*argv);
H A Daltq_qop.h182 u_long atobytes(const char *s);
H A Dqop_cbq.c133 tbrsize = atobytes(*argv);
253 av_pkt_size = atobytes(*argv);
257 max_pkt_size = atobytes(*argv);
H A Dqop_priq.c109 tbrsize = atobytes(*argv);
H A Dparser.c1116 profile[0].depth = atobytes(w);
1138 profile[i].depth = atobytes(w);
H A Dqop_jobs.c166 tbrsize = atobytes(*argv);
H A Dqop_hfsc.c123 tbrsize = atobytes(*argv);
H A Dqop.c812 atobytes(const char *s) function
/netbsd-current/usr.sbin/altq/tbrconfig/
H A Dtbrconfig.c49 static u_long atobytes(const char *s);
100 depth = (u_int)atobytes(argv[2]);
222 atobytes(const char *s) function

Completed in 240 milliseconds