Home
last modified time | relevance | path

Searched refs:START_TIME (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpinfo13 declare -x START_TIME=0
25 START_TIME=$(busctl get-property "$DUMP_MANAGER" "$DUMP_PATH/$dump_id" \
30 if [ -z "$START_TIME" ] || [ "$START_TIME" -eq 0 ]; then
32 START_TIME=$(date +%s)
35 start=$(date -d @"$START_TIME" +'%Y-%m-%d %H:%M:%S')
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dstress_code_patching.sh29 START_TIME=`date +%s`
30 END_TIME=`expr $START_TIME + $TIMEOUT`
/openbmc/openbmc/poky/scripts/
H A Dpatchtest-get-series78 START_TIME=$(date --date "now" +"%Y-%m-%dT%H:%M:%S")
83 echo "Start time is $START_TIME"
H A Dbuildall-qemu41 START_TIME=$(date "+%Y-%m-%d_%H:%M:%S")
55 echo "START TIME: ${START_TIME}" >> "${LOG_FILE}"