Searched refs:parse_set (Results 1 – 7 of 7) sorted by relevance
| /dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | main.c | 80 cnt = parse_set(optarg, hours, MAX_HOURS); in parse_args() 102 cnt = parse_set(optarg, cores, in parse_args() 120 cnt = parse_set(optarg, ports, in parse_args()
|
| H A D | parse.h | 13 parse_set(const char *, uint16_t [], unsigned int);
|
| H A D | parse.c | 20 parse_set(const char *input, uint16_t set[], unsigned int num) in parse_set() function
|
| /dpdk/examples/vm_power_manager/ |
| H A D | parse.h | 13 parse_set(const char *, uint16_t [], unsigned int);
|
| H A D | parse.c | 19 parse_set(const char *input, uint16_t set[], unsigned int num) in parse_set() function
|
| H A D | main.c | 183 cnt = parse_set(optarg, oob_enable, ci->core_count); in parse_args()
|
| /dpdk/examples/l2fwd-cat/ |
| H A D | cat.c | 56 parse_set(const char *input, rte_cpuset_t *cpusetp) in parse_set() function 253 offset = parse_set(l3ca + 1, &cpuset); in parse_l3ca()
|