Searched refs:EFBIG (Results 201 - 225 of 227) sorted by relevance

12345678910

/netbsd-current/sys/dev/ic/
H A Drt2661.c1723 if (error != 0 && error != EFBIG) {
H A Drt2560.c1986 if (error != 0 && error != EFBIG) {
H A Darn5008.c1429 if (error != EFBIG) {
H A Darn9003.c1582 if (error != EFBIG) {
H A Drt2860.c1776 return (EFBIG);
H A Dbwi.c9171 if (error && error != EFBIG) {
9177 if (error) { /* error == EFBIG */
/netbsd-current/sys/dev/pci/
H A Dif_iwi.c1673 if (error != 0 && error != EFBIG) {
H A Dif_rtwn.c1954 if (error && error != EFBIG) {
H A Dif_vmx.c3074 if (error == 0 || error != EFBIG)
H A Dif_sip.c1610 } else if (error == EFBIG) {
H A Dif_rge.c483 case EFBIG: /* mbuf chain is too fragmented */
H A Dif_alc.c1930 if (error == EFBIG) {
H A Dif_iavf.c2884 if (error != EFBIG)
H A Dif_bge.c5353 if (error == EFBIG && remap) {
H A Dif_iwn.c3168 if (error != EFBIG) {
H A Dif_ixl.c2577 if (error != EFBIG)
H A Dif_wm.c9039 if (error == EFBIG) {
9636 if (error == EFBIG) {
/netbsd-current/lib/libperfuse/
H A Dops.c3296 error = EFBIG;
/netbsd-current/sys/dev/ieee1394/
H A Dfwohci.c1447 if (err == EFBIG) {
1451 printf("EFBIG.\n");
/netbsd-current/libexec/ftpd/
H A Dftpd.c2409 errno = EFBIG; \
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_t3_hw.c1037 return -EFBIG;
/netbsd-current/sys/dev/pci/igc/
H A Dif_igc.c1595 if (__predict_false(error == EFBIG)) {
/netbsd-current/sys/net/
H A Dif.c3759 return EFBIG;
/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c1629 case EFBIG:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dremote.c12444 return EFBIG;

Completed in 906 milliseconds

12345678910