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

1234

/linux-master/net/netlabel/
H A Dnetlabel_calipso.c407 int ret_val = -ENOMSG;
444 int ret_val = -ENOMSG;
505 int ret_val = -ENOMSG;
527 int ret_val = -ENOMSG;
553 int ret_val = -ENOMSG;
593 int ret_val = -ENOMSG;
649 int ret_val = -ENOMSG;
672 int ret_val = -ENOMSG;
691 int ret_val = -ENOMSG;
729 int ret_val = -ENOMSG;
[all...]
/linux-master/net/ipv6/
H A Dmcast_snoop.c47 return -ENOMSG;
57 return -ENOMSG;
163 * -ENOMSG: IP header validation succeeded but it is not an ICMPv6 packet
/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/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/include/uapi/asm-generic/
H A Derrno.h23 #define ENOMSG 42 /* 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/tools/arch/parisc/include/uapi/asm/
H A Derrno.h7 #define ENOMSG 35 /* No message of desired type */ macro
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_parser.c112 * Return: Returns zero on success or if the frame is incomplete, %-ENOMSG if
131 return -ENOMSG;
203 * Return: Returns zero on success or %-ENOMSG if @source does not represent a
217 return -ENOMSG;
/linux-master/drivers/mtd/
H A Dmtdpstore.c233 * If zone is used, write operation will return -ENOMSG, which means that
282 return -ENOMSG;
286 return -ENOMSG;
318 return -ENOMSG;
330 return -ENOMSG;
364 return -ENOMSG;
368 return -ENOMSG;
/linux-master/fs/pstore/
H A Dzone.c253 if (wcnt == -ENOMSG)
254 return -ENOMSG;
397 if (rcnt == -ENOMSG) {
776 if (likely(!ret || ret != -ENOMSG)) {
968 return -ENOMSG;
994 return -ENOMSG;
1016 return -ENOMSG;
1027 return -ENOMSG;
1029 return record->size ? record->size : -ENOMSG;
1043 return -ENOMSG;
[all...]
/linux-master/tools/testing/selftests/landlock/
H A Dbase_test.c54 ASSERT_EQ(ENOMSG, errno);
58 ASSERT_EQ(ENOMSG, errno);
60 ASSERT_EQ(ENOMSG, errno);
/linux-master/drivers/infiniband/core/
H A Drdma_core.h128 * -ENOMSG means that any object is allowed to match during lookup.
136 return ERR_PTR(-ENOMSG);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c173 if (err == -ENOMSG)
422 if (err && err != -ENOMSG)
483 /* ENOMSG: The bpf_test_option is not found which is fine.
486 if (err && err != -ENOMSG)
590 if (err && err != -ENOMSG)
/linux-master/net/9p/
H A Derror.c80 {"No message of desired type", ENOMSG},
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c279 return -ENOMSG;
302 return -ENOMSG;
/linux-master/drivers/net/fjes/
H A Dfjes_hw.c464 result = -ENOMSG;
572 result = -ENOMSG;
662 result = -ENOMSG;
1010 case -ENOMSG:
1098 case -ENOMSG:
1122 case -ENOMSG:
1241 result = -ENOMSG;
1294 result = -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/include/linux/
H A Dgenl_magic_func.h150 return -ENOMSG; \
183 return -ENOMSG; \
/linux-master/drivers/greybus/
H A Dcontrol.c208 return -ENOMSG;
326 return -ENOMSG;
/linux-master/tools/testing/selftests/ipc/
H A Dmsgque.c91 if (errno == ENOMSG)

Completed in 221 milliseconds

1234