HomeSort by: relevance | last modified time | path
    Searched defs:priority_budget (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/fwctl/
fwcontrol.c 72 "\t-b: set PRIORITY_BUDGET register on all supported nodes\n"
752 int32_t priority_budget = -1; local in function:main
782 priority_budget = strtol(optarg, NULL, 0);
783 if (priority_budget < 0 || priority_budget > INT32_MAX)
785 "%s: priority_budget out of range: %s",
996 if (priority_budget >= 0)
997 set_pri_req(fd, priority_budget);
fwcontrol.c 72 "\t-b: set PRIORITY_BUDGET register on all supported nodes\n"
752 int32_t priority_budget = -1; local in function:main
782 priority_budget = strtol(optarg, NULL, 0);
783 if (priority_budget < 0 || priority_budget > INT32_MAX)
785 "%s: priority_budget out of range: %s",
996 if (priority_budget >= 0)
997 set_pri_req(fd, priority_budget);
fwcontrol.c 72 "\t-b: set PRIORITY_BUDGET register on all supported nodes\n"
752 int32_t priority_budget = -1; local in function:main
782 priority_budget = strtol(optarg, NULL, 0);
783 if (priority_budget < 0 || priority_budget > INT32_MAX)
785 "%s: priority_budget out of range: %s",
996 if (priority_budget >= 0)
997 set_pri_req(fd, priority_budget);

Completed in 182 milliseconds