Searched defs:be (Results 1 - 2 of 2) sorted by relevance
/pkg/src/modules/client/ |
H A D | bootenv.py | 39 # pkg(1) can be installed and used without any BE management module. 52 import libbe as be namespace 56 import libbe_py as be namespace 59 # be imported. 87 and history state to be restored later with _reset_image_state 91 # boot environment operations fail, they can be written to the 96 """Internal function intended to be used to reset the image 109 # be recorded in the original image root. This 110 # needs to be done before the image root is 117 # the image root, it needs to be rese [all...] |
H A D | history.py | 44 # and reason. The first field, 'outcome' should be a single word to allow easy 45 # extraction from 'pkg history' but 'reason' may be a phrase. 82 # Cross-reference table for errors and results. Entries should be ordered 112 operations that History manages should these values need to be 121 "end_state", "username", "userid", "be", "be_exists", 130 if name not in ("result", "errors", "be", "be_uuid", 133 # Force all other attribute values to be a string 162 self.be, self.current_be, self.be_uuid, self.new_be, self.current_new_be, 165 # All "time" values should be in UTC, using ISO 8601 as the format. 183 be variable [all...] |
Completed in 358 milliseconds