/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/ |
H A D | wpa-supplicant.sh | 6 WPA_SUP_PIDFILE="/var/run/wpa_supplicant.$IFACE.pid" 8 WPA_SUP_OPTIONS="-B -P $WPA_SUP_PIDFILE -i $IFACE" 30 if [ -s "/etc/wpa_supplicant/driver.$IFACE" ]; then 31 IF_WPA_DRIVER=$(cat "/etc/wpa_supplicant/driver.$IFACE") 54 if [ -S "$WPA_COMMON_CTRL_IFACE/$IFACE" ]; then 57 echo "$WPA_SUP_PNAME: ctrl_interface socket located at $WPA_COMMON_CTRL_IFACE/$IFACE" 75 if [ -S "$WPA_COMMON_CTRL_IFACE/$IFACE" ]; then 76 rm -f $WPA_COMMON_CTRL_IFACE/$IFACE
|
/openbmc/ipmitool/contrib/ |
H A D | bmclanconf | 147 IFACE= 177 i) IFACE=$OPTARG ;; 207 if [ "$IFACE" ]; then 210 echo "Error: unable to find interface $IFACE" 214 echo "Auto-configuring $IFACE (channel $CHANNEL)" 219 if [ X$IFACE != X ]; then 221 IP_ADDRESS=`$IFCONFIG $IFACE | grep inet | awk '{print $2}'` 228 MAC_ADDRESS=`$IFCONFIG $IFACE | grep ether | awk '{print $2}'` 234 $PING -i $IFACE $GATEWAY_IP 1 >/dev/null 2>&1 244 if [ X$IFACE != X ]; then [all …]
|
H A D | bmc-snmp-proxy | 208 IFACE=$(/usr/sbin/ip -o -f inet address |awk '!/: lo/ {print $2}') 209 for dev in ${IFACE}
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/ |
H A D | debian-zeroconf | 29 case $IFACE in 38 /sbin/ip addr show $IFACE scope global | grep -q "inet" 41 /sbin/ip route add 169.254.0.0/16 dev $IFACE 47 if [ ! -r /var/run/zeroconf.$IFACE.pid ]; then 48 /usr/sbin/zeroconf -i $IFACE
|
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/ |
H A D | arpwatch_init | 33 IFACE=$1 34 INSTANCE=${NAME}-${IFACE} 35 DATAFILE=$DATADIR/${IFACE}.dat 36 IFACE_OPTS="-P /var/run/${INSTANCE}.pid -i ${IFACE} -f ${DATAFILE} $2" 51 awk "/$IFACE/ { print \$1 }" > /var/run/${INSTANCE}.pid 55 IFACE=$1 56 INSTANCE=${NAME}-${IFACE}
|
/openbmc/qemu/audio/ |
H A D | dsound_template.h | 28 #define IFACE IDirectSoundCaptureBuffer macro 38 #define IFACE IDirectSoundBuffer macro 56 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2); in glue() 86 hr = glue(IFACE, _Lock)(buf, pos, len, p1p, blen1p, p2p, blen2p, flag); in glue() 146 hr = glue (IFACE, _Stop) (ds->FIELD); in dsound_fini_in() 151 hr = glue (IFACE, _Release) (ds->FIELD); in dsound_fini_in() 222 hr = glue (IFACE, _GetFormat) (ds->FIELD, &wfx, sizeof (wfx), NULL); in dsound_init_in() 236 hr = glue (IFACE, _GetCaps) (ds->FIELD, &bc); in dsound_init_in() 275 #undef IFACE
|
/openbmc/linux/samples/pktgen/ |
H A D | functions.sh | 148 local IFACE=$1 149 local queues="${IFACE}-.*TxRx" 152 [ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts | cut -f1 -d:) 153 [ -z "$irqs" ] && irqs=$(for i in `ls -Ux /sys/class/net/$IFACE/device/msi_irqs` ;\ 156 [ -z "$irqs" ] && err 3 "Could not find interrupts for $IFACE"
|
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/ |
H A D | nfsroot | 8 if test "x$IFACE" = xlo ; then 34 if test "x$IFACE" = "x$nfs_iface" ; then
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | sctp_vrf.sh | 76 local IFACE=$1 80 grep LISTEN | grep "$IFACE" 2>&1 >/dev/null; do 88 local IFACE=$2 92 $SERVER_PORT $IFACE 2>&1 >/dev/null & 94 wait_server $IFACE || return $RET
|
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-network/network/static-mac-addr/ |
H A D | mac-check | 124 while read -r IFACE UBDEV; do 125 mac_check "$IFACE" "$UBDEV"
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_netiface.c | 175 #define IFACE(dir) (par->state->dir ? par->state->dir->name : "") in hash_netiface4_kadt() macro 189 STRSCPY(e.iface, SRCDIR ? IFACE(in) : IFACE(out)); in hash_netiface4_kadt() 407 STRSCPY(e.iface, SRCDIR ? IFACE(in) : IFACE(out)); in hash_netiface6_kadt()
|
/openbmc/openpower-vpd-parser/vpd-manager/ |
H A D | manager_main.cpp | 19 server.add_interface(OBJPATH, IFACE); in main()
|
H A D | meson.options | 3 option('IFACE', type : 'string', value : 'com.ibm.VPD.Manager', description : 'INTERFACE NAME')
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,msm8996-mss-pil.yaml | 216 - description: GCC MSS IFACE clock 255 - description: GCC MSS IFACE clock 292 - description: GCC MSS IFACE clock
|
H A D | qcom,sc7180-mss-pil.yaml | 56 - description: GCC MSS IFACE clock
|
H A D | qcom,sc7280-mss-pil.yaml | 60 - description: GCC MSS IFACE clock
|
/openbmc/openpower-vpd-parser/ |
H A D | meson.build | 99 'IFACE' : '"' + get_option('IFACE') + '"',
|
H A D | meson.options | 13 option('IFACE', type : 'string', value : 'com.ibm.VPD.Manager', description : 'INTERFACE NAME')
|
H A D | vpd_tool_impl.cpp | 556 bus.new_method_call(BUSNAME, OBJPATH, IFACE, "WriteKeyword"); in updateKeyword()
|
/openbmc/phosphor-inventory-manager/ |
H A D | meson.build | 16 conf_data.set_quoted('IFACE', 'xyz.openbmc_project.Inventory.Manager')
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-nbd.rst | 52 .. option:: -b, --bind=IFACE
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ice.rst | 425 # for file in /sys/class/net/$IFACE/queues/rx-*/rps_flow_cnt; do
|