Searched refs:phy_index (Results 1 – 1 of 1) sorted by relevance
180 size_t phy_index = ParseIntParam(args[0]); in RemovePhy() local182 model_.RemovePhy(phy_index); in RemovePhy()184 std::to_string(phy_index); in RemovePhy()196 size_t phy_index = ParseIntParam(args[1]); in AddDeviceToPhy() local197 model_.AddDeviceToPhy(dev_index, phy_index); in AddDeviceToPhy()200 std::to_string(dev_index) + " and phy " + std::to_string(phy_index); in AddDeviceToPhy()212 size_t phy_index = ParseIntParam(args[1]); in RemoveDeviceFromPhy() local213 model_.RemoveDeviceFromPhy(dev_index, phy_index); in RemoveDeviceFromPhy()216 std::to_string(dev_index) + " and phy " + std::to_string(phy_index); in RemoveDeviceFromPhy()