Home
last modified time | relevance | path

Searched refs:EBADR (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/linux/fs/dlm/
H A Dutil.c31 case -EBADR: in to_dlm_errno()
53 return -EBADR; in from_dlm_errno()
/openbmc/bmcweb/redfish-core/lib/
H A Dpower_supply.hpp84 if (ec.value() != EBADR) in doPowerSupplyCollection()
174 if (ec.value() != EBADR) in getValidPowerSupplyPath()
216 if (ec.value() != EBADR) in getPowerSupplyState()
243 if (ec.value() != EBADR) in getPowerSupplyHealth()
271 if (ec.value() != EBADR) in getPowerSupplyAsset()
337 if (ec.value() != EBADR) in getPowerSupplyFirmwareVersion()
361 if (ec.value() != EBADR) in getPowerSupplyLocation()
380 if (ec.value() != EBADR) in handleGetEfficiencyResponse()
409 if (ec.value() != EBADR) in handlePowerSupplyAttributesSubTreeResponse()
H A Dfan.hpp70 if (ec.value() != EBADR) in getFanPaths()
242 if (ec.value() != EBADR) in getFanHealth()
268 if (ec.value() != EBADR) in getFanState()
296 if (ec.value() != EBADR) in getFanAsset()
354 if (ec.value() != EBADR) in getFanLocation()
H A Dfabric_adapters.hpp38 if (ec.value() != EBADR) in getFabricAdapterLocation()
64 if (ec.value() != EBADR) in getFabricAdapterAsset()
120 if (ec.value() != EBADR) in getFabricAdapterState()
147 if (ec.value() != EBADR) in getFabricAdapterHealth()
H A Dcable.hpp115 if (ec.value() != EBADR) in getCableProperties()
157 if (ec.value() == EBADR) in requestRoutesCable()
H A Dpcie.hpp232 if (ec.value() == EBADR) in getPCIeDeviceSlotPath()
307 if (ec.value() != EBADR) in getPCIeDeviceHealth()
334 if (ec.value() != EBADR) in getPCIeDeviceState()
362 if (ec.value() != EBADR) in getPCIeDeviceAsset()
525 if (ec.value() != EBADR) in getPCIeDeviceProperties()
H A Dmetric_report.hpp105 if (ec.value() == EBADR || in requestRoutesMetricReport()
/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h34 #define EBADR 53 /* Invalid request descriptor */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h34 #define EBADR 53 /* Invalid request descriptor */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h79 #define EBADR 103 /* Invalid request descriptor */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h31 #define EBADR 51 /* Invalid request descriptor */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h77 #define EBADR 98 /* Invalid request descriptor */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h77 #define EBADR 98 /* Invalid request descriptor */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h31 #define EBADR 51 /* Invalid request descriptor */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h79 #define EBADR 103 /* Invalid request descriptor */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h48 #define EBADR 161 /* Invalid request descriptor */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h48 #define EBADR 161 /* Invalid request descriptor */ macro
/openbmc/bmcweb/redfish-core/include/
H A Dsnmp_trap_event_clients.hpp153 if (ec.value() != EBADR) in afterSnmpClientCreate()
231 if (ec.value() == EBADR) in deleteSnmpTrapClient()
/openbmc/linux/drivers/scsi/
H A Dscsi_netlink.c88 err = -EBADR; in scsi_nl_rcv_msg()
/openbmc/linux/drivers/greybus/
H A Doperation.c149 if (prev == -EBADR) in gb_operation_result_set()
154 WARN_ON(prev != -EBADR); in gb_operation_result_set()
168 if (WARN_ON(result == -EBADR)) in gb_operation_result_set()
184 WARN_ON(result == -EBADR); in gb_operation_result()
549 operation->errno = -EBADR; /* Initial value--means "never set" */ in gb_operation_create_common()
/openbmc/u-boot/include/linux/
H A Derrno.h59 #define EBADR 53 /* Invalid request descriptor */ macro
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-qbuf.rst107 If the device does not support requests, then ``EBADR`` will be returned.
121 to specify this for a capture buffer will result in an ``EBADR`` error.
188 EBADR
/openbmc/linux/include/media/
H A Dmedia-request.h234 return ERR_PTR(-EBADR); in media_request_get_by_fd()
/openbmc/u-boot/lib/
H A Derrno_str.c67 ERRNO_MSG(EBADR, "Invalid request descriptor"),
/openbmc/linux/drivers/media/mc/
H A Dmc-request.c254 return ERR_PTR(-EBADR); in media_request_get_by_fd()
413 return -EBADR; in media_request_object_bind()

123