Searched refs:ENAMETOOLONG (Results 151 - 175 of 228) sorted by relevance

12345678910

/netbsd-current/sys/arch/powerpc/powerpc/
H A Dtrap.c1120 rv = ENAMETOOLONG;
1159 rv = ENAMETOOLONG;
/netbsd-current/sys/kern/
H A Dvfs_lookup.c782 return ENAMETOOLONG;
855 return ENAMETOOLONG;
2107 return ENAMETOOLONG;
H A Dkern_prot.c625 return (error == ENAMETOOLONG ? EINVAL : error);
H A Dsys_lwp.c683 case ENAMETOOLONG:
/netbsd-current/sys/coda/
H A Dcoda_vnops.c1616 error = ENAMETOOLONG;
1632 error = ENAMETOOLONG;
1655 if (uiop->uio_resid < initial_resid && error == ENAMETOOLONG)
/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_name.c829 errno = ENAMETOOLONG;
/netbsd-current/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd-openais.c158 errno = ENAMETOOLONG;
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmos.c248 OSptr->ErrorNo = cb_host_to_target_errno (sim_callback, ENAMETOOLONG);
/netbsd-current/sys/arch/ia64/ia64/
H A Dsupport.S407 mov ret0=ENAMETOOLONG // *from != '\0'; error.
/netbsd-current/sys/arch/xen/xenbus/
H A Dxenbus_xs.c386 err = ENAMETOOLONG;
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_socket.c454 error = ENAMETOOLONG;
/netbsd-current/sys/net/npf/
H A Dnpf_tableset.c485 return ENAMETOOLONG;
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dtraps.c419 #ifdef ENAMETOOLONG
420 { "ENAMETOOLONG", ENAMETOOLONG, 36 },
2707 retval = -cb_host_to_target_errno (cb, ENAMETOOLONG);
2760 retval = -cb_host_to_target_errno (cb, ENAMETOOLONG);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_bfd.c259 return ENAMETOOLONG;
/netbsd-current/sys/nfs/
H A Dnfsm_subs.h422 error = ENAMETOOLONG; \
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmos.c255 OSptr->ErrorNo = cb_host_to_target_errno (sim_callback, ENAMETOOLONG);
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c424 #ifdef ENAMETOOLONG
425 { "ENAMETOOLONG", ENAMETOOLONG, 36 },
2681 retval = -cb_host_to_target_errno (cb, ENAMETOOLONG);
2734 retval = -cb_host_to_target_errno (cb, ENAMETOOLONG);
/netbsd-current/lib/libc/nameser/
H A Dns_name.c843 errno = ENAMETOOLONG;
/netbsd-current/external/bsd/tmux/dist/
H A Dclient.c116 errno = ENAMETOOLONG;
/netbsd-current/sys/arch/alpha/alpha/
H A Dlocore.s933 4: ldiq v0, ENAMETOOLONG
976 4: ldiq v0, ENAMETOOLONG
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc136 if (errno != ENAMETOOLONG)
1024 ec.assign(ENAMETOOLONG, std::generic_category());
/netbsd-current/usr.bin/nc/
H A Dnetcat.c776 errno = ENAMETOOLONG;
877 errno = ENAMETOOLONG;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc142 if (errno != ENAMETOOLONG)
1030 ec.assign(ENAMETOOLONG, std::generic_category());
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clrpcops.c1206 return (ENAMETOOLONG);
1775 return (ENAMETOOLONG);
1919 return (ENAMETOOLONG);
1980 return (ENAMETOOLONG);
2213 return (ENAMETOOLONG);
2294 return (ENAMETOOLONG);
2447 return (ENAMETOOLONG);
2514 return (ENAMETOOLONG);
2577 return (ENAMETOOLONG);
2649 return (ENAMETOOLONG);
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vfsops.c1297 return (SET_ERROR(ENAMETOOLONG));
1907 return (ENAMETOOLONG);
1911 return (ENAMETOOLONG);

Completed in 428 milliseconds

12345678910