Searched refs:ENOMSG (Results 1 - 25 of 80) sorted by path

1234

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h53 #define ENOMSG 80 /* No message of desired type */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h18 #define ENOMSG 35 /* No message of desired type */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h49 #define ENOMSG 75 /* No message of desired type */ macro
/linux-master/drivers/net/wireless/intersil/p54/
H A Deeprom.c868 err = -ENOMSG;
/linux-master/include/uapi/asm-generic/
H A Derrno.h23 #define ENOMSG 42 /* No message of desired type */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h53 #define ENOMSG 80 /* No message of desired type */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h18 #define ENOMSG 35 /* No message of desired type */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h49 #define ENOMSG 75 /* No message of desired type */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h23 #define ENOMSG 42 /* No message of desired type */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h7 #define ENOMSG 35 /* No message of desired type */ macro
/linux-master/drivers/ata/
H A Dlibata-scsi.c346 return -ENOMSG;
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c761 return err == -ENOMSG ? "required attribute missing" :
1533 if (err && err != -ENOMSG) {
2397 if (err && err != -ENOMSG) {
2563 if (err && err != -ENOMSG) {
2920 if (err && err != -ENOMSG) {
4221 if (err && err != -ENOMSG) {
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_pf_proto.c314 return -ENOMSG;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c247 txn->reply = -ENOMSG;
/linux-master/drivers/greybus/
H A Dcontrol.c208 return -ENOMSG;
326 return -ENOMSG;
H A Dsvc.c199 return -ENOMSG;
237 return -ENOMSG;
/linux-master/drivers/hwmon/
H A Ddell-smm-hwmon.c241 return -ENOMSG;
276 return -ENOMSG;
312 ret = -ENOMSG;
/linux-master/drivers/infiniband/core/
H A Drdma_core.c380 if (obj == ERR_PTR(-ENOMSG)) {
H A Drdma_core.h128 * -ENOMSG means that any object is allowed to match during lookup.
136 return ERR_PTR(-ENOMSG);
H A Duverbs_uapi.c593 if (PTR_ERR(tmp_obj) == -ENOMSG)
/linux-master/drivers/input/touchscreen/
H A Dgoodix.c307 return -ENOMSG;
/linux-master/drivers/media/cec/core/
H A Dcec-adap.c2011 adap->ops->received(adap, msg) != -ENOMSG)
H A Dcec-pin.c1311 return -ENOMSG;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c279 return -ENOMSG;
302 return -ENOMSG;
/linux-master/drivers/message/fusion/
H A Dmptctl.c743 * -ENOMSG if FW upload returned bad status
773 * -ENOMSG if FW upload returned bad status
976 return -ENOMSG;

Completed in 316 milliseconds

1234