Searched refs:UBLK_PROG (Results 1 – 2 of 2) sorted by relevance
105 ${UBLK_PROG} del -a110 ${UBLK_PROG} list -n "$1" | grep "state" | awk '{print $11}'114 ${UBLK_PROG} list -n "$1" | grep "pid" | awk '{print $7}'165 "${UBLK_PROG}" del -a172 if $UBLK_PROG "features" | grep "$1" > /dev/null 2>&1; then193 if ! dev_id=$("${UBLK_PROG}" "$cmd" "$@" | grep "dev id" | awk -F '[ :]' '{print $3}'); then230 if ! ${UBLK_PROG} quiesce -n "${dev_id}"; then266 ${UBLK_PROG} del -n "${dev_id}"378 UBLK_PROG=$(_ublk_test_top_dir)/kublk382 export UBLK_PROG
20 if ! "$UBLK_PROG" update_size -n "$dev_id" -s "$size"; then
Completed in 2 milliseconds