Home
last modified time | relevance | path

Searched refs:line_up (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/tests/shell/
H A Ddaemon.sh22 local line_up
23 line_up=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $6 }'`
45 if [ "${up}" != "${line_up}" ]; then
74 local line_up
75 line_up=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $8 }'`
107 if [ "${up}" != "${line_up}" ]; then
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py451 def line_up(self): member in NBox
1369 active_package.line_up()