/openbmc/linux/arch/x86/lib/ |
H A D | insn-eval.c | 207 case -EDOM: in resolve_default_seg() 444 return -EDOM; in pt_regs_offset() 468 return -EDOM; in get_regno() 493 return -EDOM; in get_regno() 504 return -EDOM; in get_regno() 574 -EDOM, in get_reg_offset_16() 575 -EDOM, in get_reg_offset_16() 576 -EDOM, in get_reg_offset_16() 577 -EDOM, in get_reg_offset_16() 586 *offs2 = -EDOM; in get_reg_offset_16() [all …]
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 37 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno-base.h | 37 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/openbmc/linux/drivers/usb/misc/ |
H A D | usbtest.c | 862 return (retval < 0) ? retval : -EDOM; in ch9_postconfig() 882 return (retval < 0) ? retval : -EDOM; in ch9_postconfig() 891 return (retval < 0) ? retval : -EDOM; in ch9_postconfig() 908 return (retval < 0) ? retval : -EDOM; in ch9_postconfig() 927 return (retval < 0) ? retval : -EDOM; in ch9_postconfig() 953 return -EDOM; in ch9_postconfig() 961 return -EDOM; in ch9_postconfig() 969 return -EDOM; in ch9_postconfig() 986 return (retval < 0) ? retval : -EDOM; in ch9_postconfig() 1012 return (retval < 0) ? retval : -EDOM; in ch9_postconfig() [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | xt_dscp.c | 47 return -EDOM; in dscp_mt_check()
|
H A D | xt_DSCP.c | 67 return -EDOM; in dscp_tg_check()
|
H A D | xt_cluster.c | 134 return -EDOM; in xt_cluster_mt_checkentry()
|
H A D | xt_time.c | 250 return -EDOM; in time_mt_check()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 36 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-ds1685.c | 146 return -EDOM; in ds1685_rtc_check_mday() 149 return -EDOM; in ds1685_rtc_check_mday() 339 return -EDOM; in ds1685_rtc_set_time() 342 return -EDOM; in ds1685_rtc_set_time() 346 return -EDOM; in ds1685_rtc_set_time()
|
H A D | rtc-mcp795.c | 280 return -EDOM; in mcp795_set_alarm()
|
/openbmc/linux/net/9p/ |
H A D | error.c | 72 {"Numerical argument out of domain", EDOM},
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
H A D | queue_access.c | 47 return -EDOM; in ia_css_queue_load()
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 47 ERRNO_MSG(EDOM, "Math argument out of domain of func"),
|
/openbmc/u-boot/drivers/video/ |
H A D | broadwell_igd.c | 442 ret = -EDOM; in igd_cdclk_init_haswell() 528 ret = -EDOM; in igd_cdclk_init_broadwell()
|
/openbmc/linux/lib/ |
H A D | errname.c | 47 E(EDOM),
|
/openbmc/linux/rust/kernel/ |
H A D | error.rs | 63 declare_err!(EDOM, "Math argument out of domain of func.");
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | pinctrl_broadwell.c | 138 return -EDOM; in broadwell_pinctrl_read_pins()
|
/openbmc/linux/drivers/hv/ |
H A D | connection.c | 276 ret = -EDOM; in vmbus_connect()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-omap-uwire.c | 379 status = -EDOM; in uwire_setup_transfer()
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-semi.c | 136 case EDOM: return TARGET_EDOM; in errno_h2g()
|
/openbmc/qemu/scsi/ |
H A D | utils.c | 588 case EDOM: in scsi_sense_from_errno()
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | sossi.c | 396 return -EDOM; in sossi_setup_tearsync()
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | security.c | 48 return -EDOM; in hl_get_pb_block()
|
/openbmc/linux/drivers/net/usb/ |
H A D | rndis_host.c | 274 return -EDOM; in rndis_query()
|