| /kernel/linux/linux-6.6/tools/crypto/ccp/ |
| D | dbc.py | 30 raise OSError(code, os.strerror(code)) 35 raise ValueError("Device required") 45 raise ValueError("Signature required") 47 raise ValueError("UID required") 56 raise ValueError("Signature required") 58 raise ValueError("Expected message tuple")
|
| D | dbc_cli.py | 70 raise IOError("Missing device {device}".format(device=args.device)) 73 raise ValueError("Invalid signature file %s" % args.signature) 77 raise ValueError( 82 raise ValueError("Invalid uid file %s" % args.uid) 86 raise ValueError( 111 raise ValueError("Invalid message %s" % args.message) 124 raise ValueError("Invalid message %s" % args.message)
|
| /kernel/linux/linux-6.6/scripts/gdb/linux/ |
| D | rbtree.py | 17 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type)) 33 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type)) 58 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type)) 81 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type)) 112 raise gdb.GdbError("No entry in tree") 132 raise gdb.GdbError("No entry in tree") 152 raise gdb.GdbError("No entry in tree") 172 raise gdb.GdbError("No entry in tree")
|
| D | device.py | 53 raise gdb.GdbError("Can't find bus type {!r}".format(name)) 60 raise gdb.GdbError("Can't find device class {!r}".format(name)) 112 raise gdb.GdbError("Can't find bus {!r}".format(arg)) 143 raise gdb.GdbError('Please provide pointer to struct device') 146 raise gdb.GdbError('Please provide pointer to struct device')
|
| D | proc.py | 159 raise gdb.GdbError("Provide a PID as integer value") 165 raise gdb.GdbError("Couldn't find a process with PID {}" 170 raise gdb.GdbError("No namespace for current process") 238 raise gdb.GdbError("Kernel not compiled with CONFIG_OF\n") 252 raise gdb.GdbError("No flattened device tree magic found\n") 269 raise gdb.GdbError("Could not open file to dump fdt")
|
| D | lists.py | 27 raise TypeError("Must be struct list_head not {}" 50 raise TypeError("Must be struct hlist_head not {}" 69 raise gdb.GdbError('argument must be of type (struct list_head [*])') 132 raise gdb.GdbError("lx-list-check takes one argument")
|
| /kernel/linux/linux-5.10/scripts/gdb/linux/ |
| D | rbtree.py | 17 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type)) 33 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type)) 58 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type)) 81 raise gdb.GdbError("Must be struct rb_node not {}".format(node.type)) 112 raise gdb.GdbError("No entry in tree") 132 raise gdb.GdbError("No entry in tree") 152 raise gdb.GdbError("No entry in tree") 172 raise gdb.GdbError("No entry in tree")
|
| D | device.py | 53 raise gdb.GdbError("Can't find bus type {!r}".format(name)) 60 raise gdb.GdbError("Can't find device class {!r}".format(name)) 112 raise gdb.GdbError("Can't find bus {!r}".format(arg)) 143 raise gdb.GdbError('Please provide pointer to struct device') 146 raise gdb.GdbError('Please provide pointer to struct device')
|
| D | proc.py | 157 raise gdb.GdbError("Provide a PID as integer value") 163 raise gdb.GdbError("Couldn't find a process with PID {}" 168 raise gdb.GdbError("No namespace for current process") 236 raise gdb.GdbError("Kernel not compiled with CONFIG_OF\n") 250 raise gdb.GdbError("No flattened device tree magic found\n") 267 raise gdb.GdbError("Could not open file to dump fdt")
|
| D | lists.py | 27 raise TypeError("Must be struct list_head not {}" 45 raise TypeError("Must be struct hlist_head not {}" 64 raise gdb.GdbError('argument must be of type (struct list_head [*])') 127 raise gdb.GdbError("lx-list-check takes one argument")
|
| /kernel/linux/linux-5.10/scripts/ |
| D | spdxcheck.py | 51 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid) 62 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic)) 68 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception) 104 raise ParserException(tok, 'Invalid License ID') 108 raise ParserException(tok, 'Invalid Exception ID') 110 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid) 131 raise ParserException(tok, 'Missing parentheses') 146 raise ParserException(tok, 'Invalid token') 158 raise ParserException(None, 'Unfinished license expression') 160 raise ParserException(p, 'Syntax error')
|
| /kernel/linux/linux-6.6/tools/testing/kunit/ |
| D | kunit_kernel.py | 53 raise ConfigError('Could not call make command: ' + str(e)) 55 raise ConfigError(e.output.decode()) 70 raise ConfigError('Could not call make command: ' + str(e)) 72 raise ConfigError(e.output.decode()) 86 raise BuildError('Could not call execute make: ' + str(e)) 88 raise BuildError(e.output) 91 raise BuildError(stderr.decode()) 96 raise RuntimeError('not implemented!') 178 raise ConfigError(f'Specified kunitconfig ({path}) does not exist') 184 …raise ConfigError(f'Multiple values specified for {len(diff)} options in kunitconfig:\n{diff_str}') [all …]
|
| /kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
| D | signal_test_001.cpp | 54 retValue = raise(sig); in TestRaiseMuliti() 80 printf("raise(SIGSTOP);\n"); in TestCase() 81 raise(SIGSTOP); in TestCase() 136 retValue = raise(SIGSTOP); in TestCase() 167 printf("before raise\n"); in TestCase() 168 raise(SIGALRM); in TestCase() 169 printf("after raise\n"); in TestCase()
|
| D | signal_test_040.cpp | 54 raise(SIGURG); in TestCase() 56 raise(SIGURG); in TestCase() 74 raise(SIGHUP); in TestCase() 75 raise(SIGUSR1); in TestCase()
|
| /kernel/linux/linux-5.10/Documentation/sphinx/ |
| D | kernel_include.py | 67 raise self.severe( 85 raise self.warning('"%s" directive disabled.' % self.name) 109 raise self.severe('Problems with "%s" directive path:\n' 114 raise self.severe('Problems with "%s" directive path:\n%s.' % 125 raise self.severe('Problem with "%s" directive:\n%s' % 134 raise self.severe('Problem with "start-after" option of "%s" ' 142 raise self.severe('Problem with "end-before" option of "%s" ' 162 raise self.error(':number-lines: with non-integer '
|
| /kernel/linux/linux-6.6/Documentation/sphinx/ |
| D | kernel_include.py | 68 raise self.severe( 88 raise self.warning('"%s" directive disabled.' % self.name) 111 raise self.severe('Problems with "%s" directive path:\n' 116 raise self.severe('Problems with "%s" directive path:\n%s.' % 127 raise self.severe('Problem with "%s" directive:\n%s' % 136 raise self.severe('Problem with "start-after" option of "%s" ' 144 raise self.severe('Problem with "end-before" option of "%s" ' 164 raise self.error(':number-lines: with non-integer '
|
| /kernel/linux/linux-5.10/tools/testing/kunit/ |
| D | kunit_kernel.py | 41 raise ConfigError('Could not call make command: ' + str(e)) 43 raise ConfigError(e.output.decode()) 54 raise ConfigError('Could not call make command: ' + str(e)) 56 raise ConfigError(e.output.decode()) 91 raise BuildError('Could not call make command: ' + str(e)) 94 raise BuildError(stderr.decode())
|
| /kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
| D | signal_test_022.cpp | 36 printf("Receive signal. Raise successes\n\n"); in SigPrint() 52 retValue = raise(sig); in TestRaise() 63 retValue = raise(sig); in TestRaise() 73 retValue = raise(sig); in TestRaise()
|
| /kernel/linux/linux-5.10/lib/ |
| D | nmi_backtrace.c | 31 * When raise() is called it will be passed a pointer to the 33 * directly from their raise() functions may rely on the mask 38 void (*raise)(cpumask_t *mask)) in nmi_trigger_cpumask_backtrace() 67 raise(to_cpumask(backtrace_mask)); in nmi_trigger_cpumask_backtrace()
|
| /kernel/linux/linux-6.6/scripts/ |
| D | spdxcheck.py | 67 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid) 78 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic)) 84 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception) 134 raise ParserException(tok, 'Invalid License ID') 138 raise ParserException(tok, 'Invalid Exception ID') 140 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid) 161 raise ParserException(tok, 'Missing parentheses') 176 raise ParserException(tok, 'Invalid token') 188 raise ParserException(None, 'Unfinished license expression') 190 raise ParserException(p, 'Syntax error')
|
| /kernel/linux/linux-6.6/lib/ |
| D | nmi_backtrace.c | 31 * When raise() is called it will be passed a pointer to the 33 * directly from their raise() functions may rely on the mask 38 void (*raise)(cpumask_t *mask)) in nmi_trigger_cpumask_backtrace() 68 raise(to_cpumask(backtrace_mask)); in nmi_trigger_cpumask_backtrace()
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/lib/ |
| D | perf_json_output_lint.py | 77 raise RuntimeError(f'wrong number of fields. counted {count} expected {expected_items}' 81 raise RuntimeError(f'Unexpected key: key={key} value={value}') 83 raise RuntimeError(f'Check failed for: key={key} value={value}') 99 raise
|
| /kernel/linux/linux-6.6/Documentation/PCI/endpoint/ |
| D | pci-test-function.rst | 44 Bit 0 raise legacy IRQ 45 Bit 1 raise MSI IRQ 46 Bit 2 raise MSI-X IRQ 83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
|
| /kernel/linux/linux-5.10/Documentation/PCI/endpoint/ |
| D | pci-test-function.rst | 44 Bit 0 raise legacy IRQ 45 Bit 1 raise MSI IRQ 46 Bit 2 raise MSI-X IRQ 83 for the READ/WRITE/COPY and raise IRQ (Legacy/MSI) commands.
|
| /kernel/linux/linux-6.6/Documentation/misc-devices/ |
| D | pci-endpoint-test.rst | 16 #) raise legacy IRQ 17 #) raise MSI IRQ 18 #) raise MSI-X IRQ
|