Searched refs:ps (Results 1 – 5 of 5) sorted by relevance
| /scripts/coccinelle/misc/ |
| D | doubleinit.cocci | 36 ps << s.p; 40 if int(ps[0].line) < int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) <… 42 cocci.print_secs("s",ps) 48 ps << s.p; 52 if int(ps[0].line) < int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) <… 53 msg = "%s: first occurrence line %s, second occurrence line %s" % (fld,ps[0].line,pr[0].line)
|
| /scripts/kconfig/tests/ |
| D | conftest.py | 69 ps = subprocess.Popen(command, 78 ps.stdin.write(in_keys.encode('utf-8')) 80 while ps.poll() is None: 84 ps.stdin.write(b'\n') 86 self.retcode = ps.returncode 87 self.stdout = ps.stdout.read().decode() 88 self.stderr = ps.stderr.read().decode()
|
| /scripts/coccinelle/api/ |
| D | simple_open.cocci | 68 ps << has_openr.p; 71 …int_report(pf[0],"WARNING opportunity for simple_open, see also structure on line %s"%(ps[0].line))
|
| /scripts/mod/ |
| D | modpost.c | 1750 struct permitted_symbol *ps; in handle_white_list_exports() local 1759 ps = xmalloc(sizeof(*ps)); in handle_white_list_exports() 1760 ps->name = sym->name; in handle_white_list_exports() 1761 list_add_tail(&ps->list, permitted_symbols); in handle_white_list_exports() 2254 struct permitted_symbol *ps, *ps2; in write_permitted_imports_c_file() local 2259 list_for_each_entry_safe(ps, ps2, permitted_symbols, list) { in write_permitted_imports_c_file() 2260 symbols[i++] = ps->name; in write_permitted_imports_c_file() 2261 list_del(&ps->list); in write_permitted_imports_c_file() 2262 free(ps); in write_permitted_imports_c_file()
|
| /scripts/gdb/linux/ |
| D | pgtable.py | 154 def page_size_line(ps_bit, ps, level): argument
|