Searched refs:ENOTSUP (Results 1 - 25 of 73) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_support.c39 * err_* routines always return ENOTSUP
78 return (ENOTSUP);
98 return (ENOTSUP);
124 return (ENOTSUP);
142 return (ENOTSUP);
161 return (ENOTSUP);
180 return (ENOTSUP);
199 return (ENOTSUP);
218 return (ENOTSUP);
237 return (ENOTSUP);
[all...]
H A Dkpi_vfs.c210 return(ENOTSUP);
224 error = ENOTSUP;
245 return(ENOTSUP);
267 return(ENOTSUP);
283 * ENOTSUP Not supported
306 return(ENOTSUP);
331 return(ENOTSUP);
353 return(ENOTSUP);
379 return(ENOTSUP);
405 return(ENOTSUP);
[all...]
H A Dvfs_init.c129 return (ENOTSUP);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_xxx.c137 return (ENOTSUP);
H A Dkern_pcsamples.c174 return(ENOTSUP);
326 ret = ENOTSUP;
385 ret= ENOTSUP;
403 ret= ENOTSUP;
H A Dmach_process.c130 exit1(p, W_EXITCODE(ENOTSUP, 0), retval);
333 error = ENOTSUP;
341 error = ENOTSUP;
H A Dkern_panicinfo.c78 return (ENOTSUP);
H A Dkern_sysctl.c354 error = ENOTSUP;
367 if ( (name[0] != CTL_VFS) && (error == ENOTSUP)) {
420 return (ENOTSUP);
433 return (ENOTSUP);
452 return (ENOTSUP);
706 return (ENOTSUP);
739 return (ENOTSUP);
742 return (ENOTSUP);
749 return (ENOTSUP);
1592 return(ENOTSUP);
[all...]
H A Dposix_sem.c1066 return(ENOTSUP);
1073 return(ENOTSUP);
1080 return(ENOTSUP);
1087 return(ENOTSUP);
1094 return (ENOTSUP);
H A Dposix_shm.c1079 return(ENOTSUP);
1086 return(ENOTSUP);
1093 return(ENOTSUP);
1100 return(ENOTSUP);
1107 return(ENOTSUP);
H A Dproc_info.c675 int error = ENOTSUP;
862 error = ENOTSUP;
976 return (ENOTSUP);
1051 return ENOTSUP;
1061 int error = ENOTSUP;
H A Dkern_prot.c484 return(ENOTSUP);
495 return(ENOTSUP);
1738 return(ENOTSUP);
1748 return(ENOTSUP);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h140 #define ENOTSUP 45 /* Operation not supported */ macro
150 #define EOPNOTSUPP ENOTSUP /* Operation not supported on socket */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vfsops.c360 return (ENOTSUP);
376 return ENOTSUP;
391 return ENOTSUP;
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_vfsops.c132 return (ENOTSUP);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/
H A Drandomdev.c409 return (ENOTSUP);
451 return (ENOTSUP);
498 return (ENOTSUP);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c110 return (ENOTSUP);
331 return ENOTSUP;
357 return (ENOTSUP);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c677 error = ENOTSUP;
687 return (ENOTSUP);
693 return (ENOTSUP);
699 return (ENOTSUP);
705 return (ENOTSUP);
773 return (ENOTSUP);
H A Dfdesc_vfsops.c98 return (ENOTSUP);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c838 return (ENOTSUP);
1002 return (ENOTSUP);
1007 return (ENOTSUP);
1026 return (ENOTSUP);
1031 return (ENOTSUP);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_lock.c501 return (ENOTSUP);
586 return (ENOTSUP);
782 if ((msgreq.lmr_errno == ENOTSUP) && nmp &&
786 * returned ENOTSUP. This is probably because
834 error = ENOTSUP;
963 if ((error == ENOTSUP) && nmp && !(nmp->nm_state & NFSSTA_LOCKSWORK)) {
966 * returned ENOTSUP. Let's take this as a hint
974 printf("lockd returned ENOTSUP, disabling locks for nfs server: %s\n",
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.c369 result = ENOTSUP;
1207 if (ifa->ifa_addr == NULL) return ENOTSUP;
1225 if (ifa->ifa_dstaddr == NULL) return ENOTSUP;
1243 if (ifa->ifa_netmask == NULL) return ENOTSUP;
1334 if (ifmaddr->ifma_addr == NULL) return ENOTSUP;
1351 if (ifmaddr->ifma_ll == NULL) return ENOTSUP;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dkpi_ipfilter.c227 error = ENOTSUP;
434 error = ENOTSUP;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_vfsops.c111 return (ENOTSUP);
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Ddp_backing_file.c445 error = ENOTSUP;

Completed in 151 milliseconds

123