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

/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwcontrol.c754 int32_t set_root_node = -1; local
822 set_root_node = strtol(optarg, NULL, 0);
823 if (set_root_node < 0 || set_root_node > MAX_PHY_CONFIG)
824 errx(EX_USAGE, "%s: set_root_node out of range",
1015 if (set_root_node >= 0)
1016 send_phy_config(fd, set_root_node, -1);

Completed in 44 milliseconds