Searched refs:what (Results 1 – 7 of 7) sorted by relevance
| /scripts/lib/abi/ |
| A D | abi_regex.py | 100 def regex_append(self, what, new): argument 134 self.log.debug("%s: mapped as %s", what, search_group) 142 if what.find(self.search_string) >= 0: 146 " '%s'", what, new) 148 def get_regexes(self, what): argument 156 patches = what.split("/") 204 for what in v.get("what", []): 205 if not what.startswith("/sys"): 208 new = what 219 self.log.debug("%-90s <== %s", new, what) [all …]
|
| A D | abi_parser.py | 82 if what not in self.what_symbols: 83 self.what_symbols[what] = {"file": {}} 92 self.what_symbols[what]["xref"] = xref 137 for w in fdata.what: 195 if not fdata.what: 310 fdata.what = [] 347 for w in fdata.what: 590 for what in v.get("what", [""]): 591 if regex.search(what): 604 what = str(found_keys) + ". " + what [all …]
|
| /scripts/ |
| A D | subarch.include | 1 # SUBARCH tells the usermode build what the underlying arch is. That is set
|
| A D | dev-needs.sh | 22 what information is listed in the output. If the requested information is
|
| A D | gen-crc-consts.py | 69 def print_header(variant, what): argument
|
| /scripts/coccinelle/null/ |
| A D | kmerr.cocci | 5 /// in determining what the error handling code for the call to kmalloc etc
|
| /scripts/bash-completion/ |
| A D | make | 268 --file | --makefile | --old-file | --assume-old | --what-if | --new-file | \
|
Completed in 10 milliseconds