Home
last modified time | relevance | path

Searched refs:dirty (Results 1 – 5 of 5) sorted by relevance

/scripts/
Dsetlocalversion65 --no-dirty)
148 printf '%s' -dirty
Dcheck-uapi.sh14 dirty changes) did not introduce ABI changes when compared to HEAD^1. You can
24 will use any dirty changes in tree to UAPI files. If there are no
25 dirty changes, HEAD will be used.
/scripts/gdb/linux/
Dpgtable.py102 self.dirty = is_bit_defined_tupled(data, 6)
121 self.dirty = is_bit_defined_tupled(
/scripts/kconfig/
Dgconf.c87 static void conf_changed(bool dirty) in conf_changed() argument
89 gtk_widget_set_sensitive(save_btn, dirty); in conf_changed()
90 gtk_widget_set_sensitive(save_menu_item, dirty); in conf_changed()
Dqconf.cc1846 void ConfigMainWindow::conf_changed(bool dirty) in conf_changed() argument
1849 saveAction->setEnabled(dirty); in conf_changed()