/linux/arch/x86/lib/ |
H A D | insn-eval.c | 192 * + -EDOM is reserved to identify for cases in which no register in resolve_default_seg() 208 case -EDOM: in resolve_default_seg() 445 return -EDOM; in pt_regs_offset() 469 return -EDOM; in get_regno() 494 return -EDOM; in get_regno() 505 return -EDOM; in get_regno() 545 * referenced by the instruction, the value will be set to -EDOM. 575 -EDOM, in get_reg_offset_16() 576 -EDOM, in get_reg_offset_16() 577 -EDOM, in get_reg_offset_16() [all...] |
/linux/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 37 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/linux/include/uapi/asm-generic/ |
H A D | errno-base.h | 37 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/linux/tools/lib/bpf/ |
H A D | str_error.c | 59 case -EDOM: return "-EDOM"; in libbpf_errstr()
|
/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...] |
/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()
|
/linux/drivers/rtc/ |
H A D | rtc-ds1685.c | 139 * Returns -EDOM if the day of month is not within 1..31 range. 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()
|
/linux/net/9p/ |
H A D | error.c | 73 {"Numerical argument out of domain", EDOM},
|
/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
H A D | queue_access.c | 38 return -EDOM; in ia_css_queue_load()
|
/linux/drivers/md/dm-vdo/ |
H A D | errors.c | 50 [EDOM] = "Numerical argument out of domain",
|
/linux/lib/ |
H A D | errname.c | 47 E(EDOM),
|
/linux/rust/kernel/ |
H A D | error.rs | 65 declare_err!(EDOM, "Math argument out of domain of func.");
|
/linux/drivers/hv/ |
H A D | connection.c | 285 ret = -EDOM; in vmbus_connect()
|
/linux/drivers/spi/ |
H A D | spi-omap-uwire.c | 379 status = -EDOM; in uwire_setup_transfer()
|
/linux/drivers/video/fbdev/omap/ |
H A D | sossi.c | 396 return -EDOM; in sossi_setup_tearsync()
|
H A D | hwa742.c | 873 return -EDOM; in setup_tearsync()
|
/linux/drivers/net/usb/ |
H A D | rndis_host.c | 274 return -EDOM; in rndis_query()
|
H A D | cdc_ether.c | 125 return -EDOM; in usbnet_generic_cdc_bind()
|
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6-buttress.c | 551 return -EDOM; in ipu6_buttress_map_fw_image()
|
/linux/drivers/pwm/ |
H A D | core.c | 411 * true results in pwm_set_waveform_might_sleep() failing and returning -EDOM. 438 * Returns: 0 on success, -EDOM if setting failed due to the exact waveform not 468 * map err == 1 to -EDOM for exact requests and 0 for !exact ones. Also in pwm_set_waveform_might_sleep() 469 * make sure that -EDOM is only returned in exactly that case. Note that in pwm_set_waveform_might_sleep() 470 * __pwm_set_waveform() should never return -EDOM which justifies the in pwm_set_waveform_might_sleep() 473 if (unlikely(err == -EDOM)) in pwm_set_waveform_might_sleep() 476 err = -EDOM; in pwm_set_waveform_might_sleep()
|
/linux/drivers/media/radio/si4713/ |
H A D | si4713.c | 651 return -EDOM; in si4713_tx_tune_measure()
|