Searched refs:stamp2 (Results 1 – 1 of 1) sorted by relevance
1014 def diffStamp(stamp1, stamp2): argument1015 if 'host' in stamp1 and 'host' in stamp2:1016 if stamp1['host'] != stamp2['host']:1018 if 'kernel' in stamp1 and 'kernel' in stamp2:1019 if stamp1['kernel'] != stamp2['kernel']:1021 if 'mode' in stamp1 and 'mode' in stamp2:1022 if stamp1['mode'] != stamp2['mode']: