Searched full:raise (Results 1 – 25 of 472) sorted by relevance
12345678910>>...19
/linux-6.8/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)
|
/linux-6.8/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")
|
D | page_owner.py | 28 raise gdb.GdbError(t) 43 raise gdb.GdbError('CONFIG_PAGE_OWNER does not enable') 47 raise gdb.GdbError('page_owner_inited is not enabled') 115 raise gdb.GdbError('page_owner info is not present (never set?)\n')
|
/linux-6.8/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 …]
|
/linux-6.8/Documentation/sphinx/ |
D | kernel_include.py | 68 raise self.severe( 88 raise self.warning('"%s" directive disabled.' % self.name) 112 raise self.severe('Problems with "%s" directive path:\n' 117 raise self.severe('Problems with "%s" directive path:\n%s.' % 128 raise self.severe('Problem with "%s" directive:\n%s' % 137 raise self.severe('Problem with "start-after" option of "%s" ' 145 raise self.severe('Problem with "end-before" option of "%s" ' 165 raise self.error(':number-lines: with non-integer '
|
/linux-6.8/tools/net/ynl/lib/ |
D | ynl.py | 136 raise Exception(f"Auto-scalar len payload be 4 or 8 bytes, got {len(self.raw)}") 379 raise Exception(f'Multicast group "{mcast_name}" not present in the spec') 404 raise Exception(f'Multicast group "{mcast_name}" not present in the family') 427 raise Exception(f"Family '{self.yaml['name']}' not supported by the kernel") 456 raise Exception(f"Space '{space}' has no attribute '{name}'") 473 raise Exception(f'Unknown type for binary attribute, value: {value}') 485 raise Exception(f'Unknown type at {space} {name} {value} {attr["type"]}') 554 raise Exception(f"No sub-message spec named {sub_msg} for {attr_spec.name}") 559 raise Exception(f"There is no value for {selector} to resolve '{attr_spec.name}'") 562 raise Exception(f"No message format for '{value}' in sub-message spec '{sub_msg}'") [all …]
|
/linux-6.8/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')
|
D | bpf_doc.py | 120 raise NoSyscallCommandFound 124 raise NoSyscallCommandFound 139 raise NoHelperFound 147 raise Exception("No description section found for " + proto) 166 raise Exception("No description found for " + proto) 173 raise Exception("No return section found for " + proto) 192 raise Exception("No return found for " + proto) 199 raise Exception(help_message) 295 raise Exception("Helper %s is missing from enum bpf_func_id" % name) 299 … raise Exception("Helper %s has multiple descriptions which are not grouped together" % name) [all …]
|
/linux-6.8/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()
|
/linux-6.8/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
|
/linux-6.8/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.
|
/linux-6.8/Documentation/misc-devices/ |
D | pci-endpoint-test.rst | 16 #) raise legacy IRQ 17 #) raise MSI IRQ 18 #) raise MSI-X IRQ
|
/linux-6.8/tools/perf/tests/ |
D | attr.py | 275 raise Notest(self, myarch) 278 raise Notest(self, "auxv skip") 281 raise Notest(self, "old kernel skip") 284 raise Notest(self, "new kernel skip") 294 raise Fail(self, "Perf exit code failure") 296 raise Unsup(self) 328 raise Fail(self, 'match failure'); 343 raise Fail(self, 'group failure')
|
D | perf-hooks.c | 14 raise(SIGSEGV); in sigsegv_handler() 26 raise(SIGSEGV); in the_hook()
|
/linux-6.8/drivers/net/wireless/ath/ath5k/ |
D | ani.c | 44 * raise or lower immunity accordingly by setting one or more of these 50 * threshold of errors has been reached we will raise immunity. 51 * Also we regularly check the amount of errors and lower or raise immunity as 219 * Try to raise noise immunity (=decrease sensitivity) in several steps 228 ATH5K_DBG_UNLIMIT(ah, ATH5K_DEBUG_ANI, "raise immunity (%s)", in ath5k_ani_raise_immunity() 231 /* first: raise noise immunity */ in ath5k_ani_raise_immunity() 237 /* only OFDM: raise spur immunity level */ in ath5k_ani_raise_immunity() 267 /* as a last resort or CCK: raise firstep level */ in ath5k_ani_raise_immunity() 274 * but can raise firstep level */ in ath5k_ani_raise_immunity() 467 * receive ("listen" time) and raise or lower immunity accordingly. [all …]
|
/linux-6.8/Documentation/devicetree/bindings/iio/accel/ |
D | lis302.txt | 37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition 38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition 39 - st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready contition 40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition
|
/linux-6.8/tools/verification/dot2/ |
D | automata.py | 34 raise Exception("not a dot file: %s" % self.__dot_path) 38 raise Exception("not a dot file: %s" % self.__dot_path) 48 raise Exception("Cannot open the file: %s" % self.__dot_path) 57 raise Exception("Not a valid .dot format: %s" % self.__dot_path)
|
D | dot2k.py | 25 raise Exception("Unknown monitor type: %s" % MonitorType) 38 raise Exception("I can only run on Linux.") 50 … raise Exception("Could not find the template directory, do you have the kernel source installed?") 57 raise Exception("Cannot open the file: %s" % path)
|
/linux-6.8/tools/testing/selftests/drivers/net/mlxsw/ |
D | sharedbuffer_configuration.py | 73 raise SkipTest() 79 raise SkipTest() 111 raise SkipTest() 114 raise SkipTest() 118 raise RecordValuePickerException() 406 raise UnavailableDevlinkNameException()
|
/linux-6.8/arch/m68k/fpsp040/ |
D | slog2.S | 32 | Step 0. If X < 0, create a NaN and raise the invalid operation 47 | Step 0. If X < 0, create a NaN and raise the invalid operation 61 | Step 0. If X < 0, create a NaN and raise the invalid operation 76 | Step 0. If X < 0, create a NaN and raise the invalid operation
|
/linux-6.8/tools/testing/selftests/net/openvswitch/ |
D | ovs-dpctl.py | 143 raise KeyError( 152 raise KeyError("Missing flag value: %s" % flag) 255 raise ValueError("Bad fmt string") 264 raise ValueError("Masking support TBD...") 564 raise ValueError("Invalid ct attr") 645 raise ValueError("Action str: '%s' unbalanced" % actstr) 654 raise ValueError("Action str: '%s' not supported" % actstr) 1476 raise ne 1538 raise ne 1581 raise ne [all …]
|
12345678910>>...19