Home
last modified time | relevance | path

Searched full:illegal (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/openbmc/linux/arch/m68k/fpsp040/
H A Dtbldo.S85 .long serror |$04-0 ERROR - illegal extension
86 .long serror |$04-1 ERROR - illegal extension
87 .long serror |$04-2 ERROR - illegal extension
88 .long serror |$04-3 ERROR - illegal extension
89 .long serror |$04-4 ERROR - illegal extension
90 .long serror |$04-5 ERROR - illegal extension
91 .long serror |$04-6 ERROR - illegal extension
92 .long serror |$04-7 ERROR - illegal extension
94 .long serror |$05-0 ERROR - illegal extension
95 .long serror |$05-1 ERROR - illegal extension
[all …]
/openbmc/qemu/include/scsi/
H A Dutils.h68 /* Illegal request, invalid command operation code */
70 /* Illegal request, LBA out of range */
72 /* Illegal request, Invalid field in CDB */
74 /* Illegal request, Invalid field in parameter list */
76 /* Illegal request, Invalid value in parameter list */
78 /* Illegal request, Parameter list length error */
80 /* Illegal request, LUN not supported */
82 /* Illegal request, Saving parameters not supported */
84 /* Illegal request, Incompatible format */
86 /* Illegal request, medium removal prevented */
[all …]
/openbmc/libpldm/tests/
H A Dutils.cpp89 EXPECT_EQ(false, is_time_legal(30, 25, 16, 18, 8, 1960)); // year illegal in TEST()
90 EXPECT_EQ(false, is_time_legal(30, 25, 16, 18, 15, 2019)); // month illegal in TEST()
91 EXPECT_EQ(false, is_time_legal(30, 25, 16, 18, 0, 2019)); // month illegal in TEST()
92 EXPECT_EQ(false, is_time_legal(30, 25, 16, 0, 8, 2019)); // day illegal in TEST()
93 EXPECT_EQ(false, is_time_legal(30, 25, 16, 29, 2, 2019)); // day illegal in TEST()
94 EXPECT_EQ(false, is_time_legal(30, 25, 25, 18, 8, 2019)); // hours illegal in TEST()
95 EXPECT_EQ(false, is_time_legal(30, 70, 16, 18, 8, 2019)); // minutes illegal in TEST()
96 EXPECT_EQ(false, is_time_legal(80, 25, 16, 18, 8, 2019)); // seconds illegal in TEST()
/openbmc/linux/drivers/staging/pi433/
H A Drf69.c83 dev_dbg(&spi->dev, "set: illegal mode %u\n", mode); in rf69_set_mode()
113 dev_dbg(&spi->dev, "set: illegal modulation %u\n", modulation); in rf69_set_modulation()
161 dev_dbg(&spi->dev, "set: illegal mod shaping for FSK %u\n", mod_shaping); in rf69_set_modulation_shaping()
179 dev_dbg(&spi->dev, "set: illegal mod shaping for OOK %u\n", mod_shaping); in rf69_set_modulation_shaping()
205 dev_dbg(&spi->dev, "setBitRate: illegal input param\n"); in rf69_set_bit_rate()
249 "set_deviation: illegal input param: %u\n", deviation); in rf69_set_deviation()
299 dev_dbg(&spi->dev, "setFrequency: illegal input param\n"); in rf69_set_frequency()
380 dev_dbg(&spi->dev, "set: illegal power level %u\n", power_level); in rf69_set_output_power_level()
405 dev_dbg(&spi->dev, "set: illegal pa_ramp %u\n", pa_ramp); in rf69_set_pa_ramp()
421 dev_dbg(&spi->dev, "set: illegal antenna impedance %u\n", antenna_impedance); in rf69_set_antenna_impedance()
[all …]
/openbmc/linux/drivers/fpga/
H A Daltera-freeze-bridge.c47 u32 status, illegal, ctrl; in altera_freeze_br_req_ack() local
51 illegal = readl(csr_illegal_req_addr); in altera_freeze_br_req_ack()
52 if (illegal) { in altera_freeze_br_req_ack()
53 dev_err(dev, "illegal request detected 0x%x", illegal); in altera_freeze_br_req_ack()
57 illegal = readl(csr_illegal_req_addr); in altera_freeze_br_req_ack()
58 if (illegal) in altera_freeze_br_req_ack()
59 dev_err(dev, "illegal request not cleared 0x%x", in altera_freeze_br_req_ack()
60 illegal); in altera_freeze_br_req_ack()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dfirewall.c181 "illegal SETCLASS(offset=0x%x, mask=0x%x, class=0x%x) at word %u", in tegra_drm_fw_validate()
190 "illegal INCR(offset=0x%x, count=%u) in class 0x%x at word %u", in tegra_drm_fw_validate()
199 "illegal NONINCR(offset=0x%x, count=%u) in class 0x%x at word %u", in tegra_drm_fw_validate()
208 "illegal MASK(offset=0x%x, mask=0x%x) in class 0x%x at word %u", in tegra_drm_fw_validate()
217 "illegal IMM(offset=0x%x) in class 0x%x at word %u", in tegra_drm_fw_validate()
232 "illegal INCR_W(offset=0x%x) in class 0x%x at word %u", in tegra_drm_fw_validate()
243 "illegal NONINCR(offset=0x%x) in class 0x%x at word %u", in tegra_drm_fw_validate()
247 dev_warn(client->base.dev, "illegal opcode at word %u", in tegra_drm_fw_validate()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_value_illegal_alu.c23 __description("map element value illegal alu op, 1")
47 __description("map element value illegal alu op, 2")
71 __description("map element value illegal alu op, 3")
95 __description("map element value illegal alu op, 4")
120 __description("map element value illegal alu op, 5")
/openbmc/linux/lib/
H A Dtest_user_copy.c263 "illegal all-kernel copy_from_user passed"); in test_user_copy_init()
267 "zeroing failure for illegal all-kernel copy_from_user"); in test_user_copy_init()
278 "illegal reversed copy_from_user passed"); in test_user_copy_init()
282 "illegal all-kernel copy_to_user passed"); in test_user_copy_init()
285 "illegal reversed copy_to_user passed"); in test_user_copy_init()
291 "illegal get_user (" #size ") passed"); \ in test_user_copy_init()
293 "zeroing failure for illegal get_user (" #size ")"); \ in test_user_copy_init()
299 "illegal put_user (" #size ") passed"); \ in test_user_copy_init()
/openbmc/qemu/scsi/
H A Dutils.c180 /* Illegal request, invalid command operation code */
185 /* Illegal request, LBA out of range */
190 /* Illegal request, Invalid field in CDB */
195 /* Illegal request, Invalid field in parameter list */
200 /* Illegal request, Invalid value in parameter list */
205 /* Illegal request, Parameter list length error */
210 /* Illegal request, LUN not supported */
215 /* Illegal request, Saving parameters not supported */
220 /* Illegal request, Incompatible medium installed */
225 /* Illegal request, medium removal prevented */
[all …]
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr_ml_wrapper.h90 #define MV_BAD_VALUE (0x02) /* Illegal value (general) */
92 #define MV_BAD_PARAM (0x04) /* Illegal parameter in function called */
93 #define MV_BAD_PTR (0x05) /* Illegal pointer value */
94 #define MV_BAD_SIZE (0x06) /* Illegal size */
95 #define MV_BAD_STATE (0x07) /* Illegal state of state machine */
/openbmc/u-boot/test/
H A Dunicode_ut.c31 /* Illegal utf-16 strings */
48 /* Illegal utf-8 strings */
101 /* Test handling of illegal utf-16 sequences */ in unicode_test_string16()
187 /* Illegal code */ in unicode_test_utf8_put()
202 /* illegal utf-8 sequences */ in unicode_test_utf8_utf16_strlen()
220 /* illegal utf-8 sequences */ in unicode_test_utf8_utf16_strnlen()
273 /* Illegal utf-8 strings */ in unicode_test_utf8_utf16_strcpy()
383 /* Illegal code */ in unicode_test_utf16_put()
400 /* illegal utf-16 word sequences */ in unicode_test_utf16_strnlen()
416 /* illegal utf-16 word sequences */ in unicode_test_utf16_utf8_strlen()
[all …]
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h127 #define TARGET_ILL_ILLOPC (1) /* Illegal opcode. */
128 #define TARGET_ILL_ILLOPN (2) /* Illegal operand. */
129 #define TARGET_ILL_ILLADR (3) /* Illegal addressing mode. */
130 #define TARGET_ILL_ILLTRP (4) /* Illegal trap. */
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h99 *; /* illegal statement to force compiler error */
202 *; /* illegal statement to force compiler error */
205 *; /* illegal statement to force compiler error */
210 *; /* illegal statement to force compiler error */
213 *; /* illegal statement to force compiler error */
226 *; /* illegal statement to force compiler error */
232 *; /* illegal statement to force compiler error */
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath.c262 goto illegal; in do_mathemu()
280 goto illegal; in do_mathemu()
300 goto illegal; in do_mathemu()
322 goto illegal; in do_mathemu()
327 goto illegal; in do_mathemu()
360 goto illegal; in do_mathemu()
391 goto illegal; in do_mathemu()
425 goto illegal; in do_mathemu()
459 illegal: in do_mathemu()
/openbmc/linux/fs/afs/
H A Dafs_vl.h38 AFSVL_BADNAME = 363527, /* Volume name is illegal */
41 AFSVL_BADSERVER = 363530, /* Illegal server number (out of range) */
47 AFSVL_BADREFCOUNT = 363536, /* Illegal Reference Count number */
50 AFSVL_BADVOLIDBUMP = 363539, /* Illegal max volid increment */
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Ddesc.h108 * @AR5K_RX_PHY_ERROR_PARITY: Illegal parity
109 * @AR5K_RX_PHY_ERROR_RATE: Illegal rate
110 * @AR5K_RX_PHY_ERROR_LENGTH: Illegal length
112 * @AR5K_RX_PHY_ERROR_SERVICE: Illegal service
116 * @AR5K_RX_PHY_ERROR_OFDM_RATE_ILLEGAL: OFDM Illegal rate [5212+]
117 * @AR5K_RX_PHY_ERROR_OFDM_LENGTH_ILLEGAL: OFDM Illegal length [5212+]
123 * @AR5K_RX_PHY_ERROR_CCK_RATE_ILLEGAL: Illegal rate [5212+]
/openbmc/linux/drivers/acpi/acpica/
H A Dhwvalid.c21 * Protected I/O ports. Some ports are always illegal, and some are
22 * conditionally illegal. This table must remain ordered by port address.
25 * first appeared in Windows XP. Some ports are always illegal, and some
26 * ports are only illegal if the BIOS calls _OSI with nothing newer than
83 * always illegal and some ports are only illegal depending on
120 "Illegal I/O port address/length above 64K: %8.8X%8.8X/0x%X", in acpi_hw_validate_io_request()
/openbmc/linux/drivers/scsi/
H A Dhosts.c73 * transition is illegal.
87 goto illegal; in scsi_host_set_state()
95 goto illegal; in scsi_host_set_state()
104 goto illegal; in scsi_host_set_state()
115 goto illegal; in scsi_host_set_state()
125 goto illegal; in scsi_host_set_state()
135 goto illegal; in scsi_host_set_state()
144 goto illegal; in scsi_host_set_state()
151 illegal: in scsi_host_set_state()
154 "Illegal host state transition" in scsi_host_set_state()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp134 BMCWEB_LOG_ERROR("Pid Name Field illegal"); in asyncPopulatePid()
148 BMCWEB_LOG_ERROR("Pid Profiles Field illegal"); in asyncPopulatePid()
203 BMCWEB_LOG_ERROR("Pid Class Field illegal"); in asyncPopulatePid()
226 BMCWEB_LOG_ERROR("Pid Class Field illegal"); in asyncPopulatePid()
282 BMCWEB_LOG_ERROR("Field Illegal {}", in asyncPopulatePid()
301 BMCWEB_LOG_ERROR("Field Illegal {}", in asyncPopulatePid()
342 BMCWEB_LOG_ERROR("Field Illegal {}", in asyncPopulatePid()
363 BMCWEB_LOG_ERROR("Zones Pid Field Illegal"); in asyncPopulatePid()
401 BMCWEB_LOG_ERROR("Field Illegal {}", in asyncPopulatePid()
416 BMCWEB_LOG_ERROR("Field Illegal {}", in asyncPopulatePid()
[all …]
/openbmc/linux/net/9p/
H A Derror.c68 {"Illegal seek", ESPIPE},
134 {"illegal mode", EINVAL},
135 {"illegal name", ENAMETOOLONG},
151 {"illegal offset", EINVAL},
152 {"illegal path element", ENOENT},
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra194-cbb.yaml18 This driver handles errors due to illegal register accesses reported
29 errors due to illegal accesses from CCPLEX are reported by interrupts.
32 initiator is informed about the illegal access by Data Abort exception.
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc_fast.c147 printk(KERN_ERR "%s: illegal UCC number\n", __func__); in ucc_fast_init()
315 printk(KERN_ERR "%s: illegal value for RX clock\n", in ucc_fast_init()
324 printk(KERN_ERR "%s: illegal value for TX clock\n", in ucc_fast_init()
334 pr_err("%s: illegal value for RX clock", __func__); in ucc_fast_init()
343 pr_err("%s: illegal value for TX clock", __func__); in ucc_fast_init()
352 pr_err("%s: illegal value for RX clock", __func__); in ucc_fast_init()
361 pr_err("%s: illegal value for TX clock", __func__); in ucc_fast_init()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_tpg.c593 pr_err("Illegal value for authentication parameter:" in iscsit_ta_authentication()
675 pr_err("Illegal value %d\n", flag); in iscsit_ta_generate_node_acls()
724 pr_err("Illegal value %d\n", flag); in iscsit_ta_cache_dynamic_acls()
749 pr_err("Illegal value %d\n", flag); in iscsit_ta_demo_mode_write_protect()
767 pr_err("Illegal value %d\n", flag); in iscsit_ta_prod_mode_write_protect()
786 pr_err("Illegal value %d\n", flag); in iscsit_ta_demo_mode_discovery()
805 pr_err("Illegal value for default_erl: %u\n", default_erl); in iscsit_ta_default_erl()
822 pr_err("Illegal value %d\n", flag); in iscsit_ta_t10_pi()
841 pr_err("Illegal value for fabric_prot_type: %u\n", prot_type); in iscsit_ta_fabric_prot_type()
859 pr_err("Illegal value %d\n", flag); in iscsit_ta_tpg_enabled_sendtargets()
[all …]
/openbmc/qemu/target/openrisc/
H A Dinterrupt.c37 /* When we have an illegal instruction the error effective address in openrisc_cpu_do_interrupt()
38 shall be set to the illegal instruction address. */ in openrisc_cpu_do_interrupt()
76 [EXCP_ILLEGAL] = "ILLEGAL", in openrisc_cpu_do_interrupt()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c143 wl1271_warning("illegal value for " #param); \
199 wl1271_warning("illegal value in gpio_power"); in gpio_power_write()
261 wl1271_warning("illegal value in dynamic_ps"); in dynamic_ps_timeout_write()
326 wl1271_warning("illegal value in forced_ps"); in forced_ps_write()
395 wl1271_warning("illegal value in split_scan_timeout"); in split_scan_timeout_write()
651 wl1271_warning("illegal value for dtim_interval"); in dtim_interval_write()
712 wl1271_warning("illegal value for suspend_dtim_interval"); in suspend_dtim_interval_write()
767 wl1271_warning("illegal value for beacon_interval"); in beacon_interval_write()
811 wl1271_warning("illegal value in rx_streaming_interval!"); in rx_streaming_interval_write()
867 wl1271_warning("illegal value in rx_streaming_write!"); in rx_streaming_always_write()
[all …]

12345678910>>...45