Searched refs:STATE_MSG_HEADER (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/patman/
H A Dpatchstream.py66 STATE_MSG_HEADER = 0 # Still in the message header variable
95 self.state = STATE_MSG_HEADER # What state are we in?
332 if (self.state == STATE_MSG_HEADER
341 self.state = STATE_MSG_HEADER
345 cover_match or signoff_match or self.state == STATE_MSG_HEADER:

Completed in 99 milliseconds