Home
last modified time | relevance | path

Searched refs:netdir (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-nic-rename.bb16 netdir=${D}${systemd_unitdir}/network
17 install -d -m0755 $netdir
32 install -m0644 ${UNPACKDIR}/30-netdev-${devname}.link ${netdir}
H A Dgbmc-nic-config.bb47 netdir=${D}${systemd_unitdir}/network
48 install -d -m0755 $netdir
78 <${UNPACKDIR}/-bmc-nic.network.in >$netdir/-bmc-${GBMC_EXT_NICS}.network
91 install -d -m0755 $netdir/-bmc-$intf.network.d
92 install -m0644 ${UNPACKDIR}/10-l2br.conf $netdir/-bmc-$intf.network.d/10-l2br.conf
101 install -d -m0755 $netdir/-bmc-$intf.network.d
102 install -m0644 ${UNPACKDIR}/10-dhcp4.conf $netdir/-bmc-$intf.network.d/10-dhcp4.conf
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.cpp526 std::filesystem::path netdir = in interfaceFromBus() local
529 std::filesystem::directory_iterator it(netdir, ec); in interfaceFromBus()
533 "I2C_BUS", bus, "NET_DEVICE", netdir); in interfaceFromBus()
542 std::filesystem::path netdir = std::format("/sys/devices/virtual/net"); in interfaceFromBus() local
544 std::filesystem::directory_iterator it(netdir, ec); in interfaceFromBus()
548 "I3C_BUS", bus, "NET_DEVICE", netdir); in interfaceFromBus()
553 for (const auto& entry : std::filesystem::directory_iterator(netdir)) in interfaceFromBus()
562 "I3C_BUS", bus, "NET_DEVICE", netdir); in interfaceFromBus()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.cpp137 auto netdir = std::format("/run/systemd/network/00-bmc-{}.network.d", in set_mac_addr() local
139 std::filesystem::create_directories(netdir); in set_mac_addr()
140 auto netfile = std::format("{}/60-ncsi-mac.conf", netdir); in set_mac_addr()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D13_shlib_weaksym.patch142 struct netconfig *config; /* netdir handle */