Home
last modified time | relevance | path

Searched refs:Invalid (Results 1 – 25 of 187) sorted by relevance

12345678

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/emlog/emlog/
H A DDrop-use-of-error-h.patch52 - error(1, errno, "Invalid size provided\n" USAGE);
53 + fprintf(stderr, "Invalid size provided\n" USAGE);
56 - error(1, 0, "Invalid size provided\n" USAGE);
57 + fprintf(stderr, "Invalid size provided\n" USAGE);
60 - error(1, 0, "Invalid size provided must be a value between 1 and %d\n" USAGE, emlog_ma…
61 + fprintf(stderr, "Invalid size provided must be a value between 1 and %d\n" USAGE, emlo…
69 - error(1, errno, "Invalid mode provided\n" USAGE);
70 + fprintf(stderr, "Invalid mode provided\n" USAGE);
73 - error(1, 0, "Invalid mode provided\n" USAGE);
74 + fprintf(stderr, "Invalid mode provided\n" USAGE);
[all …]
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dtsx_async_abort.rst70 …0 0 1 Invalid case Invalid case Invalid case Invalid ca…
85 …0 0 1 Invalid case Invalid case Invalid case Invalid case
100 …0 0 1 Invalid case Invalid case Invalid case Invalid ca…
/OK3568_Linux_fs/buildroot/package/sconeserver/
H A D0001-sconex-Descriptor.cpp-fix-build-with-gcc-11.patch13 150 | DEBUG_ASSERT(stream>=0,"add_stream() Invalid stream");
18 204 | DEBUG_ASSERT(stream>=0,"remove_stream() Invalid stream");
38 - DEBUG_ASSERT(stream>=0,"add_stream() Invalid stream");
39 + DEBUG_ASSERT(stream!=0,"add_stream() Invalid stream");
47 - DEBUG_ASSERT(stream>=0,"remove_stream() Invalid stream");
48 + DEBUG_ASSERT(stream!=0,"remove_stream() Invalid stream");
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Dxive.rst95 -EFAULT Invalid user pointer for attr->addr.
118 -EFAULT Invalid user pointer for attr->addr.
143 -EINVAL Invalid priority
144 -EINVAL Invalid CPU number.
145 -EFAULT Invalid user pointer for attr->addr.
186 -ENOENT Invalid CPU number
187 -EINVAL Invalid priority
188 -EINVAL Invalid flags
189 -EINVAL Invalid queue size
190 -EINVAL Invalid queue address
[all …]
H A Dvcpu.rst32 -EINVAL Invalid PMU overflow interrupt number supplied or
74 -EINVAL Invalid filter range
122 -EINVAL Invalid timer interrupt number
H A Darm-vgic.rst44 -EFAULT Invalid user pointer for attr->addr.
78 -EINVAL Invalid vcpu_index supplied
125 -EINVAL Invalid vcpu_index supplied
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeotileproviderosm.cpp265 if (provider->status() == TileProvider::Invalid) in addProvider()
290 TileProvider::TileProvider() : m_status(Invalid), m_nm(nullptr), m_timestamp(defaultTs), m_highDpi(… in TileProvider()
299 m_status = Invalid; in TileProvider()
309 : m_status(Invalid), m_nm(nullptr), m_urlTemplate(urlTemplate), in TileProvider()
327 case Invalid: in resolveProvider()
360 m_status = Invalid; in handleError()
376 case Invalid: // should not happen in onNetworkReplyFinished()
390 m_status = Invalid; in onNetworkReplyFinished()
577 return m_status == Invalid; in isInvalid()
582 return (m_status == Valid || m_status == Invalid); in isResolved()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp40 state_(Invalid), in QDeclarativePinchGenerator()
112 if (window_ && target_) setState(Idle); else setState(Invalid); in mouseReleaseEvent()
124 if (window_ && target_) setState(Idle); else setState(Invalid); in mouseDoubleClickEvent()
184 case Invalid: in state()
277 setState(Invalid); in setTarget()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A Db258ed69a485a9cfb299d9f060eb2a46c54e5903.patch32 "Invalid left/right margins and /or image crop width requested");
40 "Invalid top/bottom margins and /or image crop length requested");
H A DCVE-2022-2869.patch75 "Invalid left/right margins and /or image crop width requested");
84 "Invalid top/bottom margins and /or image crop length requested");
H A D0001-tiffcrop-Fix-issue-330-and-some-more-from-320-to-349.patch108 "Invalid end column value %"PRIu32" ignored", end);
138 "Invalid end column value %"PRIu32" ignored", end);
170 "Invalid end column value %"PRIu32" ignored", end);
200 "Invalid end column value %"PRIu32" ignored", end);
230 "Invalid end column value %"PRIu32" ignored", end);
260 "Invalid end column value %"PRIu32" ignored", end);
290 "Invalid end column value %"PRIu32" ignored", end);
326 "Invalid end column value %"PRIu32" ignored", end);
365 "Invalid end column value %"PRIu32" ignored", end);
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0003-Fix-build-issue-with-uclibc.patch19 D("%s: Invalid base64 data ret=%d\n", file, ret);
32 D("%s: Invalid base64 data ret=%d\n", file, ret);
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dlapb-module.rst141 LAPB_BADTOKEN Invalid/unknown LAPB token.
154 LAPB_BADTOKEN Invalid/unknown LAPB token.
169 LAPB_BADTOKEN Invalid/unknown LAPB token.
182 LAPB_BADTOKEN Invalid/unknown LAPB token.
194 LAPB_BADTOKEN Invalid/unknown LAPB token.
208 LAPB_BADTOKEN Invalid/unknown LAPB token.
224 LAPB_BADTOKEN Invalid/unknown LAPB token.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/
H A D0001-mdadm-Fix-optional-write-behind-parameter.patch9 mdadm: Invalid value for maximum outstanding write-behind writes: (null).
40 …pr_err("Invalid value for maximum outstanding write-behind writes: %s.\n\tMust be between 0 and 16…
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-Add-listen-action-for-a-tcp-socket.patch13 accept(4, 0x7ffd5e6dddc0, [128]) = -1 EINVAL (Invalid argument)
14 accept(6, 0x7ffd5e6dddc0, [128]) = -1 EINVAL (Invalid argument)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-pinctrl.txt44 pinctrl-names = "ddc", "idle", "pta" -> Invalid ("idle" not last)
45 pinctrl-names = "idle", "ddc", "pta" -> Invalid ("idle" not last)
/OK3568_Linux_fs/buildroot/package/wpa_supplicant/
H A D0001-AP-Silently-ignore-management-frame-from-unexpected-.patch43 + wpa_printf(MSG_DEBUG, "%s: Invalid SA=" MACSTR
66 + wpa_printf(MSG_DEBUG, "MGMT: Invalid SA=" MACSTR
/OK3568_Linux_fs/buildroot/package/hostapd/
H A D0001-AP-Silently-ignore-management-frame-from-unexpected-.patch43 + wpa_printf(MSG_DEBUG, "%s: Invalid SA=" MACSTR
66 + wpa_printf(MSG_DEBUG, "MGMT: Invalid SA=" MACSTR
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool/
H A D0004-lanp-Fix-buffer-overflows-in-get_lan_param_select.patch82 lprintf(LOG_ERR, "Invalid time: %s", argv[1]);
91 lprintf(LOG_ERR, "Invalid retry: %s", argv[1]);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_geojson.cpp85 case QVariant::Invalid: in asMapboxGLPropertyValue()
113 case QVariant::Invalid: in asMapboxGLFeatureIdentifier()
/OK3568_Linux_fs/buildroot/package/ipmitool/
H A D0012-lanp-Fix-buffer-overflows-in-get_lan_param_select.patch80 lprintf(LOG_ERR, "Invalid time: %s", argv[1]);
89 lprintf(LOG_ERR, "Invalid retry: %s", argv[1]);
/OK3568_Linux_fs/kernel/arch/arm/include/debug/
H A Dux500.S10 #error Invalid Ux500 debug UART
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/script/m4/
H A Ddesc.m47 `ifelse(sysval, 0, , `M4_FATAL(`Invalid args for $1:' shift($*))')')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.c_netlink-invalid-arg.patch1 Description: Fix "NETLINK: Error: Invalid argument" for links that are down, in kernel 4.4+
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server/
H A Dobex-data-server-0.4.6-build-fixes-1.patch19 g_set_error (error, ODS_ERROR, ODS_ERROR_FAILED, "Invalid interface number");

12345678