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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dtaskset.c51 char *p_opt = NULL, *aff = NULL; local
53 opt = getopt32(argv, "+p:", &p_opt);
57 aff = p_opt;
58 p_opt = argv[optind];
61 pid = xatoul_range(p_opt, 1, ULONG_MAX); /* -p <pid> */
H A Dchrt.c50 char *p_opt = NULL, *priority = NULL; local
55 opt = getopt32(argv, "+mp:rfo", &p_opt);
71 priority = p_opt;
72 p_opt = argv[optind];
75 pid = xatoul_range(p_opt, 1, ULONG_MAX); /* -p <pid> */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_gact.c171 struct tc_gact_p p_opt; local
172 p_opt.paction = gact->tcfg_paction;
173 p_opt.pval = gact->tcfg_pval;
174 p_opt.ptype = gact->tcfg_ptype;
175 RTA_PUT(skb, TCA_GACT_PROB, sizeof(p_opt), &p_opt);

Completed in 50 milliseconds