Searched refs:ETOOSMALL (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/soc/qcom/ |
H A D | qmi_encdec.c | 260 return -ETOOSMALL; in qmi_encode_string_elem() 266 return -ETOOSMALL; in qmi_encode_string_elem() 349 return -ETOOSMALL; in qmi_encode() 374 return -ETOOSMALL; in qmi_encode() 540 return -ETOOSMALL; in qmi_decode_string_elem() 661 return -ETOOSMALL; in qmi_decode()
|
/openbmc/linux/include/linux/ |
H A D | errno.h | 28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
|
/openbmc/linux/fs/nfsd/ |
H A D | blocklayoutxdr.c | 52 return -ETOOSMALL; in nfsd4_block_encode_volume() 63 return -ETOOSMALL; in nfsd4_block_encode_volume()
|
H A D | nfs4callback.c | 199 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
H A D | vfs.c | 96 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 161 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
|
/openbmc/linux/lib/ |
H A D | errname.c | 192 E(ETOOSMALL),
|
/openbmc/linux/rust/kernel/ |
H A D | error.rs | 77 declare_err!(ETOOSMALL, "Buffer or request is too small.");
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | storage_common.c | 269 #define ETOOSMALL 525 macro
|
/openbmc/linux/include/trace/misc/ |
H A D | nfs.h | 224 { ETOOSMALL, "ETOOSMALL" }, \
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | storage_common.c | 256 rc = -ETOOSMALL; in fsg_lun_open()
|
/openbmc/linux/net/rxrpc/ |
H A D | af_rxrpc.c | 725 return -ETOOSMALL; in rxrpc_getsockopt()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs2xdr.c | 1095 { NFSERR_TOOSMALL, -ETOOSMALL },
|
H A D | nfs42xdr.c | 1199 if (status == -ETOOSMALL) in decode_listxattrs()
|
H A D | nfs3xdr.c | 2481 { NFSERR_TOOSMALL, -ETOOSMALL },
|
H A D | dir.c | 1289 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
|
H A D | nfs4xdr.c | 5923 if (status == -ETOOSMALL) { in decode_getdeviceinfo() 7571 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
/openbmc/linux/net/ethtool/ |
H A D | ioctl.c | 2196 return -ETOOSMALL; in ethtool_get_perm_addr()
|