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

/freebsd-current/usr.sbin/fwcontrol/
H A Dfwcontrol.c762 int32_t set_root_node = -1; local
825 set_root_node = strtol(optarg, NULL, 0);
826 if ( (set_root_node < 0) || (set_root_node > MAX_PHY_CONFIG) )
827 errx(EX_USAGE, "%s:set_root_node out of range", __func__);
1009 if (set_root_node >= 0)
1010 send_phy_config(fd, set_root_node, -1);

Completed in 175 milliseconds