Searched refs:ENAMETOOLONG (Results 176 - 200 of 228) sorted by relevance

12345678910

/netbsd-current/sys/net/
H A Dif_spppsubr.c5939 return (ENAMETOOLONG);
5959 return (ENAMETOOLONG);
5998 return (ENAMETOOLONG);
6014 return (ENAMETOOLONG);
6032 return (ENAMETOOLONG);
6048 return (ENAMETOOLONG);
H A Dif.c1767 error = ENAMETOOLONG;
3325 return ENAMETOOLONG;
3675 error = ENAMETOOLONG;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap.c739 return (SET_ERROR(ENAMETOOLONG));
1287 return (SET_ERROR(ENAMETOOLONG));
H A Ddsl_prop.c830 return (SET_ERROR(ENAMETOOLONG));
H A Dvdev_label.c802 return (error == EFAULT ? ENAMETOOLONG : EINVAL);
H A Ddsl_dataset.c1351 error = SET_ERROR(ENAMETOOLONG);
2135 error = SET_ERROR(ENAMETOOLONG);
2545 err = SET_ERROR(ENAMETOOLONG);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-ops.cc163 if (errno != ENAMETOOLONG)
1264 ec.assign(ENAMETOOLONG, std::generic_category());
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc184 if (errno != ENAMETOOLONG)
1198 ec.assign(ENAMETOOLONG, std::generic_category());
/netbsd-current/sys/fs/udf/
H A Dudf_vnops.c1657 error = ENAMETOOLONG;
1681 error = ENAMETOOLONG;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc188 if (errno != ENAMETOOLONG)
1202 ec.assign(ENAMETOOLONG, std::generic_category());
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Damfs_generic.c380 ereturn(ENAMETOOLONG);
/netbsd-current/sys/nfs/
H A Dnfs_clntsocket.c863 error = ENAMETOOLONG;
/netbsd-current/sys/lib/libsa/
H A Ddosfs.c495 return ENAMETOOLONG;
H A Dnfs.c378 return ENAMETOOLONG;
/netbsd-current/sys/kern/
H A Duipc_sem.c459 return ENAMETOOLONG;
H A Dkern_exec.c703 error = ENAMETOOLONG;
1719 if (error == ENAMETOOLONG)
/netbsd-current/sys/fs/union/
H A Dunion_subr.c818 return ENAMETOOLONG;
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dprocess.c699 return ENAMETOOLONG;
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_subr.c155 return (dt_set_errno(dtp, ENAMETOOLONG));
/netbsd-current/bin/sh/
H A Dexec.c206 case ENAMETOOLONG:
/netbsd-current/sys/arch/vax/vax/
H A Dsubr.S539 movl $ENAMETOOLONG,%r0 # inform about too long string
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_vnops.c1291 return ENAMETOOLONG;
/netbsd-current/sys/arch/xen/xen/
H A Dprivcmd.c206 return ENAMETOOLONG;
/netbsd-current/sys/external/bsd/libnv/dist/
H A Dnvpair.c151 ERRNO_SET(ENAMETOOLONG);
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h114 XX(ENAMETOOLONG, "name too long") \

Completed in 625 milliseconds

12345678910