Home
last modified time | relevance | path

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

12

/linux-2.6.39/include/asm-generic/
Derrno.h13 #define ENOMSG 42 /* No message of desired type */ macro
/linux-2.6.39/arch/parisc/include/asm/
Derrno.h6 #define ENOMSG 35 /* No message of desired type */ macro
/linux-2.6.39/arch/mips/include/asm/
Derrno.h17 #define ENOMSG 35 /* No message of desired type */ macro
/linux-2.6.39/arch/sparc/include/asm/
Derrno.h48 #define ENOMSG 75 /* No message of desired type */ macro
/linux-2.6.39/arch/alpha/include/asm/
Derrno.h52 #define ENOMSG 80 /* No message of desired type */ macro
/linux-2.6.39/net/core/
Dtimestamping.c85 serr->ee.ee_errno = ENOMSG; in skb_complete_tx_timestamp()
Dskbuff.c3032 serr->ee.ee_errno = ENOMSG; in skb_tstamp_tx()
/linux-2.6.39/drivers/ide/
Dide-ioctls.c64 rc = -ENOMSG; in ide_get_identity_ioctl()
260 return -ENOMSG; in generic_ide_ioctl()
/linux-2.6.39/net/9p/
Derror.c95 {"No message of desired type", ENOMSG},
/linux-2.6.39/net/netlabel/
Dnetlabel_kapi.c719 ret_val = -ENOMSG; in netlbl_sock_getattr()
1014 return -ENOMSG; in netlbl_cache_add()
1019 return -ENOMSG; in netlbl_cache_add()
Dnetlabel_unlabeled.c1564 return -ENOMSG; in netlbl_unlabel_getattr()
/linux-2.6.39/drivers/isdn/sc/
Dmessage.c77 return -ENOMSG; in receivemessage()
/linux-2.6.39/security/selinux/
Dnetlabel.c417 else if (rc == -ENOMSG) in selinux_netlbl_socket_setsockopt()
/linux-2.6.39/drivers/uwb/
Daddress.c93 result = -ENOMSG; in uwb_rc_dev_addr_mgmt()
/linux-2.6.39/fs/ecryptfs/
Dmessaging.c465 rc = -ENOMSG; in ecryptfs_wait_for_response()
/linux-2.6.39/net/dccp/
Dinput.c139 [DCCP_RESET_CODE_PACKET_ERROR] = ENOMSG, in dccp_reset_code_convert()
/linux-2.6.39/drivers/usb/wusbcore/
Dwa-rpipe.c315 int result = -ENOMSG; /* better code for lack of companion? */ in rpipe_aim()
/linux-2.6.39/Documentation/ioctl/
Dhdio.txt251 ENOMSG IDENTIFY DEVICE information not available
572 ENOMSG Device is not a disk drive.
828 ENOMSG Device is not a disk drive.
/linux-2.6.39/net/ipv4/
Dcipso_ipv4.c2136 int ret_val = -ENOMSG; in cipso_v4_getattr()
2191 return -ENOMSG; in cipso_v4_sock_getattr()
/linux-2.6.39/Documentation/networking/
Dtimestamping.txt57 a sock_extended_err control message with ee_errno==ENOMSG and
/linux-2.6.39/ipc/
Dmsg.c824 msg = ERR_PTR(-ENOMSG); in do_msgrcv()
/linux-2.6.39/drivers/mmc/host/
Dmvsdio.c476 cmd->error = -ENOMSG; in mvsd_irq()
/linux-2.6.39/drivers/net/wireless/p54/
Deeprom.c789 err = -ENOMSG; in p54_parse_eeprom()
/linux-2.6.39/drivers/net/wimax/i2400m/
Dcontrol.c253 [I2400M_MS_MISSING_PARAMS] = { "missing parameters", -ENOMSG },
/linux-2.6.39/drivers/scsi/
Dscsi_transport_fc.c3793 ret = -ENOMSG; in fc_bsg_host_dispatch()
3868 ret = -ENOMSG; in fc_bsg_rport_dispatch()
3938 job->reply->result = -ENOMSG; in fc_bsg_request_handler()

12