/Linux-v5.4/net/netlabel/ |
D | netlabel_calipso.c | 402 int ret_val = -ENOMSG; in calipso_doi_add() 439 int ret_val = -ENOMSG; in calipso_doi_remove() 500 int ret_val = -ENOMSG; in calipso_doi_walk() 522 int ret_val = -ENOMSG; in calipso_sock_getattr() 548 int ret_val = -ENOMSG; in calipso_sock_setattr() 588 int ret_val = -ENOMSG; in calipso_req_setattr() 644 int ret_val = -ENOMSG; in calipso_getattr() 667 int ret_val = -ENOMSG; in calipso_skbuff_setattr() 686 int ret_val = -ENOMSG; in calipso_skbuff_delattr() 724 int ret_val = -ENOMSG; in calipso_cache_add()
|
/Linux-v5.4/net/ipv6/ |
D | mcast_snoop.c | 47 return -ENOMSG; in ipv6_mc_check_exthdrs() 57 return -ENOMSG; in ipv6_mc_check_exthdrs() 125 return -ENOMSG; in ipv6_mc_check_mld_msg()
|
/Linux-v5.4/drivers/net/fjes/ |
D | fjes_hw.c | 440 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()
|
D | fjes_main.c | 372 case -ENOMSG: in fjes_setup_resources() 414 case -ENOMSG: in fjes_setup_resources() 1423 case -ENOMSG: in fjes_watch_unshare_task() 1466 case -ENOMSG: in fjes_watch_unshare_task()
|
/Linux-v5.4/include/uapi/asm-generic/ |
D | errno.h | 23 #define ENOMSG 42 /* No message of desired type */ macro
|
/Linux-v5.4/tools/include/uapi/asm-generic/ |
D | errno.h | 23 #define ENOMSG 42 /* No message of desired type */ macro
|
/Linux-v5.4/arch/sparc/include/uapi/asm/ |
D | errno.h | 49 #define ENOMSG 75 /* No message of desired type */ macro
|
/Linux-v5.4/arch/parisc/include/uapi/asm/ |
D | errno.h | 7 #define ENOMSG 35 /* No message of desired type */ macro
|
/Linux-v5.4/arch/alpha/include/uapi/asm/ |
D | errno.h | 53 #define ENOMSG 80 /* No message of desired type */ macro
|
/Linux-v5.4/arch/mips/include/uapi/asm/ |
D | errno.h | 18 #define ENOMSG 35 /* No message of desired type */ macro
|
/Linux-v5.4/tools/arch/mips/include/uapi/asm/ |
D | errno.h | 18 #define ENOMSG 35 /* No message of desired type */ macro
|
/Linux-v5.4/tools/arch/alpha/include/uapi/asm/ |
D | errno.h | 53 #define ENOMSG 80 /* No message of desired type */ macro
|
/Linux-v5.4/tools/arch/parisc/include/uapi/asm/ |
D | errno.h | 7 #define ENOMSG 35 /* No message of desired type */ macro
|
/Linux-v5.4/tools/arch/sparc/include/uapi/asm/ |
D | errno.h | 49 #define ENOMSG 75 /* No message of desired type */ macro
|
/Linux-v5.4/drivers/ide/ |
D | ide-ioctls.c | 66 rc = -ENOMSG; in ide_get_identity_ioctl() 263 return -ENOMSG; in generic_ide_ioctl()
|
/Linux-v5.4/drivers/media/platform/vivid/ |
D | vivid-cec.c | 240 return -ENOMSG; in vivid_received() 263 return -ENOMSG; in vivid_received()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | rdma_core.h | 174 return ERR_PTR(-ENOMSG); in uapi_get_object()
|
/Linux-v5.4/net/9p/ |
D | error.c | 82 {"No message of desired type", ENOMSG},
|
/Linux-v5.4/include/linux/ |
D | genl_magic_func.h | 149 return -ENOMSG; \ 182 return -ENOMSG; \
|
/Linux-v5.4/drivers/greybus/ |
D | control.c | 208 return -ENOMSG; in gb_control_bundle_pm_status_map() 326 return -ENOMSG; in gb_control_interface_pm_status_map()
|
/Linux-v5.4/tools/testing/selftests/ipc/ |
D | msgque.c | 91 if (errno == ENOMSG) in check_and_destroy_queue()
|
/Linux-v5.4/drivers/staging/uwb/ |
D | address.c | 79 result = -ENOMSG; in uwb_rc_dev_addr_mgmt()
|
/Linux-v5.4/net/bridge/ |
D | br_multicast.c | 1588 return -ENOMSG; in br_ip4_multicast_mrd_rcv() 1606 if (err == -ENOMSG) { in br_multicast_ipv4_rcv() 1657 return -ENOMSG; in br_ip6_multicast_mrd_rcv() 1664 return -ENOMSG; in br_ip6_multicast_mrd_rcv() 1682 if (err == -ENOMSG) { in br_multicast_ipv6_rcv() 1689 if (err < 0 && err != -ENOMSG) { in br_multicast_ipv6_rcv()
|
/Linux-v5.4/security/selinux/ |
D | netlabel.c | 522 else if (rc == -ENOMSG) in selinux_netlbl_socket_setsockopt()
|
/Linux-v5.4/fs/ecryptfs/ |
D | messaging.c | 340 rc = -ENOMSG; in ecryptfs_wait_for_response()
|