Home
last modified time | relevance | path

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

1234

/linux/net/netlabel/
A 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/fs/pstore/
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()
1041 return -ENOMSG; in psz_record_read()
1050 return -ENOMSG; in psz_record_read()
[all …]
/linux/drivers/mtd/
A 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/net/ipv6/
A Dmcast_snoop.c47 return -ENOMSG; in ipv6_mc_check_exthdrs()
57 return -ENOMSG; in ipv6_mc_check_exthdrs()
/linux/drivers/platform/surface/aggregator/
A Dssh_parser.c131 return -ENOMSG; in sshp_parse_frame()
217 return -ENOMSG; in sshp_parse_command()
/linux/tools/testing/selftests/bpf/progs/
A 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/drivers/net/fjes/
A Dfjes_hw.c441 result = -ENOMSG; in fjes_hw_request_info()
549 result = -ENOMSG; in fjes_hw_register_buff_addr()
639 result = -ENOMSG; in fjes_hw_unregister_buff_addr()
987 case -ENOMSG: in fjes_hw_update_zone_task()
1075 case -ENOMSG: in fjes_hw_update_zone_task()
1099 case -ENOMSG: in fjes_hw_update_zone_task()
1218 result = -ENOMSG; in fjes_hw_start_debug()
1271 result = -ENOMSG; in fjes_hw_stop_debug()
/linux/tools/testing/selftests/landlock/
A Dbase_test.c51 ASSERT_EQ(ENOMSG, errno); in TEST()
53 ASSERT_EQ(ENOMSG, errno); in TEST()
/linux/tools/include/uapi/asm-generic/
A Derrno.h23 #define ENOMSG 42 /* No message of desired type */ macro
/linux/include/uapi/asm-generic/
A Derrno.h23 #define ENOMSG 42 /* No message of desired type */ macro
/linux/arch/sparc/include/uapi/asm/
A Derrno.h49 #define ENOMSG 75 /* No message of desired type */ macro
/linux/arch/parisc/include/uapi/asm/
A Derrno.h7 #define ENOMSG 35 /* No message of desired type */ macro
/linux/arch/mips/include/uapi/asm/
A Derrno.h18 #define ENOMSG 35 /* No message of desired type */ macro
/linux/tools/arch/mips/include/uapi/asm/
A Derrno.h18 #define ENOMSG 35 /* No message of desired type */ macro
/linux/tools/arch/sparc/include/uapi/asm/
A Derrno.h49 #define ENOMSG 75 /* No message of desired type */ macro
/linux/tools/arch/alpha/include/uapi/asm/
A Derrno.h53 #define ENOMSG 80 /* No message of desired type */ macro
/linux/tools/arch/parisc/include/uapi/asm/
A Derrno.h7 #define ENOMSG 35 /* No message of desired type */ macro
/linux/arch/alpha/include/uapi/asm/
A Derrno.h53 #define ENOMSG 80 /* No message of desired type */ macro
/linux/drivers/media/test-drivers/vivid/
A Dvivid-cec.c279 return -ENOMSG; in vivid_received()
302 return -ENOMSG; in vivid_received()
/linux/drivers/infiniband/core/
A Drdma_core.h136 return ERR_PTR(-ENOMSG); in uapi_get_object()
/linux/net/9p/
A Derror.c80 {"No message of desired type", ENOMSG},
/linux/include/linux/
A Dgenl_magic_func.h149 return -ENOMSG; \
182 return -ENOMSG; \
/linux/drivers/greybus/
A Dcontrol.c208 return -ENOMSG; in gb_control_bundle_pm_status_map()
326 return -ENOMSG; in gb_control_interface_pm_status_map()
/linux/net/can/j1939/
A Dsocket.c1016 serr->ee.ee_errno = ENOMSG; in __j1939_sk_errqueue()
1022 serr->ee.ee_errno = ENOMSG; in __j1939_sk_errqueue()
1034 serr->ee.ee_errno = ENOMSG; in __j1939_sk_errqueue()
1040 serr->ee.ee_errno = ENOMSG; in __j1939_sk_errqueue()
/linux/lib/
A Derrname.c104 E(ENOMSG),

Completed in 49 milliseconds

1234