Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_calipso.c406 int ret_val = -ENOMSG; in calipso_doi_add()
443 int ret_val = -ENOMSG; in calipso_doi_remove()
504 int ret_val = -ENOMSG; in calipso_doi_walk()
526 int ret_val = -ENOMSG; in calipso_sock_getattr()
552 int ret_val = -ENOMSG; in calipso_sock_setattr()
592 int ret_val = -ENOMSG; in calipso_req_setattr()
648 int ret_val = -ENOMSG; in calipso_getattr()
671 int ret_val = -ENOMSG; in calipso_skbuff_setattr()
690 int ret_val = -ENOMSG; in calipso_skbuff_delattr()
728 int ret_val = -ENOMSG; in calipso_cache_add()
[all...]
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_calipso.c407 int ret_val = -ENOMSG; in calipso_doi_add()
444 int ret_val = -ENOMSG; in calipso_doi_remove()
505 int ret_val = -ENOMSG; in calipso_doi_walk()
527 int ret_val = -ENOMSG; in calipso_sock_getattr()
553 int ret_val = -ENOMSG; in calipso_sock_setattr()
593 int ret_val = -ENOMSG; in calipso_req_setattr()
649 int ret_val = -ENOMSG; in calipso_getattr()
672 int ret_val = -ENOMSG; in calipso_skbuff_setattr()
691 int ret_val = -ENOMSG; in calipso_skbuff_delattr()
729 int ret_val = -ENOMSG; in calipso_cache_add()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/amd/
H A Dhsmp.c140 return -ENOMSG; in __hsmp_send_message()
175 return -ENOMSG; in validate_message()
179 return -ENOMSG; in validate_message()
272 return -ENOMSG; in hsmp_ioctl()
/kernel/linux/linux-5.10/fs/pstore/
H A Dzone.c257 if (wcnt == -ENOMSG) in psz_zone_write()
258 return -ENOMSG; in psz_zone_write()
403 if (rcnt == -ENOMSG) { in psz_kmsg_recover_meta()
789 if (likely(!ret || ret != -ENOMSG)) { in psz_kmsg_write_record()
990 return -ENOMSG; in psz_kmsg_read()
1014 return -ENOMSG; in psz_kmsg_read()
1036 return -ENOMSG; in psz_ftrace_read()
1047 return -ENOMSG; in psz_ftrace_read()
1049 return record->size ? record->size : -ENOMSG; in psz_ftrace_read()
1063 return -ENOMSG; in psz_record_read()
[all...]
/kernel/linux/linux-6.6/fs/pstore/
H A Dzone.c253 if (wcnt == -ENOMSG) in psz_zone_write()
254 return -ENOMSG; in psz_zone_write()
397 if (rcnt == -ENOMSG) { in psz_kmsg_recover_meta()
776 if (likely(!ret || ret != -ENOMSG)) { in psz_kmsg_write_record()
968 return -ENOMSG; in psz_kmsg_read()
992 return -ENOMSG; in psz_kmsg_read()
1014 return -ENOMSG; in psz_ftrace_read()
1025 return -ENOMSG; in psz_ftrace_read()
1027 return record->size ? record->size : -ENOMSG; in psz_ftrace_read()
1041 return -ENOMSG; in psz_record_read()
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dmcast_snoop.c47 return -ENOMSG; in ipv6_mc_check_exthdrs()
57 return -ENOMSG; in ipv6_mc_check_exthdrs()
163 * -ENOMSG: IP header validation succeeded but it is not an ICMPv6 packet
/kernel/linux/linux-6.6/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; in sshp_parse_frame()
203 * Return: Returns zero on success or %-ENOMSG if @source does not represent a
217 return -ENOMSG; in sshp_parse_command()
/kernel/linux/linux-6.6/net/ipv6/
H A Dmcast_snoop.c47 return -ENOMSG; in ipv6_mc_check_exthdrs()
57 return -ENOMSG; in ipv6_mc_check_exthdrs()
163 * -ENOMSG: IP header validation succeeded but it is not an ICMPv6 packet
/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdpstore.c233 * If zone is used, write operation will return -ENOMSG, which means that
282 return -ENOMSG; in mtdpstore_write()
286 return -ENOMSG; in mtdpstore_write()
318 return -ENOMSG; in mtdpstore_read()
330 return -ENOMSG; in mtdpstore_read()
364 return -ENOMSG; in mtdpstore_panic_write()
368 return -ENOMSG; in mtdpstore_panic_write()
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdpstore.c233 * If zone is used, write operation will return -ENOMSG, which means that
282 return -ENOMSG; in mtdpstore_write()
286 return -ENOMSG; in mtdpstore_write()
318 return -ENOMSG; in mtdpstore_read()
330 return -ENOMSG; in mtdpstore_read()
364 return -ENOMSG; in mtdpstore_panic_write()
368 return -ENOMSG; in mtdpstore_panic_write()
/kernel/linux/linux-6.6/tools/testing/selftests/landlock/
H A Dbase_test.c54 ASSERT_EQ(ENOMSG, errno); in TEST()
58 ASSERT_EQ(ENOMSG, errno); in TEST()
60 ASSERT_EQ(ENOMSG, errno); in TEST()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c173 if (err == -ENOMSG) in synack_opt_len()
422 if (err && err != -ENOMSG) in handle_active_estab()
483 /* ENOMSG: The bpf_test_option is not found which is fine. in handle_passive_estab()
486 if (err && err != -ENOMSG) in handle_passive_estab()
590 if (err && err != -ENOMSG) in handle_parse_hdr()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c173 if (err == -ENOMSG) in synack_opt_len()
422 if (err && err != -ENOMSG) in handle_active_estab()
483 /* ENOMSG: The bpf_test_option is not found which is fine. in handle_passive_estab()
486 if (err && err != -ENOMSG) in handle_passive_estab()
590 if (err && err != -ENOMSG) in handle_parse_hdr()
/kernel/linux/linux-5.10/drivers/net/fjes/
H A Dfjes_hw.c463 result = -ENOMSG; in fjes_hw_request_info()
571 result = -ENOMSG; in fjes_hw_register_buff_addr()
661 result = -ENOMSG; in fjes_hw_unregister_buff_addr()
1009 case -ENOMSG: in fjes_hw_update_zone_task()
1097 case -ENOMSG: in fjes_hw_update_zone_task()
1121 case -ENOMSG: in fjes_hw_update_zone_task()
1240 result = -ENOMSG; in fjes_hw_start_debug()
1293 result = -ENOMSG; in fjes_hw_stop_debug()
/kernel/linux/linux-6.6/drivers/net/fjes/
H A Dfjes_hw.c464 result = -ENOMSG; in fjes_hw_request_info()
572 result = -ENOMSG; in fjes_hw_register_buff_addr()
662 result = -ENOMSG; in fjes_hw_unregister_buff_addr()
1010 case -ENOMSG: in fjes_hw_update_zone_task()
1098 case -ENOMSG: in fjes_hw_update_zone_task()
1122 case -ENOMSG: in fjes_hw_update_zone_task()
1241 result = -ENOMSG; in fjes_hw_start_debug()
1294 result = -ENOMSG; in fjes_hw_stop_debug()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Derrno.h53 #define ENOMSG 80 /* No message of desired type */ macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Derrno.h7 #define ENOMSG 35 /* No message of desired type */ macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Derrno.h18 #define ENOMSG 35 /* No message of desired type */ macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Derrno.h49 #define ENOMSG 75 /* No message of desired type */ macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Derrno.h18 #define ENOMSG 35 /* No message of desired type */ macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Derrno.h53 #define ENOMSG 80 /* No message of desired type */ macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Derrno.h7 #define ENOMSG 35 /* No message of desired type */ macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H A Derrno.h49 #define ENOMSG 75 /* No message of desired type */ macro
/kernel/linux/linux-5.10/tools/arch/alpha/include/uapi/asm/
H A Derrno.h53 #define ENOMSG 80 /* No message of desired type */ macro
/kernel/linux/linux-5.10/tools/arch/mips/include/uapi/asm/
H A Derrno.h18 #define ENOMSG 35 /* No message of desired type */ macro

Completed in 18 milliseconds

1234567