Searched refs:ENAMETOOLONG (Results 51 - 75 of 134) sorted by relevance

123456

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c243 errno = ENAMETOOLONG;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c238 errno = ENAMETOOLONG;
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_cron.c308 errno = ENAMETOOLONG;
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c205 errno = ENAMETOOLONG;
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c530 case ENAMETOOLONG:
559 case ENAMETOOLONG:
632 case ENAMETOOLONG:
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c853 return (SET_ERROR(ENAMETOOLONG));
942 return (SET_ERROR(ENAMETOOLONG));
1652 return (SET_ERROR(ENAMETOOLONG));
1691 return (SET_ERROR(ENAMETOOLONG));
2101 return (SET_ERROR(ENAMETOOLONG));
H A Ddsl_bookmark.c41 return (SET_ERROR(ENAMETOOLONG));
H A Ddsl_dir.c374 return (SET_ERROR(ENAMETOOLONG));
379 return (SET_ERROR(ENAMETOOLONG));
391 return (SET_ERROR(ENAMETOOLONG));
1688 return (SET_ERROR(ENAMETOOLONG));
/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c68 * fails with ENAMETOOLONG.
70 errno = ENAMETOOLONG;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c315 errno = ENAMETOOLONG;
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c67 * fails with ENAMETOOLONG.
69 errno = ENAMETOOLONG;
/illumos-gate/usr/src/uts/common/os/
H A Dpriv.c376 return (-ENAMETOOLONG);
H A Dcore.c474 return (ENAMETOOLONG);
554 return (ENAMETOOLONG);
H A Dzone.c2477 goto done; /* EFAULT or ENAMETOOLONG */
2586 return (err); /* EFAULT or ENAMETOOLONG */
2617 return (err); /* EFAULT or ENAMETOOLONG */
3496 return (err); /* EFAULT or ENAMETOOLONG */
5462 if (err != 0 && err != ENAMETOOLONG)
5475 if (err != 0 && err != ENAMETOOLONG)
5569 if (err != 0 && err != ENAMETOOLONG)
5580 if (err != 0 && err != ENAMETOOLONG)
5594 if (err != 0 && err != ENAMETOOLONG)
5618 if (err != 0 && err != ENAMETOOLONG)
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c425 errno = ENAMETOOLONG;
445 errno = ENAMETOOLONG;
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c292 return (ENAMETOOLONG);
328 return (ENAMETOOLONG);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c384 case ENAMETOOLONG:
452 case ENAMETOOLONG:
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c825 errno = ENAMETOOLONG;
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_appinit.c135 ret = ENAMETOOLONG;
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c71 return ENAMETOOLONG;
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_funcs.c334 return ENAMETOOLONG;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c192 return (ENAMETOOLONG);
H A Dsmb_query_fileinfo.c885 return (ENAMETOOLONG);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c370 return (ENAMETOOLONG);
999 return (ENAMETOOLONG);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c3577 case ENAMETOOLONG:
3605 return (ENAMETOOLONG);
3660 case ENAMETOOLONG:
3682 case ENAMETOOLONG:
3742 return (ENAMETOOLONG);
3775 return (ENAMETOOLONG);

Completed in 136 milliseconds

123456