Lines Matching defs:set
156 /* Allow the application to print its usage message too if set */
353 /* if set to NONE, interrupt mode is determined automatically */
1028 eal_parse_set(const char *input, rte_cpuset_t *set)
1035 CPU_ZERO(set);
1081 CPU_SET(idx, set);
1087 /* process set within bracket */
1123 CPU_SET(idx, set);
1143 check_cpuset(rte_cpuset_t *set)
1148 if (!CPU_ISSET(idx, set))
1388 fprintf(stderr, "cannot set log level %s,%d\n",
1396 fprintf(stderr, "cannot set log level %s:%d\n",
1697 EAL_LOG(ERR, "Option -c is ignored, because (%s) is set!",
1730 EAL_LOG(ERR, "Option -l is ignored, because (%s) is set!",
1928 EAL_LOG(ERR, "Option --lcores is ignored, because (%s) is set!",
2188 EAL_LOG(NOTICE, "Cannot set max SIMD bitwidth - user runtime override enabled");
2209 " --"OPT_LCORES" COREMAP Map lcore set to physical cpu set\n"
2241 " --"OPT_SYSLOG"[=<facility>] Enable use of syslog (and optionally set facility)\n"