Home
last modified time | relevance | path

Searched refs:ENOSYS (Results 1 – 25 of 153) sorted by relevance

1234567

/titanic_51/usr/src/lib/libast/common/comp/
H A Dfsync.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
42 errno = ENOSYS;
H A Dlink.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
43 errno = ENOSYS;
H A Dvfork.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
50 errno = ENOSYS;
H A Dmkfifo.c35 #ifndef ENOSYS
36 #define ENOSYS EINVAL
45 errno = ENOSYS;
H A Dmount.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
45 errno = ENOSYS;
H A Dmknod.c35 #ifndef ENOSYS
36 #define ENOSYS EINVAL
46 errno = ENOSYS;
H A Dreadlink.c36 #ifndef ENOSYS
37 #define ENOSYS EINVAL
57 errno = ENOSYS;
H A Dsetpgid.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
74 errno = ENOSYS;
H A Dsymlink.c36 #ifndef ENOSYS
37 #define ENOSYS EINVAL
55 errno = ENOSYS;
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dfsync.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
42 errno = ENOSYS;
H A Dlink.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
43 errno = ENOSYS;
H A Dvfork.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
50 errno = ENOSYS;
H A Dmkfifo.c35 #ifndef ENOSYS
36 #define ENOSYS EINVAL
45 errno = ENOSYS;
H A Dmount.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
45 errno = ENOSYS;
H A Dmknod.c35 #ifndef ENOSYS
36 #define ENOSYS EINVAL
46 errno = ENOSYS;
H A Dsetpgid.c34 #ifndef ENOSYS
35 #define ENOSYS EINVAL
74 errno = ENOSYS;
H A Dreadlink.c36 #ifndef ENOSYS
37 #define ENOSYS EINVAL
57 errno = ENOSYS;
H A Dsymlink.c36 #ifndef ENOSYS
37 #define ENOSYS EINVAL
55 errno = ENOSYS;
/titanic_51/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c217 return (ENOSYS); in fop_ioctl()
648 return (ENOSYS); in fop_symlink()
659 return (ENOSYS); in fop_readlink()
694 return (ENOSYS); in fop_fid()
726 return (ENOSYS); in fop_seek()
804 return (ENOSYS); in fop_realvp()
822 return (ENOSYS); in fop_getpage()
835 return (ENOSYS); in fop_putpage()
852 return (ENOSYS); in fop_map()
869 return (ENOSYS); in fop_addmap()
[all...]
/titanic_51/usr/src/lib/libproc/common/
H A Dpr_tasksys.c71 errno = (error > 0) ? error : ENOSYS; in pr_getzoneid()
98 errno = (error > 0) ? error : ENOSYS; in pr_getprojid()
125 errno = (error > 0) ? error : ENOSYS; in pr_gettaskid()
166 errno = (error > 0) ? error : ENOSYS; in pr_settaskid()
H A Dpr_getrlimit.c79 errno = (error > 0)? error : ENOSYS; in pr_getrlimit()
127 errno = (error > 0)? error : ENOSYS; in pr_setrlimit()
175 errno = (error > 0)? error : ENOSYS; in pr_getrlimit64()
223 errno = (error > 0)? error : ENOSYS; in pr_setrlimit64()
H A Dpr_open.c79 errno = (error > 0)? error : ENOSYS; in pr_open()
130 errno = (error > 0)? error : ENOSYS; in pr_creat()
160 errno = (error > 0)? error : ENOSYS; in pr_close()
211 errno = (err > 0) ? err : ENOSYS; in pr_access()
H A Dpr_exit.c65 error = ENOSYS; in pr_exit()
99 error = ENOSYS; in pr_lwp_exit()
/titanic_51/usr/src/uts/common/syscall/
H A Dcladm.c72 error = ENOSYS; in cladm()
95 error = ENOSYS; in cladm()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dchmod.c140 #ifndef ENOSYS
141 #define ENOSYS EINVAL macro
281 errno = ENOSYS; in b_chmod()

1234567