Home
last modified time | relevance | path

Searched refs:ENOBUFS (Results 1 – 6 of 6) sorted by relevance

/arch/mips/include/uapi/asm/
A Derrno.h87 #define ENOBUFS 132 /* No buffer space available */ macro
/arch/parisc/include/uapi/asm/
A Derrno.h95 #define ENOBUFS 233 /* No buffer space available */ macro
/arch/sparc/include/uapi/asm/
A Derrno.h29 #define ENOBUFS 55 /* No buffer space available */ macro
/arch/alpha/include/uapi/asm/
A Derrno.h32 #define ENOBUFS 55 /* No buffer space available */ macro
/arch/um/drivers/
A Dvector_user.c795 if ((n < 0) && ((errno == EAGAIN) || (errno == ENOBUFS))) in uml_vector_writev()
812 if ((n < 0) && ((errno == EAGAIN) || (errno == ENOBUFS))) in uml_vector_sendmmsg()
/arch/s390/kvm/
A Dinterrupt.c2264 return -ENOBUFS; in get_all_floating_irqs()
3035 return -ENOBUFS; in kvm_s390_get_irq_state()
3046 return -ENOBUFS; in kvm_s390_get_irq_state()
3057 return -ENOBUFS; in kvm_s390_get_irq_state()

Completed in 16 milliseconds