Lines Matching refs:status
1815 COMMAND ${WEST} blobs list ${BLOBS_VERIFY_MODULE} --format "{status} {abspath}"
1851 list(GET blob 0 status)
1858 elseif(NOT "${status}" STREQUAL "A")
3945 # dt_node_has_status(<var> PATH <path> STATUS <status>)
3949 # - has a status property matching the <status> argument
3950 # (a missing status or an “ok” status is treated as if it
3964 # STATUS <status> : Status to check
3987 dt_prop(status PATH ${canonical} PROPERTY status)
3989 if(NOT DEFINED status OR status STREQUAL "ok")
3990 set(status "okay") variable
3993 if(status STREQUAL "${DT_NODE_STATUS}")
4759 # The section will only be defined if the devicetree exists and has status okay.
4808 # matching the nodelabel exists and has status okay.