/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | insn-eval.c | 191 * + -EDOM is reserved to identify for cases in which no register in resolve_default_seg() 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() 544 * referenced by the instruction, the value will be set to -EDOM. 574 -EDOM, in get_reg_offset_16() 575 -EDOM, in get_reg_offset_16() 576 -EDOM, in get_reg_offset_16() [all...] |
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | insn-eval.c | 193 * + -EDOM is reserved to identify for cases in which no register in resolve_default_seg() 209 case -EDOM: in resolve_default_seg() 461 return -EDOM; in get_reg_offset() 486 return -EDOM; in get_reg_offset() 497 return -EDOM; in get_reg_offset() 526 * referenced by the instruction, the value will be set to -EDOM. 556 -EDOM, in get_reg_offset_16() 557 -EDOM, in get_reg_offset_16() 558 -EDOM, in get_reg_offset_16() 559 -EDOM, in get_reg_offset_16() [all...] |
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 37 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | errno-base.h | 37 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | errno-base.h | 37 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | errno-base.h | 40 #define EDOM 33 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | errno-base.h | 53 #define EDOM 33 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 37 #define EDOM 33 /* Math argument out of domain of func */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | errno-base.h | 53 #define EDOM 33 macro
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_of.c | 279 return -EDOM; in of_thermal_get_trip_type() 292 return -EDOM; in of_thermal_get_trip_temp() 305 return -EDOM; in of_thermal_set_trip_temp() 327 return -EDOM; in of_thermal_get_trip_hyst() 340 return -EDOM; in of_thermal_set_trip_hyst()
|
/kernel/linux/linux-5.10/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...] |
/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/net/netfilter/ |
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_dscp.c | 47 return -EDOM; in dscp_mt_check()
|
H A D | xt_time.c | 250 return -EDOM; in time_mt_check()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | error.c | 74 {"Numerical argument out of domain", EDOM},
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
H A D | queue_access.c | 47 return -EDOM; in ia_css_queue_load()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
H A D | queue_access.c | 47 return -EDOM; in ia_css_queue_load()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_DSCP.c | 67 return -EDOM; in dscp_tg_check()
|
H A D | xt_dscp.c | 47 return -EDOM; in dscp_mt_check()
|
H A D | xt_cluster.c | 134 return -EDOM; in xt_cluster_mt_checkentry()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | error.c | 72 {"Numerical argument out of domain", EDOM},
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|