Searched refs:ENOTSUP (Results 76 - 100 of 103) sorted by relevance

12345

/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c197 return (ENOTSUP);
/xnu-2422.115.4/bsd/net/
H A Ddlil.c4013 if (result == ENOTSUP)
4049 if (result == ENOTSUP)
4070 if (result == ENOTSUP)
4156 result = ENOTSUP;
4162 result = ENOTSUP;
4329 result = ENOTSUP;
4383 if (result == ENOTSUP) {
H A Dif.c1965 if (error == EOPNOTSUPP || error == ENOTSUP) {
2437 if (error == EOPNOTSUPP || error == ENOTSUP) {
H A Dntstat.c2071 if (provider->nstat_watcher_add == NULL) return ENOTSUP;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c1498 return (ENOTSUP); /* return ENOTSUP for chflags(2) */
4250 return (ENOTSUP);
6498 return (ENOTSUP);
7703 return (ENOTSUP);
7767 return (ENOTSUP);
7904 return (ENOTSUP);
7940 return (ENOTSUP);
8086 return (ENOTSUP);
8133 return (ENOTSUP);
[all...]
H A Dnfs_vnops.c1942 return (ENOTSUP); /* return ENOTSUP for chflags(2) */
3445 return (ENOTSUP);
6173 return (ENOTSUP);
6976 DUMPANDLOG, /* ENOTSUP 45 Operation not supported */
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c223 return (ENOTSUP);
1765 return (ENOTSUP);
2300 // NOTE: we return ENOTSUP because we want the cluster layer
2303 return (ENOTSUP);
4980 return (ENOTSUP);
6778 error = ENOTSUP;
H A Dhfs_cnode.c1013 return (ENOTSUP);
H A Dhfs_readwrite.c2233 return (ENOTSUP);
2962 return ENOTSUP;
2976 return (ENOTSUP);
H A Dhfs_vfsops.c1276 if ((retval != ENOTSUP) && (retval != ENOTTY)) {
2272 return (ENOTSUP);
2678 return (ENOTSUP); /* hfs standard is not exportable */
3199 return (ENOTSUP);
4095 if ((error != ENOTSUP) && (error != ENOTTY)) {
H A Dhfs_xattr.c2024 return (ENOTSUP);
H A Dhfs_catalog.c3561 return (ENOTSUP);
4754 return ENOTSUP;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c2772 return (ENOTSUP);
2798 return (ENOTSUP);
3338 error = ENOTSUP;
3347 if (error != ENOTSUP) {
3474 error = ENOTSUP;
6628 if ((error = VNOP_ACCESS(vp, action, ctx)) != ENOTSUP) {
H A Dvfs_attrlist.c1850 (error == ENOTSUP) || (error == EPERM))) {
2011 if ((error == ENOENT) || (error == ENOATTR) || (error == ENOTSUP) || (error == EPERM)|| (error == EACCES)) {
H A Dvfs_syscalls.c511 error = ENOTSUP;
529 error = ENOTSUP;
1282 error = ENOTSUP;
4236 if (error == ENOTSUP)
5119 error = ENOTSUP;
5873 * fp_getfvp:ENOTSUP fd does not refer to a vnode
7207 error = ENOTSUP;
7826 return (ENOTSUP);
9489 error = ENOTSUP; /* unexpected failure */
H A Dvfs_vnops.c1543 error = ENOTSUP;
H A Dvfs_fsevents.c1809 return ENOTSUP;
/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c1391 * ENOTSUP Illegal posix_spawn attr flag was set
1421 ret = ENOTSUP;
1430 ret = ENOTSUP;
1780 * ENOTSUP Not supported
2444 * __mac_execve:ENOTSUP Invalid argument
2484 * ENOTSUP Not supported
H A Dkern_descrip.c1728 error = ENOTSUP;
3146 * ENOTSUP fd does not refer to a vnode
3172 return(ENOTSUP);
3203 * ENOTSUP fd does not refer to a vnode
3231 return(ENOTSUP);
4900 * fp_getfvp:ENOTSUP fd does not refer to a vnode
H A Dkdebug.c1729 ret = ENOTSUP;
H A Dkern_memorystatus.c3396 error = ENOTSUP;
H A Duipc_syscalls.c2383 error = ENOTSUP;
/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_sfb.c1239 return (ENOTSUP);
/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c1111 result = ENOTSUP;
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c4259 if ( errno == ENOTSUP && is_ufs ) {
5192 /* Only ENOTSUP is allowed. If so, assume all calls will be unsupported */
5193 if (errno == ENOTSUP) {

Completed in 706 milliseconds

12345