Searched refs:ENOBUFS (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/runtime/eventq/src/
H A Deventq.c67 if (error != -ENOBUFS) {
/linux-master/fs/smb/client/
H A Dfscache.h88 return -ENOBUFS;
102 return -ENOBUFS;
141 return -ENOBUFS;
147 return -ENOBUFS;
/linux-master/tools/perf/arch/powerpc/util/
H A Dheader.c29 return ENOBUFS;
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h32 #define ENOBUFS 55 /* No buffer space available */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h87 #define ENOBUFS 132 /* No buffer space available */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h29 #define ENOBUFS 55 /* No buffer space available */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h32 #define ENOBUFS 55 /* No buffer space available */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h87 #define ENOBUFS 132 /* No buffer space available */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h29 #define ENOBUFS 55 /* No buffer space available */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h88 #define ENOBUFS 105 /* No buffer space available */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h88 #define ENOBUFS 105 /* No buffer space available */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h95 #define ENOBUFS 233 /* No buffer space available */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h95 #define ENOBUFS 233 /* No buffer space available */ macro
/linux-master/drivers/nfc/st-nci/
H A Dvendor_cmds.c112 r = -ENOBUFS;
144 r = -ENOBUFS;
228 r = -ENOBUFS;
273 r = -ENOBUFS;
309 r = -ENOBUFS;
343 r = -ENOBUFS;
368 return -ENOBUFS;
/linux-master/net/ieee802154/
H A Dnl802154.c327 return -ENOBUFS;
332 return -ENOBUFS;
351 return -ENOBUFS;
356 return -ENOBUFS;
373 return -ENOBUFS;
377 return -ENOBUFS;
382 return -ENOBUFS;
394 return -ENOBUFS;
398 return -ENOBUFS;
410 return -ENOBUFS;
[all...]
/linux-master/fs/cachefiles/
H A Dio.c84 ssize_t ret = -ENOBUFS;
209 return -ENOBUFS;
225 return -ENOBUFS; /* Error. */
235 return -ENOBUFS; /* Error. */
367 term_func(term_func_priv, -ENOBUFS, false);
368 return -ENOBUFS;
536 return -ENOBUFS;
612 return -ENOBUFS;
614 return -ENOBUFS;
/linux-master/lib/
H A Doid_registry.c128 * and -ENOBUFS if the buffer was too small.
144 return -ENOBUFS;
164 return -ENOBUFS;
/linux-master/sound/soc/sof/
H A Dipc.c80 return -ENOBUFS;
105 return -ENOBUFS;
/linux-master/fs/nfs/
H A Dfscache.h179 return -ENOBUFS;
183 return -ENOBUFS;
/linux-master/net/llc/
H A Dllc_c_ac.c200 int rc = -ENOBUFS;
225 int rc = -ENOBUFS;
251 int rc = -ENOBUFS;
276 int rc = -ENOBUFS;
309 int rc = -ENOBUFS;
337 int rc = -ENOBUFS;
432 int rc = -ENOBUFS;
467 int rc = -ENOBUFS;
491 int rc = -ENOBUFS;
515 int rc = -ENOBUFS;
[all...]
/linux-master/net/dccp/ccids/lib/
H A Dpacket_history.c38 return tfrc_tx_hist_slab == NULL ? -ENOBUFS : 0;
54 return -ENOBUFS;
86 return tfrc_rx_hist_slab == NULL ? -ENOBUFS : 0;
352 return -ENOBUFS;
/linux-master/drivers/nfc/st21nfca/
H A Dvendor_cmds.c109 r = -ENOBUFS;
144 r = -ENOBUFS;
207 r = -ENOBUFS;
287 r = -ENOBUFS;
/linux-master/net/netlink/
H A Dpolicy.c265 return -ENOBUFS;
403 return -ENOBUFS;
445 return -ENOBUFS;
476 return -ENOBUFS;
/linux-master/net/dccp/
H A Dccid.c53 return -ENOBUFS;
67 return -ENOBUFS;
100 int err = -ENOBUFS;
/linux-master/drivers/media/rc/
H A Dir-imon-decoder.c187 * -ENOBUFS if there isn't enough space in the array to fit the
197 return -ENOBUFS;
210 return -ENOBUFS;
220 return -ENOBUFS;

Completed in 1192 milliseconds

1234567891011>>