Home
last modified time | relevance | path

Searched refs:ENOMSG (Results 1 – 25 of 75) sorted by relevance

123

/Linux-v5.15/net/netlabel/
Dnetlabel_calipso.c403 int ret_val = -ENOMSG; in calipso_doi_add()
440 int ret_val = -ENOMSG; in calipso_doi_remove()
501 int ret_val = -ENOMSG; in calipso_doi_walk()
523 int ret_val = -ENOMSG; in calipso_sock_getattr()
549 int ret_val = -ENOMSG; in calipso_sock_setattr()
589 int ret_val = -ENOMSG; in calipso_req_setattr()
645 int ret_val = -ENOMSG; in calipso_getattr()
668 int ret_val = -ENOMSG; in calipso_skbuff_setattr()
687 int ret_val = -ENOMSG; in calipso_skbuff_delattr()
725 int ret_val = -ENOMSG; in calipso_cache_add()
/Linux-v5.15/net/ipv6/
Dmcast_snoop.c47 return -ENOMSG; in ipv6_mc_check_exthdrs()
57 return -ENOMSG; in ipv6_mc_check_exthdrs()
/Linux-v5.15/drivers/mtd/
Dmtdpstore.c282 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()
/Linux-v5.15/fs/pstore/
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 …]
/Linux-v5.15/drivers/platform/surface/aggregator/
Dssh_parser.c131 return -ENOMSG; in sshp_parse_frame()
217 return -ENOMSG; in sshp_parse_command()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tcp_hdr_options.c173 if (err == -ENOMSG) in synack_opt_len()
422 if (err && err != -ENOMSG) in handle_active_estab()
486 if (err && err != -ENOMSG) in handle_passive_estab()
590 if (err && err != -ENOMSG) in handle_parse_hdr()
/Linux-v5.15/drivers/net/fjes/
Dfjes_hw.c440 result = -ENOMSG; in fjes_hw_request_info()
548 result = -ENOMSG; in fjes_hw_register_buff_addr()
638 result = -ENOMSG; in fjes_hw_unregister_buff_addr()
986 case -ENOMSG: in fjes_hw_update_zone_task()
1074 case -ENOMSG: in fjes_hw_update_zone_task()
1098 case -ENOMSG: in fjes_hw_update_zone_task()
1217 result = -ENOMSG; in fjes_hw_start_debug()
1270 result = -ENOMSG; in fjes_hw_stop_debug()
/Linux-v5.15/include/uapi/asm-generic/
Derrno.h23 #define ENOMSG 42 /* No message of desired type */ macro
/Linux-v5.15/tools/include/uapi/asm-generic/
Derrno.h23 #define ENOMSG 42 /* No message of desired type */ macro
/Linux-v5.15/tools/arch/mips/include/uapi/asm/
Derrno.h18 #define ENOMSG 35 /* No message of desired type */ macro
/Linux-v5.15/tools/arch/sparc/include/uapi/asm/
Derrno.h49 #define ENOMSG 75 /* No message of desired type */ macro
/Linux-v5.15/arch/parisc/include/uapi/asm/
Derrno.h7 #define ENOMSG 35 /* No message of desired type */ macro
/Linux-v5.15/tools/arch/alpha/include/uapi/asm/
Derrno.h53 #define ENOMSG 80 /* No message of desired type */ macro
/Linux-v5.15/tools/arch/parisc/include/uapi/asm/
Derrno.h7 #define ENOMSG 35 /* No message of desired type */ macro
/Linux-v5.15/arch/mips/include/uapi/asm/
Derrno.h18 #define ENOMSG 35 /* No message of desired type */ macro
/Linux-v5.15/arch/alpha/include/uapi/asm/
Derrno.h53 #define ENOMSG 80 /* No message of desired type */ macro
/Linux-v5.15/arch/sparc/include/uapi/asm/
Derrno.h49 #define ENOMSG 75 /* No message of desired type */ macro
/Linux-v5.15/tools/testing/selftests/landlock/
Dbase_test.c51 ASSERT_EQ(ENOMSG, errno); in TEST()
53 ASSERT_EQ(ENOMSG, errno); in TEST()
/Linux-v5.15/drivers/media/test-drivers/vivid/
Dvivid-cec.c240 return -ENOMSG; in vivid_received()
263 return -ENOMSG; in vivid_received()
/Linux-v5.15/drivers/infiniband/core/
Drdma_core.h136 return ERR_PTR(-ENOMSG); in uapi_get_object()
/Linux-v5.15/net/9p/
Derror.c82 {"No message of desired type", ENOMSG},
/Linux-v5.15/include/linux/
Dgenl_magic_func.h149 return -ENOMSG; \
182 return -ENOMSG; \
/Linux-v5.15/drivers/greybus/
Dcontrol.c208 return -ENOMSG; in gb_control_bundle_pm_status_map()
326 return -ENOMSG; in gb_control_interface_pm_status_map()
/Linux-v5.15/lib/
Derrname.c104 E(ENOMSG),
/Linux-v5.15/tools/testing/selftests/ipc/
Dmsgque.c91 if (errno == ENOMSG) in check_and_destroy_queue()

123