Home
last modified time | relevance | path

Searched refs:ETOOSMALL (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/soc/qcom/
H A Dqmi_encdec.c260 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 Derrno.h28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
/openbmc/linux/fs/nfsd/
H A Dblocklayoutxdr.c52 return -ETOOSMALL; in nfsd4_block_encode_volume()
63 return -ETOOSMALL; in nfsd4_block_encode_volume()
H A Dnfs4callback.c199 { NFS4ERR_TOOSMALL, -ETOOSMALL },
H A Dvfs.c96 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
/openbmc/u-boot/include/linux/
H A Derrno.h161 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
/openbmc/linux/lib/
H A Derrname.c192 E(ETOOSMALL),
/openbmc/linux/rust/kernel/
H A Derror.rs77 declare_err!(ETOOSMALL, "Buffer or request is too small.");
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c269 #define ETOOSMALL 525 macro
/openbmc/linux/include/trace/misc/
H A Dnfs.h224 { ETOOSMALL, "ETOOSMALL" }, \
/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.c256 rc = -ETOOSMALL; in fsg_lun_open()
/openbmc/linux/net/rxrpc/
H A Daf_rxrpc.c725 return -ETOOSMALL; in rxrpc_getsockopt()
/openbmc/linux/fs/nfs/
H A Dnfs2xdr.c1095 { NFSERR_TOOSMALL, -ETOOSMALL },
H A Dnfs42xdr.c1199 if (status == -ETOOSMALL) in decode_listxattrs()
H A Dnfs3xdr.c2481 { NFSERR_TOOSMALL, -ETOOSMALL },
H A Ddir.c1289 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
H A Dnfs4xdr.c5923 if (status == -ETOOSMALL) { in decode_getdeviceinfo()
7571 { NFS4ERR_TOOSMALL, -ETOOSMALL },
/openbmc/linux/net/ethtool/
H A Dioctl.c2196 return -ETOOSMALL; in ethtool_get_perm_addr()