Home
last modified time | relevance | path

Searched refs:SLOT_ID (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-powerreset8 SLOT_ID=$(( $1-1 << 2 ))
15 …response="$(busctl call "$SERVICE" "$OBJECT_PATH" "$INTERFACE" sendRequest yyyyay "$SLOT_ID" "$NET…
30 host_status=$(host-power-status $SLOT_ID)
44 host_status=$(host-power-status $SLOT_ID)
H A Dhost-poweroff8 SLOT_ID=$(( $1-1 << 2 ))
15 …(busctl call "$SERVICE" "$OBJECT_PATH" "$INTERFACE" sendRequest yyyyay "$SLOT_ID" "$NETFN" "$LUN" …
30 host_status=$(host-power-status $SLOT_ID)
44 host_status=$(host-power-status $SLOT_ID)
H A Dhost-poweron8 SLOT_ID=$(( $1-1 << 2 ))
14 …(busctl call "$SERVICE" "$OBJECT_PATH" "$INTERFACE" sendRequest yyyyay "$SLOT_ID" "$NETFN" "$LUN" …
29 host_status=$(host-power-status $SLOT_ID)
43 host_status=$(host-power-status $SLOT_ID)
H A Dhost-powercycle8 SLOT_ID=$(( $1-1 << 2 ))
16 …(busctl call "$SERVICE" "$OBJECT_PATH" "$INTERFACE" sendRequest yyyyay "$SLOT_ID" "$NETFN" "$LUN" …
32 host_status=$(host-power-status $SLOT_ID)
39 host_status=$(host-power-status $SLOT_ID)
H A Dpower-cmd42 SLOT_ID=$1
44 …response="$(busctl call "$SERVICE" "$OBJECT_PATH" "$INTERFACE" sendRequest yyyyay "$SLOT_ID" 0x38 …
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-greatlakes/greatlakes-sysinit/files/
H A Dgreatlakes-system-state-init7 SLOT_ID="$1"
44 POWER_STATUS=$(get_power_status "$SLOT_ID")
58 set_chassis_state "$SLOT_ID" "$CHASSIS_STATE_VAL"
59 set_host_state "$SLOT_ID" "$HOST_STATE_VAL"