Searched refs:ENOMSG (Results 1 - 25 of 80) sorted by last modified time

1234

/linux-master/drivers/ata/
H A Dlibata-scsi.c346 return -ENOMSG;
/linux-master/drivers/greybus/
H A Dsvc.c199 return -ENOMSG;
237 return -ENOMSG;
H A Dcontrol.c208 return -ENOMSG;
326 return -ENOMSG;
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c234 done = -ENOMSG;
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c1488 ret = -ENOMSG;
1510 ret = -ENOMSG;
/linux-master/drivers/scsi/aacraid/
H A Daachba.c1855 rcode = -ENOMSG;
/linux-master/drivers/media/cec/core/
H A Dcec-adap.c2011 adap->ops->received(adap, msg) != -ENOMSG)
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_pf_proto.c314 return -ENOMSG;
/linux-master/security/landlock/
H A Dsyscalls.c175 * - %ENOMSG: empty &landlock_ruleset_attr.handled_access_fs.
322 return -ENOMSG;
358 return -ENOMSG;
398 * - %ENOMSG: Empty accesses (e.g. &landlock_path_beneath_attr.allowed_access);
/linux-master/net/bridge/
H A Dbr_multicast.c3802 return -ENOMSG;
3823 if (err == -ENOMSG) {
3892 if (err == -ENOMSG || err == -ENODATA) {
/linux-master/drivers/platform/x86/dell/
H A Ddell-wmi-ddv.c153 return -ENOMSG;
195 ret = -ENOMSG;
261 ret = -ENOMSG;
/linux-master/drivers/platform/x86/amd/
H A Dhsmp.c212 return -ENOMSG;
247 return -ENOMSG;
251 return -ENOMSG;
338 return -ENOMSG;
/linux-master/drivers/mmc/host/
H A Dmvsdio.c524 cmd->error = -ENOMSG;
/linux-master/drivers/hwmon/
H A Ddell-smm-hwmon.c241 return -ENOMSG;
276 return -ENOMSG;
312 ret = -ENOMSG;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c247 txn->reply = -ENOMSG;
/linux-master/tools/testing/selftests/net/
H A Dtxtimestamp.c329 if (serr->ee_errno != ENOMSG ||
/linux-master/tools/testing/selftests/landlock/
H A Dnet_test.c1377 EXPECT_EQ(ENOMSG, errno);
H A Dfs_test.c514 ASSERT_EQ(ENOMSG, errno);
1471 ASSERT_EQ(ENOMSG, errno);
H A Dbase_test.c54 ASSERT_EQ(ENOMSG, errno);
58 ASSERT_EQ(ENOMSG, errno);
60 ASSERT_EQ(ENOMSG, errno);
/linux-master/net/netlabel/
H A Dnetlabel_kapi.c1441 return -ENOMSG;
1457 return -ENOMSG;
/linux-master/net/ipv6/
H A Dcalipso.c1014 int ret_val = -ENOMSG;
1073 int opt_len, len, ret_val = -ENOMSG, offset;
/linux-master/net/ipv4/
H A Digmp.c1577 return -ENOMSG;
1615 * -ENOMSG: IP header validation succeeded but it is not an IGMP packet.
1629 return -ENOMSG;
H A Dcipso_ipv4.c2084 int ret_val = -ENOMSG;
2136 int res = -ENOMSG;
/linux-master/net/core/
H A Dskbuff.c5397 serr->ee.ee_errno = ENOMSG;
5528 serr->ee.ee_errno = ENOMSG;
H A Dfilter.c7497 return ERR_PTR(-ENOMSG);
7516 return ERR_PTR(-ENOMSG);
7525 return ERR_PTR(-ENOMSG);
7656 if (PTR_ERR(op) != -ENOMSG)

Completed in 470 milliseconds

1234