Searched defs:opt (Results 1 - 25 of 193) sorted by relevance

12345678

/external/libgsm/src/
H A Dgsm_option.c14 int gsm_option P3((r, opt, val), gsm r, int opt, int * val) argument
18 switch (opt) {
/external/iproute2/tc/
H A Dq_ingress.c56 static int ingress_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
H A Df_basic.c110 struct rtattr *opt, __u32 handle)
114 if (opt == NULL)
117 parse_rtattr_nested(tb, TCA_BASIC_MAX, opt);
109 basic_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
H A Df_cgroup.c85 struct rtattr *opt, __u32 handle)
89 if (opt == NULL)
92 parse_rtattr_nested(tb, TCA_CGROUP_MAX, opt);
84 cgroup_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
H A Dq_fifo.c34 struct tc_fifo_qopt opt; local
35 memset(&opt, 0, sizeof(opt));
40 if (get_size(&opt.limit, *argv)) {
57 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
61 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
65 if (opt == NULL)
68 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
70 qopt = RTA_DATA(opt);
[all...]
H A Dq_multiq.c47 struct tc_multiq_qopt opt; local
61 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
65 int multiq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
69 if (opt == NULL)
71 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
74 qopt = RTA_DATA(opt);
H A Dq_sfq.c34 struct tc_sfq_qopt opt; local
36 memset(&opt, 0, sizeof(opt));
41 if (get_size(&opt.quantum, *argv)) {
48 if (get_integer(&opt.perturb_period, *argv, 0)) {
55 if (get_u32(&opt.limit, *argv, 0)) {
59 if (opt.limit < 2) {
76 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
80 static int sfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
H A Df_route.c134 static int route_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
139 if (opt == NULL)
142 parse_rtattr_nested(tb, TCA_ROUTE4_MAX, opt);
H A Df_tcindex.c122 struct rtattr *opt, __u32 handle)
126 if (opt == NULL)
129 parse_rtattr_nested(tb, TCA_TCINDEX_MAX, opt);
121 tcindex_print_opt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 handle) argument
H A Dq_drr.c85 static int drr_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
90 if (opt == NULL)
93 parse_rtattr_nested(tb, TCA_DRR_MAX, opt);
H A Dq_dsmark.c132 static int dsmark_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
136 if (!opt) return 0;
138 parse_rtattr(tb, TCA_DSMARK_MAX, RTA_DATA(opt), RTA_PAYLOAD(opt));
H A Dq_prio.c35 struct tc_prio_qopt opt={3,{ 1, 2, 2, 2, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 }}; local
44 if (get_integer(&opt.bands, *argv, 10)) {
70 if (band > opt.bands) {
78 opt.priomap[idx++] = band;
86 opt.priomap[idx] = opt.priomap[TC_PRIO_BESTEFFORT];
89 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
96 int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
102 if (opt
[all...]
H A Dq_rr.c36 struct tc_prio_qopt opt={3,{ 1, 2, 2, 2, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 }}; local
45 if (get_integer(&opt.bands, *argv, 10)) {
71 if (band > opt.bands) {
79 opt.priomap[idx++] = band;
84 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
91 int rr_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
97 if (opt == NULL)
100 if (parse_rtattr_nested_compat(tb, TCA_PRIO_MAX, opt, qopt,
/external/libmtp/examples/
H A Demptyfolders.c63 int opt; local
67 while ( (opt = getopt(argc, argv, "d")) != -1 ) {
68 switch (opt) {
H A Dnewplaylist.c36 int opt; local
48 while ( (opt = getopt(argc, argv, "hn:i:")) != -1 ) {
49 switch (opt) {
H A Dthumb.c43 int opt; local
58 while ( (opt = getopt(argc, argv, "hi:")) != -1 ) {
59 switch (opt) {
H A Dalbumart.c42 int opt; local
59 while ( (opt = getopt(argc, argv, "hn:i:")) != -1 ) {
60 switch (opt) {
H A Dhotplug.c53 int opt; local
61 while ( (opt = getopt(argc, argv, "uUiHa:")) != -1 ) {
62 switch (opt) {
/external/v8/test/mjsunit/compiler/
H A Dregress-funarguments.js65 function opt() { function
74 opt();
82 opt();
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp111 const std::pair<std::string, bool> &opt = opts.CheckersControlList[i]; local
112 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));
/external/openssh/openbsd-compat/
H A Dbsd-nextstep.c53 tcsetattr(int fd, int opt, const struct termios *t) argument
57 if (opt & TCSASOFT) {
62 switch (opt & ~TCSASOFT) {
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c30 int opt; local
39 while ((opt = getopt(argc, argv, "I:D:VUAS:C:h")) > 0) {
40 switch(opt) {
/external/v8/test/mjsunit/
H A Dswitch.js352 function opt(fn) {
372 return opt(new Function(
438 function test_switches(opt) {
445 test_switch(clause_type, test_type, 'all', opt);
446 test_switch(clause_type, test_type, 'none', opt);
450 test_switch(clause_type, test_type, [value], value, opt);
451 test_switch(clause_type, test_type, value, value, opt);
/external/chromium/base/threading/
H A Dthread.cc43 explicit StartupData(const Options& opt) argument
44 : options(opt),
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.cc66 int TransportChannelProxy::SetOption(talk_base::Socket::Option opt, int value) { argument
68 return impl_->SetOption(opt, value);
69 pending_options_.push_back(OptionPair(opt, value));

Completed in 379 milliseconds

12345678